-
Notifications
You must be signed in to change notification settings - Fork 451
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
Closed
+6
−1
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
Open source release of 1Code - Best UI for Claude Code with Local and Remote agent execution. Apache License 2.0
## What's New in v0.0.11 ### Changes - Renamed app from Agents to 1Code - Fixed appId to dev.21st.agents for auto-update compatibility - Prevent todo list flickering and improve streaming UX - Handle stale lock files from crashed instances - Show Open PR button when no uncommitted changes - Improved auto-update UX
## What's New in v0.0.12
### Features
- Drafts section in sidebar with preview and delete functionality
- Interrupted state for tools - shows "{toolName} interrupted" when stopping agent with ESC
- Tooltip with full file path when hovering over truncated filenames
- "See what's new" banner after app updates with link to changelog
### Improvements & Fixes
- Fixed sub-chat renaming not persisting to database
- Fixed editor focus after drag & drop image insertion
- Pending questions now bound to specific sub-chat (no longer appear in wrong chat)
- Fixed duplicate text in todo tool when status is in_progress
- Renamed "Premium support" button to "Feedback"
- Performance optimizations for pending questions
## What's New in v0.0.16 ### Improvements & Fixes - Fixed authentication redirect URL for packaged app - Fixed sidebar workspace timestamps updating on message send - Exclude session/plan files from changed files status bar - Reduced stop button icon size in send button
## What's New in v0.0.18 ### Improvements & Fixes - Fixed sidebar flickering when switching between chats
## What's New ### Features - Added Cmd+Enter shortcut for "Implement plan" button - Improved archive popover: auto-unarchive on selection, input clears on revisit ### Fixes - Fixed sidebar flickering when switching between chats
## What's New ### Features - Added Cmd+Enter shortcut for "Implement plan" button - Improved archive popover: auto-unarchive on selection, input clears on revisit
## What's New ### Fixes - Fixed z-index layering for sticky user message bubble - Removed MCP servers indicator from header
…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