mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2025-12-29 19:24:21 +01:00
14 KiB
14 KiB
Changelog
0.4.0
Features
- Tool execution approval: Claude's tool calls can now be reviewed and approved before execution with permission mode support - by dobachi (b7e99)
- Dark mode: UI now supports dark mode for better viewing experience in low-light environments - by d-kimsuon
- Large workspace performance: Significantly improved performance for large workspaces with pagination and caching - by d-kimsuon (c7d89) (d322d)
- Web-based git commit: Changes can now be committed directly from the diff panel in the web interface - by d-kimsuon (017d3)
- Latest conversation schema: Support for Claude Code's new conversation schema - by d-kimsuon (9144f)
- Internationalization: UI is now available in English and Japanese - by d-kimsuon (4a435)
- System information: View system and environment details in a dedicated tab - by d-kimsuon (0047b)
- Bundled Claude Code: No need to install Claude Code separately - bundled version is automatically used when not found - by d-kimsuon (6c4d3)
Bug Fixes
- Compatibility: Fixed issues preventing use with Claude Code version 1.0.81 and earlier - by d-kimsuon (b483e) (a88ad) (8d592)
- Robustness: Improved handling of missing Claude projects directory and Node.js version compatibility - by kouyaman345 (42d02)
Performance
- Session synchronization: Sessions started from Claude Code now sync much faster - by d-kimsuon (eb5a8)
View changes on GitHub
0.4.0-beta.2
Features
- Introduce speckit commands for feature specification and implementation - by d-kimsuon (6f7ef)
- Commit on web diff panel - by d-kimsuon (017d3)
- Add support for file history snapshots in conversation components - by d-kimsuon (9144f)
- Enhance commit section in DiffModal with collapsible UI - by d-kimsuon (170c6)
- Add i18n support, avaiable languages are 'en' and 'ja' - by d-kimsuon (4a435)
- Integrate @anthropic-ai/claude-agent-sdk for latest version - by d-kimsuon (81a5d)
- System information view - by d-kimsuon (0047b)
- Enhance conversation components with task handling and UI improvements - by d-kimsuon (93dc6)
- Enhance MobileSidebar with system information tab - by d-kimsuon (a92f0)
View changes on GitHub
0.4.0-beta.1
Features
- Add tool approval mechanism and permission mode support - by dobachi (b7e99)
- Add dark mode support - by d-kimsuon
- Improve performance with pagination and caching for large workspaces - by d-kimsuon (c7d89) (d322d)
Bug Fixes
- Fix compatibility issues with Claude Code version 1.0.81 and below - by d-kimsuon (b483e) (a88ad) (8d592)
- Handle missing Claude projects directory and Node.js compatibility issues - by kouyaman345 (42d02)
Performance
- Improve session synchronization speed for sessions started from Claude Code - by d-kimsuon (eb5a8)
View changes on GitHub
0.3.1
Features
- Add configurable Enter key behavior for message input - by nepula_h_okuyama and Claude (e37ca)
Bug Fixes
- Resolve lint and formatting errors - by amay077 and Claude (730d1)
View changes on GitHub
0.3.0
Features
- Set timeout for new-chat & resume-chat - by d-kimsuon (d0fda)
- Add @ file completion - by d-kimsuon (60aaa)
- Inline completion for command and files - by d-kimsuon (e90dc)
- Fix out of style - by d-kimsuon (7fafb)
- Add simple git diff preview modal - by d-kimsuon (c5688)
- Add comprehensive CI workflow for quality checks - by d-kimsuon and Claude (580e5)
- Add notification when task paused - by d-kimsuon (8b6b0)
- Add sonner message on task completed - by d-kimsuon (a3e6f)
- diff-view: Display untacked added file - by d-kimsuon (e7c3c)
Bug Fixes
- Bug fix session list doesn't updated after filter config changed - by d-kimsuon (52a23)
- Fix header text content overflow - by d-kimsuon (a618e)
- Bug fix that input message gone out though new chat is not sent yet - by d-kimsuon (ca316)
- Add unsupported container property to schema - by d-kimsuon (c7a1e)
View changes on GitHub
0.2.4
Features
- Add Node.js >=20.12.0 requirement to package.json - by d-kimsuon and Claude (7027f)
View changes on GitHub
0.2.3
Features
- Adjust response design - by d-kimsuon (dca1b)
View changes on GitHub
0.2.2
Features
- Adjust style for mobile - by d-kimsuon (35e72)
View changes on GitHub
0.2.1
Features
- Responsive design - by d-kimsuon (35329)
- Add some default commands - by d-kimsuon (adccb)
- Remove alive sessoins tab - by d-kimsuon (730eb)
- Add error report message on invalid schema message - by d-kimsuon (bac15)
- Add mcp tab - by d-kimsuon (155af)
- Display project info in session page - by d-kimsuon (1b1a8)
Bug Fixes
- Remove unnecessary slash from default command - by d-kimsuon (78000)
View changes on GitHub
0.2.0
Features
- Add unifySameTitleSession option for unify resume messages - by d-kimsuon (4c721)
- Syntaxhilight input json - by d-kimsuon (55f70)
- Abort running task - by d-kimsuon (60b9c)
- Implement continue chat (not resume if connected) - by d-kimsuon (79794)
- Improve sync tasks status by using SSE - by d-kimsuon (521a3)
- Improve sidebar menu - by d-kimsuon (d9a0f)
- Clean up all tasks before exit - by d-kimsuon (31da8)
- Improve continue chat experience - by d-kimsuon (e689d)
View changes on GitHub
0.1.0
Features
- Resume and new task - by d-kimsuon (7c96a)
- Move configuration localStorage to server side - by d-kimsuon (a07b0)
View changes on GitHub
0.0.9
Features
- Adjust thinking card margin - by d-kimsuon (04cfb)
- Improve multi-line tool result view. properly handle line breaks. - by d-kimsuon (9362b)
View changes on GitHub
0.0.8
No significant changes
View changes on GitHub
0.0.7
No significant changes