26 Commits

Author SHA1 Message Date
Shantur Rathore
ad86154d47 chore: archive task 054 2025-10-28 20:19:28 +00:00
Shantur Rathore
c6889bef1f chore: archive task 053 2025-10-28 20:11:41 +00:00
Shantur Rathore
2c204b3b28 chore: archive task 052 2025-10-28 20:09:56 +00:00
Shantur Rathore
522bb7ac05 chore: archive task 051 2025-10-28 20:07:16 +00:00
Shantur Rathore
a01b9b79ac chore: archive task 050 2025-10-28 20:04:04 +00:00
Shantur Rathore
e3009f1aad chore: archive task 049 2025-10-28 20:01:17 +00:00
Shantur Rathore
7267baf23d docs: queue remaining style cleanup tasks 2025-10-28 19:58:56 +00:00
Shantur Rathore
e179d452e4 chore: archive task 048 2025-10-28 19:53:12 +00:00
Shantur Rathore
1b99bf2297 chore: archive task 047 2025-10-28 19:49:23 +00:00
Shantur Rathore
a355d9c4b8 chore: archive task 046 2025-10-28 19:44:11 +00:00
Shantur Rathore
cb56eed4f9 docs: add tailwind refactor follow-up tasks 2025-10-28 19:40:33 +00:00
Shantur Rathore
377595c19d chore: archive task 045 2025-10-28 18:59:01 +00:00
Shantur Rathore
63327d02ec chore: archive task 044 2025-10-28 18:56:27 +00:00
Shantur Rathore
1b07109a40 chore: archive task 043 2025-10-28 18:54:50 +00:00
Shantur Rathore
455f623dcf chore: archive task 042 2025-10-28 18:49:21 +00:00
Shantur Rathore
03e8254714 chore: archive task 041 2025-10-28 18:46:35 +00:00
Shantur Rathore
0a3ac6cbf2 docs: add theme overhaul task series 2025-10-28 18:42:54 +00:00
Shantur Rathore
af304dd6d3 Move image clipboard task to done 2025-10-24 13:15:01 +01:00
Shantur Rathore
3c73a6bc4a Refactor to unified picker showing both agents and files 2025-10-24 13:09:49 +01:00
Shantur Rathore
83fa3d2dc4 Mark task 022 as complete 2025-10-24 01:19:10 +01:00
Shantur Rathore
7138fb4e23 Implement long paste handling with text attachments
- Detect pastes >150 chars or >3 lines
- Convert long pastes to text attachments
- Show clipboard icon for text attachments
- Display summary (e.g., 'pasted #1 (10 lines)')
- Auto-increment paste counter
- Reset counter on message send
- Short pastes insert normally
2025-10-24 01:19:00 +01:00
Shantur Rathore
6e4fa9479e Mark task 021 as complete 2025-10-23 22:46:34 +01:00
Shantur Rathore
54569b166d Add command palette with 19 commands and improved keyboard navigation
Implement VSCode-style command palette (Cmd+Shift+P) with comprehensive command organization:
- 19 commands organized into 5 categories: Instance, Session, Agent & Model, Input & Focus, System
- Category-based grouping with proper visual hierarchy
- Keyboard shortcuts displayed for all applicable commands
- Search/filter by command name, description, keywords, or category

Add keyboard shortcuts:
- Cmd+Shift+A: Open agent selector
- Cmd+Shift+M: Open model selector (existing)
- Instance/Session navigation shortcuts (Cmd+[/], Cmd+Shift+[/])

Fix keyboard navigation:
- Model selector now highlights options with arrow keys using data-[highlighted] attribute
- Agent selector properly opens via keyboard shortcut
- Global keyboard handler skips Combobox/Select components to allow native navigation

Improve discoverability:
- Prominent centered Command Palette hint in connection status bar
- Keyboard shortcut hints next to agent and model selectors

Complete task 020-command-palette
2025-10-23 22:32:49 +01:00
Shantur Rathore
b06b8104a5 Add task specifications for Phase 5 advanced input features
- 015-keyboard-shortcuts.md (completed)
- 020-command-palette.md (completed)
- 021-file-attachments.md (next: @mentions, drag-drop, chips)
- 022-long-paste-handling.md (summarize long pastes)
- 023-symbol-attachments.md (LSP integration)
- 024-agent-attachments.md (agent context)
- 025-image-clipboard-support.md (image handling)
2025-10-23 21:40:19 +01:00
Shantur Rathore
0add900f1b Mark task 010 as complete 2025-10-23 01:18:32 +01:00
Shantur Rathore
d7f619486e Implement comprehensive tool call rendering with state persistence
- Implement tool-specific rendering for all 14 tool types (read, edit, write, bash, webfetch, todowrite, task, etc.)
- Each tool shows contextually relevant information (file previews, diffs, command output, todo lists)
- Add metadata-driven content display using preview, diff, output, and todos from tool state
- Implement status-based rendering (pending, running, completed, error) with animations
- Create global state store for expandable items (tool calls and reasoning sections)
- Fix state persistence: expanded tool calls and reasoning sections remain expanded when new messages arrive
- Fix scroll position preservation during live message updates
- Fix reasoning toggle loop by replacing native details element with custom expandable
- Add comprehensive documentation in TOOL_CALL_IMPLEMENTATION.md
- Reduce font sizes for better readability in expanded tool content
- Add proper keying to For loops to prevent component recreation
- Match TUI patterns for tool names, actions, and content formatting
2025-10-23 01:18:25 +01:00