Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
f3f26a8
feat: introduce agent activity feed, tool notifications, artifact man…
jshay21 Jan 18, 2026
4be1001
refactor: relocate `useToolNotifications` hook and `activeSubChatId` …
jshay21 Jan 18, 2026
b8cc4fa
feat: add test notification button in settings
jshay21 Jan 18, 2026
bc6dfcd
fix: clean up git-panel imports and fix sidebar git panel visibility
jshay21 Jan 18, 2026
d73442a
Merge pull request #1 from jshay21/effective-jay-012c04
jshay21 Jan 18, 2026
9362047
feat: Implement activity viewer modal with new database schema and tR…
jshay21 Jan 18, 2026
173b336
feat: implement AI-powered commit message generation and centralize C…
jshay21 Jan 18, 2026
e4dcaa0
gh cli
jshay21 Jan 18, 2026
38f3f36
feat(activity): add exploration tool grouping and modal viewers
jshay21 Jan 18, 2026
2d31969
Git tools
jshay21 Jan 18, 2026
f6a22e4
refactor(git): replace commit-graph package with custom implementation
jshay21 Jan 18, 2026
7918199
feat: add CLI session sync for bidirectional GUI/CLI handoff
jshay21 Jan 18, 2026
e13f706
feat: Enable programmatic Claude Code terminal opening and introduce …
jshay21 Jan 18, 2026
6f5cfad
feat: enhance Claude Code integration with a database session ID fall…
jshay21 Jan 18, 2026
4663427
feat: Update agent context indicator to use dynamic context window an…
jshay21 Jan 18, 2026
d2e83ce
feat: introduce a new right-hand panel UI component with a developmen…
jshay21 Jan 18, 2026
f88e6ca
perf: optimize chat message rendering with new `MessagePartRenderer`,…
jshay21 Jan 18, 2026
1f9edfb
perf: Extract and memoize the ModeDropdown component to optimize re-r…
jshay21 Jan 18, 2026
d18f976
feat: memoize ResizableSidebar component and optimize fullscreen stat…
jshay21 Jan 19, 2026
656470e
feat: remove authentication logic and add a Claude Code settings tab
jshay21 Jan 19, 2026
7eb04bb
feat: Implement per-chat model preference with database storage, API …
jshay21 Jan 19, 2026
b5dcf8e
feat: update existing `chats` entries to set `model_id` to 'sonnet' w…
jshay21 Jan 19, 2026
7128716
feat: Implement per-sub-chat model selection and persistence, migrati…
jshay21 Jan 19, 2026
10bd674
feat: prioritize `selectedChatWorktreePath` for `GitPanel` worktree p…
jshay21 Jan 19, 2026
a6bf11c
feat: Allow dynamic model changes for sub-chats to apply to the next …
jshay21 Jan 20, 2026
1e82491
feat: add audio feedback for agent progress, tool execution, and pend…
jshay21 Jan 20, 2026
dcf6eb3
feat: Add nagging sound for user attention when the agent is waiting …
jshay21 Jan 20, 2026
c32ee96
feat: Add conditional entitlements for macOS builds, ignore personal …
jshay21 Jan 20, 2026
6f7e23e
feat: Add "ask" mode support with new icons and updated chat mode typ…
jshay21 Jan 20, 2026
6d43e9d
feat: improve context token calculation, add pre-compaction token cou…
jshay21 Jan 20, 2026
8c0ad03
feat: add `/context` command to display context window usage by parsi…
jshay21 Jan 20, 2026
07972ba
feat: implement Git watcher and cache, agent message queuing, streami…
jshay21 Jan 20, 2026
caf9b50
agent browser
jshay21 Jan 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ electron.vite.config.*.mjs

# Claude binary (downloaded at build time)
resources/bin/

# Personal entitlements (local dev only)
build/entitlements.mac.personal.plist
.agent-browser/
191 changes: 187 additions & 4 deletions bun.lock

Large diffs are not rendered by default.

776 changes: 776 additions & 0 deletions docs/CLAUDE_INTEGRATION_ARCHITECTURE.md

Large diffs are not rendered by default.

Loading