Skip to content

Commit 5a79e1e

Browse files
committed
Release v0.2.44
1 parent 76c435f commit 5a79e1e

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"plugins": [
1010
{
1111
"name": "claude-smart",
12-
"version": "0.2.43",
12+
"version": "0.2.44",
1313
"source": "./plugin",
1414
"description": "Turns user corrections into project-specific and shared skills via reflexio — uses Claude Code or Codex as the LLM backend (no external API key required)"
1515
}

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.43-green.svg" alt="Version">
16+
<img src="https://img.shields.io/badge/version-0.2.44-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.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.43",
3+
"version": "0.2.44",
44
"description": "Self-improving Claude Code and Codex plugin — turns corrections into durable skills via reflexio",
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.43",
3+
"version": "0.2.44",
44
"description": "Self-improving Claude Code and Codex plugin — turns corrections into durable skills via reflexio",
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.43",
3+
"version": "0.2.44",
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.43"
3+
version = "0.2.44"
44
description = "Self-improving Claude Code and Codex plugin — turns corrections into durable skills via reflexio"
55
readme = "README.md"
66
requires-python = ">=3.12"

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.

0 commit comments

Comments
 (0)