Skip to content

Commit 3a34a1f

Browse files
committed
Release v0.2.50
1 parent 0a40ef7 commit 3a34a1f

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License">
1414
</a>
1515
<a href="plugin/pyproject.toml">
16-
<img src="https://img.shields.io/badge/version-0.2.49-green.svg" alt="Version">
16+
<img src="https://img.shields.io/badge/version-0.2.50-green.svg" alt="Version">
1717
</a>
1818
<a href="plugin/pyproject.toml">
1919
<img src="https://img.shields.io/badge/python-%3E%3D3.12-brightgreen.svg" alt="Python">

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-smart",
3-
"version": "0.2.49",
3+
"version": "0.2.50",
44
"description": "Self-improving Claude Code, Codex, and OpenCode plugin that turns corrections into Preferences, Project-specific skills, and Shared skills",
55
"keywords": [
66
"claude",

plugin/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-smart",
3-
"version": "0.2.49",
3+
"version": "0.2.50",
44
"description": "Self-improving Claude Code, Codex, and OpenCode plugin that turns corrections into Preferences, Project-specific skills, and Shared skills",
55
"author": {
66
"name": "Yi Lu"

plugin/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-smart",
3-
"version": "0.2.49",
3+
"version": "0.2.50",
44
"description": "Self-improving coding assistant plugin — learns from corrections across sessions via reflexio",
55
"author": {
66
"name": "Yi Lu"

plugin/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "claude-smart"
3-
version = "0.2.49"
3+
version = "0.2.50"
44
description = "Self-improving Claude Code, Codex, and OpenCode plugin that turns corrections into Preferences, Project-specific skills, and Shared skills"
55
keywords = [
66
"claude",

plugin/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reflexio.lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"package": "reflexio-ai",
33
"repo": "https://github.com/ReflexioAI/reflexio.git",
44
"version": "0.2.28",
5-
"commit": "48214d5b058a9a5bfb8e5ff3faaa359aca46ca0c",
5+
"commit": "26bed34efb1cc2d924f0cc0d2cdfb0b3e81f3ac4",
66
"dependency": "reflexio-ai>=0.2.28",
77
"source": "vendor",
88
"vendor_path": "plugin/vendor/reflexio",
9-
"updated_at": "2026-07-06T05:05:12Z"
9+
"updated_at": "2026-07-15T06:39:07Z"
1010
}

0 commit comments

Comments
 (0)