Releases: matt1398/claude-devtools
Releases · matt1398/claude-devtools
0.4.7
0.4.6
What's Changed
- Update issue templates by @matt1398 in #63
- chore(deps): bump the npm_and_yarn group across 1 directory with 4 updates by @dependabot[bot] in #64
- fix: auto-expand sidebar when a project is selected by @proxikal in #56
- fix: resolve performance regression in transcript loading and session search by @proxikal in #55
- fix: wrap HTTP_SERVER_GET_STATUS response in IpcResult envelope by @proxikal in #57
- feat: add auto-expand AI response groups setting by @proxikal in #59
- fix: prevent Ctrl+R page reload and show platform-aware shortcuts (#58) by @Psypeal in #66
- fix: guard Notification.isSupported for standalone/Docker (#42) by @Psypeal in #67
- fix: reliable window drag region in tab bar by @proxikal in #69
- feat: add cost calculation metric by @KaustubhPatange in #65
- feat: session analysis report with assessment badges by @holstein13 in #60
- feat: add MoreMenu component for toolbar actions by @matt1398 in #71
- Unify cost calculation with shared pricing module by @holstein13 in #73
- feat: custom title bar on Linux with native toggle by @Psypeal in #68
New Contributors
- @dependabot[bot] made their first contribution in #64
- @proxikal made their first contribution in #56
Full Changelog: v0.4.5...v0.4.6
0.4.5
What's Changed
- feat: disable default notification triggers for better control by @matt1398 in #43
- fix: prevent false cwd split that hides all sessions by @cesarafonseca in #40
- fix: increase macOS traffic light content gap for better title spacing by @cesarafonseca in #48
- fix: correct context badge count to sum actual items instead of injection objects (#2) by @Psypeal in #45
- feat: search session globally across projects by @KaustubhPatange in #44
- feat: add session export (Markdown, JSON, Plain Text) by @holstein13 in #51
- feat: implement SearchTextCache and SearchTextExtractor for efficient… by @matt1398 in #53
- feat: color badges for subagent types with .claude/agents/ config support by @cesarafonseca in #50
New Contributors
- @Psypeal made their first contribution in #45
- @KaustubhPatange made their first contribution in #44
- @holstein13 made their first contribution in #51
Full Changelog: v0.4.4...v0.4.5
0.4.4
What's Changed
- feat: improve MCP tool input/output rendering by @cesarafonseca in #33
- feat: enhance notification handling with scoped actions by @matt1398 in #36
- feat: add copy functionality to session context menu by @matt1398 in #37
- feat: enhance ContextBadge and SessionContextPanel with new FlatInjec… by @matt1398 in #38
Full Changelog: v0.4.3...v0.4.4
0.4.3
0.4.2
What's Changed
- Docker support, session management, context insights, and subagent display improvements by @matt1398 in #15
- feat: add markdown preview toggle for Write tool output by @sanathks in #21
- fix: collect tool results from subagent messages with absent isMeta field by @cesarafonseca in #23
New Contributors
- @sanathks made their first contribution in #21
- @cesarafonseca made their first contribution in #23
Full Changelog: v0.4.1...v0.4.2
0.4.1
feat(sessions): add API endpoints for hiding and unhiding sessions - Implemented new POST endpoints for hiding and unhiding individual and bulk sessions in the configuration. - Added error handling and validation for project and session IDs in the new API routes. - Enhanced the existing session management functionality in the ConfigManager to support these operations.
0.4.0
Highlights
- Added intel macOS support
- Added linux support
- Added WSL support for discovering Claude root path candidates.
0.4.0-rc.2
feat(wsl): improve WSL path handling and output decoding - Refactored `toWslUncPath` to remove the prefix parameter for consistency. - Added `looksLikeUtf16Le` and `decodeWslOutput` functions to enhance output decoding from WSL commands. - Updated `listWslDistros` to utilize a command array for better command execution handling. - Simplified home path resolution in `handleFindWslClaudeRoots` to avoid duplicates and improve clarity.
0.3.2
v0.3.2 Update README.md with enhanced system notification rules and rich too…