Commit Graph

10 Commits

Author SHA1 Message Date
きむそん
6c93fe58b0 fix: Change unifySameTitleSession default value to false (#48)
* refactor: Clean up message handling in ClaudeCodeLifeCycleService

- Removed debug logging from handleMessage function.
- Eliminated unnecessary fallback message check in message iteration loop.

This improves code readability and performance by streamlining message processing.

* fix: Change unifySameTitleSession default value to false

Changed the default value of unifySameTitleSession configuration from true to false.
This affects both the Zod schema definition and the UserConfigService initial state.

Updated README.md to reflect the new default value in the User Settings table.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-11-02 13:02:38 +09:00
d-kimsuon
76aaf1013c chore: support claude code v2.0.30 schema 2025-11-02 01:45:58 +09:00
d-kimsuon
2ae3123cef chore: fix type error 2025-10-31 01:26:24 +09:00
きむそん
51280f5bf8 feat: File upload(plain text, pdf, image) #34
* support file upload

* preview pdf
2025-10-26 20:12:45 +09:00
d-kimsuon
4bad647b84 refactor: update imports to use @anthropic-ai/claude-agent-sdk
- Changed import statements in multiple files to replace references from @anthropic-ai/claude-code to @anthropic-ai/claude-agent-sdk for consistency and to align with the latest SDK structure.
2025-10-21 22:43:32 +09:00
d-kimsuon
81a5d31f6e feat: integrate @anthropic-ai/claude-agent-sdk for latest version
- Added @anthropic-ai/claude-agent-sdk as a dependency for improved functionality.
- Updated controllablePromise to include a status property, allowing tracking of promise states (pending, resolved, rejected).
- Adjusted query function to utilize the new agent SDK for enhanced query capabilities.
- Updated i18n message files for better formatting and consistency.
2025-10-20 01:03:13 +09:00
d-kimsuon
017d374cfe feat: commit on web diff panel
test

test

test2

implement done

bug fix
2025-10-19 17:18:56 +09:00
d-kimsuon
e45a841656 refactor: add platform effects 2025-10-18 03:08:43 +09:00
d-kimsuon
1bd122daa0 refactor: split request handle logic to controller 2025-10-18 00:46:13 +09:00
d-kimsuon
c745824dbe refactor: move directories 2025-10-17 20:47:25 +09:00