Commit Graph

95 Commits

Author SHA1 Message Date
d-kimsuon
93dc63a7f3 feat: enhance conversation components with task handling and UI improvements
- Added a new ToolInputOneLine component for displaying input parameters in a concise format.
- Updated AssistantConversationContent to include an Eye icon for viewing task details and improved layout for better readability.
- Enhanced ConversationItem to check for related task calls, preventing unnecessary rendering.
- Modified SidechainConversationModal to display message count and improved task view button styling.
- Updated i18n messages for new features and improved translations.
2025-10-20 05:19:44 +09:00
d-kimsuon
0047b6b2a2 feat: system information view 2025-10-20 03:00:13 +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
4a4354fe63 feat: add i18n support, avaiable languages are 'en' and 'ja' 2025-10-20 00:18:44 +09:00
d-kimsuon
170c6ec759 feat: enhance commit section in DiffModal with collapsible UI
- Added a collapsible section for commit changes in the DiffModal, improving user experience by allowing users to expand or collapse the commit controls.
- Integrated file selection controls and commit message input within the collapsible section for better organization.
- Updated styling and layout for improved clarity and interaction.
2025-10-19 19:14:16 +09:00
d-kimsuon
9144f26084 feat: add support for file history snapshots in conversation components
- Introduced a new `FileHistorySnapshotConversationContent` component to handle rendering of file history snapshots.
- Updated `ConversationItem` and `ConversationList` to accommodate the new conversation type.
- Modified the conversation schema to include `FileHistorySnapshotEntrySchema` and related types.
- Enhanced the `useSidechain` hook to filter out file history snapshots from sidechain conversations.
- Adjusted the `SidechainConversationModal` to correctly handle the new conversation type.
2025-10-19 18:00:37 +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
30a92c48d4 refactor: improve styling and layout in DiffModal and DiffViewer components
- Reduced padding and adjusted spacing in the DiffModal for a more compact layout.
- Updated text sizes and line heights in the DiffViewer for better readability.
- Removed unnecessary dialog components to streamline the structure.
- Enhanced the file header layout for improved visual clarity and interaction.
2025-10-19 00:38:36 +09:00
d-kimsuon
a77d7e205b refactor: update testing layers and configurations
- Changed the setup file path in vitest configuration for better organization.
- Refactored the EventBus implementation to streamline event handling.
- Updated various test files to utilize new testing layers for improved clarity and maintainability.
- Introduced new utility layers for file system and persistent service mocks to enhance test reliability.
- Enhanced the platform layer to include necessary services for testing environments.
2025-10-18 20:07:47 +09:00
d-kimsuon
c8f7110cfd chore: format by linter 2025-10-18 17:48:15 +09:00
d-kimsuon
277247aa4b refactor(ApplicationContext): rename environment variable for clarity
- Changed the environment variable from "CLAUDE_CODE_VIEWER_CC_EXECUTABLE_PATH" to "GLOBAL_CLAUDE_DIR" for better understanding and usage within the application context.
2025-10-18 17:48:15 +09:00
d-kimsuon
90e260f11e feat(e2e): add sidechain task modal interactions to session detail capture
- Implemented a new capture case for the "sidechain-task-modal" in the session detail E2E tests.
- Added data-testid attributes to the SidechainConversationModal for improved test targeting.
- Enhanced the GitController to handle errors gracefully when fetching branches and commits, returning an empty response on failure.
2025-10-18 17:48:15 +09:00
d-kimsuon
1e62eeb856 feat(e2e): enhance end-to-end testing setup with new scripts and capture cases
- Updated package.json to include new E2E scripts for execution and snapshot capturing.
- Added new capture cases for the "new-project-modal" and "start-new-chat" functionalities in the E2E tests.
- Increased wait times in session detail captures to ensure elements are fully loaded before interactions.
- Introduced new shell scripts for starting the server and capturing snapshots, improving the E2E testing workflow.
- Updated NewChatModal and SessionsTab components to include data-testid attributes for better test targeting.
2025-10-18 17:48:15 +09:00
d-kimsuon
dabc4b29e3 fix: chore 2025-10-18 04:14:39 +09:00
d-kimsuon
45ebfad36a refactor: firstCommand 2025-10-18 03:48:39 +09:00
d-kimsuon
e45a841656 refactor: add platform effects 2025-10-18 03:08:43 +09:00
d-kimsuon
4de41129fe chore: adjust form styles 2025-10-18 03:08:43 +09:00
d-kimsuon
58d428a16c chore: adjust form styles 2025-10-18 01:50:14 +09:00
d-kimsuon
6f627fb649 refactor: use more effect-ts 2025-10-18 01:50:04 +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
d-kimsuon
a5d81568bb fix: bug fix related to effect-ts refactor 2025-10-17 17:16:08 +09:00
d-kimsuon
1795cb499b update design 2025-10-17 10:56:26 +09:00
d-kimsuon
21070d09ff refactor: add effect-ts and refactor codes 2025-10-17 03:32:02 +09:00
d-kimsuon
94cc1c0630 feat: improve interactivity by predict sessions 2025-10-16 02:35:48 +09:00
d-kimsuon
8d592ce89b fix: disable tool approve for old claude code version 2025-10-16 02:35:29 +09:00
d-kimsuon
7c05168e4e fix: fix bug conversation log syncronization 2025-10-16 02:24:12 +09:00
d-kimsuon
f34943c9cc chore: using refetchQueries instead of invalidateQueries 2025-10-16 02:24:12 +09:00
d-kimsuon
d322db543c perf: added pagination for session in order to improve large project's performance issue 2025-10-16 02:24:12 +09:00
d-kimsuon
0259e71b44 feat: improve interactivity by predict sessions 2025-10-16 02:24:10 +09:00
d-kimsuon
c7d89d47cd perf: added cache for project, session 2025-10-16 02:23:28 +09:00
d-kimsuon
a88ad89972 fix: disable tool approve for old claude code version 2025-10-16 02:23:27 +09:00
d-kimsuon
b483e7e918 fix: disable tool approve for old claude code version 2025-10-14 19:40:50 +09:00
d-kimsuon
314cdcc749 ci(e2e): start:e2e server before capturing 2025-10-13 14:39:12 +09:00
d-kimsuon
6d081e54b8 ci(e2e): update snapshots on github actions 2025-10-13 14:39:12 +09:00
d-kimsuon
7211ddeb5a refactor sse 2025-10-13 14:38:44 +09:00
d-kimsuon
89e3034202 chore: inject global claude directory by using GLOBAL_CLAUDE_DIR environment variables 2025-10-13 14:38:44 +09:00
dobachi
55fb84c96b fix: add newline at end of PermissionDialog.tsx 2025-09-24 02:09:14 +09:00
dobachi
b7e9947efb feat: UI許可システムの実装
- permissionModeを設定可能に変更(bypassPermissions, default, acceptEdits, plan)
- defaultモード時のUI許可ダイアログを実装
  - canUseTool callbackによるプログラマティックな許可処理
  - SSEを使用したリアルタイム通信
  - 許可/拒否の選択UI
- PermissionDialog機能
  - 大きなダイアログサイズ(max-w-4xl, max-h-[80vh])
  - パラメータの折りたたみ表示
  - 各パラメータのコピーボタン
  - 長いテキストのスクロール対応
  - レスポンシブデザイン対応
2025-09-24 01:39:13 +09:00
d-kimsuon
eb5a8ddeeb perf: refactor sse handleing 2025-09-18 21:08:15 +09:00
d-kimsuon
1eae7fbd69 chore: autoformat by biome 2025-09-17 22:12:45 +09:00
d-kimsuon
f2fd423626 Merge branch 'main' into fix/handle-missing-claude-directory 2025-09-17 22:12:08 +09:00
amay077
730d13459c fix: resolve lint and formatting errors
- Add useId hook for unique ID generation in SettingsControls
- Fix label accessibility with proper htmlFor attribute
- Apply Biome formatting rules to all modified files

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 19:41:17 +09:00
nepula_h_okuyama
e37ca87887 #1 feat: add configurable Enter key behavior for message input
- Add enterKeyBehavior setting to config schema (shift-enter-send | enter-send)
- Implement Enter key behavior toggle in SettingsControls component
- Update ChatInput to respect user's Enter key preference
- Support IME composition to prevent accidental sends during Japanese input
- Add dynamic placeholder text based on selected behavior

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-11 22:48:01 +09:00
d-kimsuon
909f032e4b chore: remove strict() from zod 2025-09-07 18:20:59 +09:00
d-kimsuon
a3e6febcfd feat: add sonner message on task completed 2025-09-07 18:07:06 +09:00
d-kimsuon
c7a1e6d4ef fix: add unsupported container property to schema 2025-09-07 17:52:59 +09:00
d-kimsuon
8b6b03b61d feat: add notification when task paused 2025-09-07 17:43:18 +09:00
d-kimsuon
ca31602933 fix: bug fix that input message gone out though new chat is not sent yet 2025-09-07 17:12:21 +09:00
d-kimsuon
e7c3c87b2c feat(diff-view): display untacked added file 2025-09-07 17:10:55 +09:00