Tags: mcpware/claude-code-organizer
Tags
chore: bump to v0.18.2 Fix security scan cache so NEW MCP badges do not reappear after reload. Fix Backup Center scheduler UX and restore macOS launchd path detection. Refresh E2E coverage for sessions, effective-scope badges, conflicts, and sidebar collapse. Update README privacy, platform, scheduler, and test-count docs. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
feat: Backup Center — git-backed backup for all Claude Code settings - ☁ Backup Center modal (center-screen, replaces Export All button) - Shows item count pills by category (sessions, skills, MCP, memories, etc.) - GitHub Sync section: remote URL, last commit, Sync Now button, Configure Remote inline edit - Auto-Backup section: scheduler enable/disable toggle, interval selector (1-24h) - Back Up Now: exports to ~/.claude-backups/latest/ + git commit + push - Snapshot Export: timestamped export to ~/.claude/exports/ (old behavior) - New API endpoints: /api/backup/status, /api/backup/run, /api/backup/sync, /api/backup/scheduler/install, /api/backup/remote - src/backup-git.mjs + src/backup-scheduler.mjs: extracted git/systemd ops Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
feat: session distiller + image trimmer (v0.17.0) Session Distiller strips bloated sessions to ~10% of original size while preserving all conversation text verbatim. Per-tool-type rules: Read stripped entirely, Bash keeps head+tail, Edit keeps diff preview, Agent keeps up to 2000 chars. Creates backup + index in session folder, renders as expandable bundle in dashboard tree. Image Trimmer replaces base64 image blocks with [image redacted] placeholders. 35-line standalone script, also available as /trim-images skill. Dashboard Distill button, CLI --distill flag, POST /api/session-distill endpoint. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
feat: v0.16.0 — MCP Controls, ccsrc security features, budget fix Major features: - MCP Controls panel: per-project disable list with fuzzy search - Inline disable/enable button on every MCP item with confirmation dialog - Context budget constants fixed to match ccsrc (13K autocompact) - MCP dedup detection (backend, not shown in UI) - Enterprise MCP detection (backend) - Project server approval state (backend) UI polish: - Remove duplicate servers section from security scan (not actionable) - Remove Open button from MCP items (not useful for config entries) - fetchJson now passes options to fetch (critical fix for all POST calls) Tests: 105 unit + 15 E2E covering all new features Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
feat: markdown preview + new session button (v0.15.0) - Render markdown in detail panel for memories, skills, rules, plans, agents, commands - Load marked.js v15 from CDN with graceful fallback - Strip YAML frontmatter before rendering - Full CSS for headers, code blocks, tables, blockquotes, lists (light/dark mode) - Add "+ New" button on session category bar — copies `cd <dir> && claude` to clipboard - Add AI_INDEX.md reference to README Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
fix: rewrite all 3 Chinese READMEs to match English v0.14 (v0.14.13) Complete rewrite of zh-HK (Cantonese), zh-CN (Simplified), zh-TW (Traditional): - Show Effective with per-category rules - GLOBAL/ANCESTOR/SHADOWED/CONFLICT badges - 225 tests, 11 categories - No drag-and-drop, no workspace, no scope hierarchy - Rules/Plans locked for move - Flat/Tree view toggle - YouTube moved to Community section Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
fix: final README proofread — fix tagline, test count, scope language… …, dedup (v0.14.11) - Tagline: "fix wrong-scope configs" → "fix misplaced configs" - Test badge: 141 → 225 (84 unit + 141 E2E) - "Scope list" → "Project list" in caption - Remove duplicate Show Effective description (was in two places) - "across every scope" → "across all projects" in How It Works Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
PreviousNext