-
Notifications
You must be signed in to change notification settings - Fork 439
feat: agent activity feed, tool notifications, artifact management #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jshay21
wants to merge
33
commits into
21st-dev:main
Choose a base branch
from
jshay21:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…agement, and refined notification settings.
…declaration in `active-chat.tsx`.
Add a "Test" button to the Notifications section in Settings → Preferences that sends a test macOS notification to verify notifications are working. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Remove unused imports from git-panel.tsx (useAtomValue, useSetAtom, X, FileText, MoreHorizontal, ScrollArea) - Replace ScrollArea with simple div for file lists overflow - Hide agents list when git panel is open in sidebar - Add GitPanel component to sidebar when git panel is toggled Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
feat: add test notification button and git panel improvements
…PC routes for detailed tool activity display.
…laude token management.
sa4hnd
added a commit
to sa4hnd/1code
that referenced
this pull request
Jan 18, 2026
- Group consecutive Read/Grep/Glob operations in activity feed - Add specialized modal content components for Bash, Edit, Web, and Explore tools - Enhance git panel with commit message generation UI - Implement expandable grouped view with detailed activity inspection
- Remove commit-graph npm dependency and related packages - Implement custom graph algorithm for commit visualization - Create modular SVG rendering components for branches and curves - Adapt positioning logic for tighter UI integration
Enable seamless handoff between GUI chat and Claude Code CLI terminal:
- Add "Open in Claude Code" button in terminal sidebar
- Spawn Claude CLI with session resume in isolated config directory
- Parse CLI session JSONL files and sync messages to GUI database on exit
- Convert CLI message format to GUI format with UUID-based deduplication
- Display sync status in terminal ("Syncing messages...", "Synced X messages")
Implementation:
- Created cli-sync.ts utility for parsing and converting CLI messages
- Added syncCliSession mutation to sync messages from CLI to database
- Added createClaudeCodeSession procedure to spawn CLI with CLAUDE_CONFIG_DIR
- Extended TerminalInstance type with isClaudeCode, subChatId, sessionId
- Added exit handler in terminal.tsx to trigger sync on CLI exit
- Passed sessionId and subChatId props through component tree
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
…command-specific icons for Bash tools in the activity feed and modal.
…back and streamlined session initiation.
…d recent API call token usage.
…t terminal and hotkey support.
… Shiki code highlighting cache, and pre-computed nested tool data.
…enders caused by tooltip state changes.
…e updates in agents layout.
…endpoints, and UI integration.
…ng the database schema to store the chosen model.
…send without recreating the chat transport.
…ing user questions.
…for input, including mute control and an auto-stop after 10 minutes.
…plist, and remove unused notification entitlement.
…es across the UI and database schema.
…nt to UI, and deny tools in Ask mode.
…ng its output from Claude Code, and improve sound timing precision.
…ng status, chat search, and text selection.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
useToolNotificationshook to avoid initialization errorTest plan
🤖 Generated with Claude Code