Commit Graph

85 Commits

Author SHA1 Message Date
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
1e6030bd52 chore: release v0.3.0 2025-09-07 19:03:13 +09:00
d-kimsuon
909f032e4b chore: remove strict() from zod 2025-09-07 18:20:59 +09:00
きむそん
014428f6d6 Merge pull request #2 from d-kimuson/feature/ci
feat: add comprehensive CI workflow for quality checks
2025-09-07 18:11:29 +09:00
d-kimsuon
70d39a2d14 ci: fix workflow 2025-09-07 18:09:25 +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
580e51f576 feat: add comprehensive CI workflow for quality checks
- Add GitHub Actions workflow for automated testing
- Include lint, typecheck, test, and build validation
- Support Node.js 20.12.0+ with matrix strategy
- Use pnpm 10.8.1 with dependency caching
- Verify CLI binary creation in build step

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-07 17:12:31 +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
d-kimsuon
d3e92ba6ba chore: fix build error 2025-09-07 16:20:10 +09:00
d-kimsuon
c5688310b6 feat: add simple git diff preview modal 2025-09-07 16:18:42 +09:00
d-kimsuon
7fafb183f0 feat: fix out of style 2025-09-07 12:28:43 +09:00
d-kimsuon
a618e24ffe fix: fix header text content overflow 2025-09-07 05:04:22 +09:00
d-kimsuon
e90dc00a63 feat: inline completion for command and files 2025-09-07 04:32:37 +09:00
d-kimsuon
1e31eb4307 refactor: unify NewChat and ResumeChat Input Component 2025-09-07 02:49:00 +09:00
d-kimsuon
60aaae7a2c feat: add @ file completion 2025-09-07 00:05:07 +09:00
d-kimsuon
d0fdadeefa feat: set timeout for new-chat & resume-chat 2025-09-06 23:38:49 +09:00
d-kimsuon
52a231bc0a fix: bug fix session list doesn't updated after filter config changed 2025-09-06 23:25:41 +09:00
d-kimsuon
ec0225612c chore: release v0.2.4 2025-09-04 21:28:25 +09:00
d-kimsuon
7027f3965c feat: add Node.js >=20.12.0 requirement to package.json
Remove Node.js version requirement from README and add engines field
to package.json to explicitly require Node.js 20.12.0 or later due to
reported issues with earlier versions.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-04 21:26:50 +09:00
d-kimsuon
d8a06baa83 chore: release v0.2.3 2025-09-03 21:05:44 +09:00
d-kimsuon
dca1be73d7 feat: adjust response design 2025-09-03 20:58:47 +09:00
d-kimsuon
d120c1f7c1 chore: release v0.2.2 2025-09-03 20:37:35 +09:00
d-kimsuon
35e72ed6dc feat: adjust style for mobile 2025-09-03 20:36:13 +09:00
d-kimsuon
b599fe8d2e chore: release v0.2.1 2025-09-03 20:21:40 +09:00
d-kimsuon
1b1a8ab19e feat: display project info in session page 2025-09-03 20:17:58 +09:00
d-kimsuon
155afeaf70 feat: add mcp tab 2025-09-03 20:03:47 +09:00
d-kimsuon
7800037455 fix: remove unnecessary slash from default command 2025-09-03 19:43:01 +09:00
d-kimsuon
bac15be020 feat: add error report message on invalid schema message 2025-09-03 19:40:11 +09:00
d-kimsuon
730eb356ba feat: remove alive sessoins tab 2025-09-03 19:08:14 +09:00
d-kimsuon
adccbb81cc feat: add some default commands 2025-09-03 18:24:23 +09:00
d-kimsuon
35329882f9 feat: responsive design 2025-09-03 18:16:08 +09:00
d-kimsuon
9d7028cce8 docs: update readme for current features 2025-09-03 18:15:51 +09:00
d-kimsuon
116b65d0bb chore: release v0.2.0 2025-09-03 09:34:27 +09:00
d-kimsuon
de685a768a docs: update readme and claude.md 2025-09-03 04:33:54 +09:00
d-kimsuon
e689dd5b34 feat: improve continue chat experience 2025-09-03 04:33:29 +09:00
d-kimsuon
31da82377d feat: clean up all tasks before exit 2025-09-03 03:44:43 +09:00
d-kimsuon
d9a0f17ce7 feat: improve sidebar menu 2025-09-03 03:34:30 +09:00
d-kimsuon
521a36812b feat: improve sync tasks status by using SSE 2025-09-03 02:36:15 +09:00
d-kimsuon
79794be526 feat: implement continue chat (not resume if connected) 2025-09-03 01:43:03 +09:00
d-kimsuon
60b9c658f5 feat: abort running task 2025-09-02 21:48:42 +09:00
d-kimsuon
55f70633fd feat: syntaxhilight input json 2025-09-02 21:05:36 +09:00
d-kimsuon
4c7219997f feat: add unifySameTitleSession option for unify resume messages 2025-09-02 20:55:59 +09:00
d-kimsuon
80bd51e592 chore: release v0.1.0 2025-09-02 09:29:44 +09:00
d-kimsuon
a07b0468db feat: move configuration localStorage to server side 2025-09-01 22:54:35 +09:00
d-kimsuon
7c96a6316c feat: resume and new task 2025-09-01 17:31:56 +09:00
d-kimsuon
299500c96d chore: release v0.0.9 2025-09-01 09:14:49 +09:00
d-kimsuon
9362bb58b3 feat: improve multi-line tool result view. properly handle line breaks. 2025-09-01 09:08:59 +09:00