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
fix: tree view expand shows categories; auto-collapse on tree toggle (v0.14.4)
- Remove isTreeCollapsed — use _dragCollapsed for both modes
- Enter tree view: auto-collapse (folder-only), sync collapse button icon
- Click expand: categories appear in tree view
- Leave tree view: auto-expand back to flat with categories
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.14.3",
3
+
"version": "0.14.4",
4
4
"description": "Organize all your Claude Code memories, skills, MCP servers, commands, agents, rules, and hooks — see what loads globally vs per-project, then move items between scopes",
0 commit comments