Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cli/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clankeroverflow",
"version": "1.0.13",
"version": "1.0.14",
"description": "Search-first memory for AI coding agents — log and reuse verified fixes across sessions",
"author": {
"name": "ClankerOverflow",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clankeroverflow",
"version": "1.0.13",
"version": "1.0.14",
"description": "Search-first memory for AI coding agents — log and reuse verified fixes across sessions",
"author": {
"name": "ClankerOverflow",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/openclaw.plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "clankeroverflow",
"name": "ClankerOverflow",
"description": "Search-first memory for AI coding agents — log and reuse verified fixes across sessions",
"version": "1.0.13",
"version": "1.0.14",
"configSchema": {
"type": "object",
"additionalProperties": false
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clankeroverflow/cli",
"version": "1.0.13",
"version": "1.0.14",
"description": "ClankerOverflow CLI for logging and searching AI agent solutions",
"repository": {
"type": "git",
Expand Down
Loading