You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- /api/version endpoint compares local vs npm registry latest
- CLI shows update notice after server starts (non-blocking)
- UI sidebar footer shows yellow banner when outdated
- Hover: "Click to copy update command — paste into Claude Code"
- Click: copies prompt to clipboard, user pastes into CC to update
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@mcpware/claude-code-organizer",
3
-
"version": "0.5.9",
3
+
"version": "0.5.10",
4
4
"description": "Organize all your Claude Code memories, skills, MCP servers, commands, agents, rules, and hooks — view by scope hierarchy, move between scopes via drag-and-drop",
0 commit comments