Commit Graph

  • a355d9c4b8 chore: archive task 046 Shantur Rathore 2025-10-28 19:44:11 +00:00
  • 2d3815ec33 refactor: restyle prompt input via tokens Shantur Rathore 2025-10-28 19:43:24 +00:00
  • cb56eed4f9 docs: add tailwind refactor follow-up tasks Shantur Rathore 2025-10-28 19:40:33 +00:00
  • 377595c19d chore: archive task 045 Shantur Rathore 2025-10-28 18:59:01 +00:00
  • 8f27a2d594 refactor: restyle message item via tokens Shantur Rathore 2025-10-28 18:58:05 +00:00
  • 63327d02ec chore: archive task 044 Shantur Rathore 2025-10-28 18:56:27 +00:00
  • 28fb233907 feat: define typography tokens Shantur Rathore 2025-10-28 18:55:48 +00:00
  • 1b07109a40 chore: archive task 043 Shantur Rathore 2025-10-28 18:54:50 +00:00
  • 76d75a89c5 feat: migrate color tokens Shantur Rathore 2025-10-28 18:53:47 +00:00
  • 455f623dcf chore: archive task 042 Shantur Rathore 2025-10-28 18:49:21 +00:00
  • 3b166da8f1 chore: scaffold style tokens Shantur Rathore 2025-10-28 18:48:46 +00:00
  • 6f242c910b Add web_developer Shantur Rathore 2025-10-28 18:47:30 +00:00
  • 03e8254714 chore: archive task 041 Shantur Rathore 2025-10-28 18:46:35 +00:00
  • 493dc749ec chore: prep tailwind for theming Shantur Rathore 2025-10-28 18:45:39 +00:00
  • 0a3ac6cbf2 docs: add theme overhaul task series Shantur Rathore 2025-10-28 18:42:54 +00:00
  • 1ce5b125a9 Expand dark theme coverage across client UI Shantur Rathore 2025-10-28 18:19:17 +00:00
  • 8858fe052b Ensure build script runs from package root Shantur Rathore 2025-10-28 18:18:48 +00:00
  • 2c46b7476b Broaden code fence detection and default to text Shantur Rathore 2025-10-28 16:48:50 +00:00
  • d743ebda29 Improve markdown rendering and syntax highlighting Shantur Rathore 2025-10-28 16:42:23 +00:00
  • d18e44f721 Cache markdown render output per message part Shantur Rathore 2025-10-28 14:41:09 +00:00
  • 6597783e85 Stabilize message stream rendering caches Shantur Rathore 2025-10-28 13:48:56 +00:00
  • 79e4931b28 Precompute message display parts and pause scroll handling Shantur Rathore 2025-10-28 12:10:43 +00:00
  • 3a15ba7f76 Optimize streaming updates and clear optimistic parts Shantur Rathore 2025-10-28 11:19:19 +00:00
  • 7a91f4fd26 Track session metrics per session Shantur Rathore 2025-10-27 15:48:29 +00:00
  • 39e653e896 SessionInfo calculates only when messages are updated Shantur Rathore 2025-10-27 11:53:27 +00:00
  • 030fc4986e Remember last used binary and show environment variables Shantur Rathore 2025-10-26 11:30:29 +00:00
  • 0b26ffd97d Add environment variables configuration to OpenCode instances Shantur Rathore 2025-10-26 10:48:47 +00:00
  • f63a4b3754 Add OpenCode binary selection with version detection Shantur Rathore 2025-10-26 10:26:32 +00:00
  • f4a664bfe7 Migrate from IndexedDB to file-based storage with cross-instance sync Shantur Rathore 2025-10-25 20:21:52 +01:00
  • c4a8a54bd7 Add context window percentage and subscription model detection to session info Shantur Rathore 2025-10-25 18:41:15 +01:00
  • c01a7e7315 Add session tokens/cost display to status bar like TUI Shantur Rathore 2025-10-24 23:55:12 +01:00
  • 0fc78fbfdd Fix Cmd+Shift+L shortcut conflict by removing old switch-to-logs Shantur Rathore 2025-10-24 23:31:13 +01:00
  • 72f5059037 Refactor logs tab to Info tab with instance information and logs Shantur Rathore 2025-10-24 18:48:52 +01:00
  • 24237c25b9 Fix MCP server status parsing to match API response Shantur Rathore 2025-10-24 18:41:26 +01:00
  • 2c9a29ebc4 Fix invalid HTML structure in folder selection view Shantur Rathore 2025-10-24 18:37:39 +01:00
  • b0e636d781 Add recent folders feature with localStorage persistence Shantur Rathore 2025-10-24 18:36:11 +01:00
  • 14b8270471 Update prompt input placeholder to mention paste support Shantur Rathore 2025-10-24 18:28:18 +01:00
  • be3acd6724 Implement toggle thinking blocks with localStorage persistence Shantur Rathore 2025-10-24 18:24:35 +01:00
  • e58462b926 Fix revert/undo state synchronization and message cleanup Shantur Rathore 2025-10-24 18:21:11 +01:00
  • d7e3ae4624 Fix send button not enabling after revert/undo Shantur Rathore 2025-10-24 17:48:03 +01:00
  • 1362a5872a Add revert button to user messages Shantur Rathore 2025-10-24 17:44:19 +01:00
  • 3edd852ee2 Implement compact, undo, and init commands Shantur Rathore 2025-10-24 17:41:55 +01:00
  • a4968e9eb5 Fix electron-builder validation errors Shantur Rathore 2025-10-24 16:48:30 +01:00
  • bb35946b28 Add binary build system for cross-platform distribution Shantur Rathore 2025-10-24 16:46:34 +01:00
  • 7be4248e20 Enable command queueing and fix message duplication issues Shantur Rathore 2025-10-24 16:38:42 +01:00
  • e3bc947195 Implement double-escape session abort matching TUI behavior Shantur Rathore 2025-10-24 16:09:32 +01:00
  • 6f31ffc467 Replace session picker modal with instance welcome view Shantur Rathore 2025-10-24 15:41:59 +01:00
  • a1a5c4b396 Fix image attachment deletion by setting display property Shantur Rathore 2025-10-24 14:01:22 +01:00
  • d39a571c16 Add [Image #N] placeholder text for pasted images Shantur Rathore 2025-10-24 13:53:13 +01:00
  • af304dd6d3 Move image clipboard task to done Shantur Rathore 2025-10-24 13:15:01 +01:00
  • 640dbec2fb Add image clipboard support with paste detection and thumbnails Shantur Rathore 2025-10-24 13:14:54 +01:00
  • 3c73a6bc4a Refactor to unified picker showing both agents and files Shantur Rathore 2025-10-24 13:09:49 +01:00
  • d17e8e56c8 Add agent attachments with @agent mentions Shantur Rathore 2025-10-24 13:02:43 +01:00
  • 153387bbb4 Add automatic focus to prompt input when typing Shantur Rathore 2025-10-24 12:49:59 +01:00
  • 0aca7ba7e5 Fix file attachment position tracking when deleting @ mentions Shantur Rathore 2025-10-24 12:46:38 +01:00
  • b24c7a572f Remove agent cycling and enhance model selector display Shantur Rathore 2025-10-24 12:35:53 +01:00
  • 7dbda45fb9 Improve model selector with searchable dropdown and keyboard navigation Shantur Rathore 2025-10-24 12:26:25 +01:00
  • 1903bea1c8 Implement client-side file scanning via Electron IPC with gitignore Shantur Rathore 2025-10-24 10:10:12 +01:00
  • 6dcdd8294d Implement client-side file scanning with gitignore support Shantur Rathore 2025-10-24 09:52:53 +01:00
  • f19add1c47 Simplify file picker to show only git files with filtering Shantur Rathore 2025-10-24 09:49:16 +01:00
  • fdd6c8d63b Allow folders in file picker and use them as search filters Shantur Rathore 2025-10-24 09:26:13 +01:00
  • 92fa1efefd Fix @ to show all files using wildcard query Shantur Rathore 2025-10-24 09:21:33 +01:00
  • a667d1e232 Fix empty query showing no files by showing git files only Shantur Rathore 2025-10-24 09:17:13 +01:00
  • b13080e5dc Filter out directories from file picker, show only files Shantur Rathore 2025-10-24 01:33:40 +01:00
  • 947f19885e Implement smart deletion for file attachment mentions Shantur Rathore 2025-10-24 01:28:08 +01:00
  • 881fb5ff66 Implement smart deletion for paste placeholders Shantur Rathore 2025-10-24 01:24:25 +01:00
  • 00fc462c8f Add placeholder text for long paste attachments in prompt Shantur Rathore 2025-10-24 01:21:57 +01:00
  • 83fa3d2dc4 Mark task 022 as complete Shantur Rathore 2025-10-24 01:19:10 +01:00
  • 7138fb4e23 Implement long paste handling with text attachments Shantur Rathore 2025-10-24 01:19:00 +01:00
  • d2620dd3c3 Fix empty query file search to fetch all files instead of using space Shantur Rathore 2025-10-24 01:09:57 +01:00
  • 68503c2511 Fix no matching files on empty query by awaiting git files first Shantur Rathore 2025-10-24 01:08:30 +01:00
  • f3a7c9757d Improve attachment chip design with file icons and better styling Shantur Rathore 2025-10-24 01:05:46 +01:00
  • 4d468e278f Add visual attachment chips and fix empty query file search Shantur Rathore 2025-10-24 01:00:01 +01:00
  • 79fe1c4b7b Convert file paths to file:// URLs for server compatibility Shantur Rathore 2025-10-24 00:55:20 +01:00
  • f291649f74 Fix file picker keyboard event handling and loading state Shantur Rathore 2025-10-24 00:52:17 +01:00
  • b6dc4ba249 Fix file path format and initialization issues Shantur Rathore 2025-10-24 00:50:30 +01:00
  • 26ab3e066f Fix file attachment API format and duplicate attachments Shantur Rathore 2025-10-24 00:47:02 +01:00
  • 2629276229 Make file attachments truly inline as text in textarea Shantur Rathore 2025-10-24 00:42:16 +01:00
  • debaef628a Fix file picker not reopening after Escape Shantur Rathore 2025-10-24 00:36:32 +01:00
  • fb9d3a08eb Improve file picker UX: inline chips, focus preservation, escape behavior Shantur Rathore 2025-10-24 00:27:36 +01:00
  • d735067042 Fix infinite loop in file picker with proper initialization flag Shantur Rathore 2025-10-24 00:17:33 +01:00
  • 0e93cb56af Add comprehensive logging to file picker for debugging Shantur Rathore 2025-10-24 00:13:48 +01:00
  • a3c60d0e37 Fix file picker error handling and reduce API calls Shantur Rathore 2025-10-24 00:08:11 +01:00
  • 9a47cfd8d9 Fix file picker UX issues Shantur Rathore 2025-10-23 22:58:09 +01:00
  • 6e4fa9479e Mark task 021 as complete Shantur Rathore 2025-10-23 22:46:34 +01:00
  • bdd9837538 Add file attachments with @ mentions and drag & drop support Shantur Rathore 2025-10-23 22:46:29 +01:00
  • 9dfb3cd612 Add auto-scroll to command palette for keyboard navigation Shantur Rathore 2025-10-23 22:36:18 +01:00
  • 54569b166d Add command palette with 19 commands and improved keyboard navigation Shantur Rathore 2025-10-23 22:32:49 +01:00
  • b06b8104a5 Add task specifications for Phase 5 advanced input features Shantur Rathore 2025-10-23 21:40:19 +01:00
  • 40cb17d0eb Fix syntax highlighting by upgrading to Shiki v3 with all languages Shantur Rathore 2025-10-23 21:38:16 +01:00
  • 4c98a3df06 Add keyboard shortcuts system with reusable hint components Shantur Rathore 2025-10-23 20:18:45 +01:00
  • 3c5c4755b8 Add logs tab with real-time server output and consolidate syntax highlighting Shantur Rathore 2025-10-23 11:14:35 +01:00
  • b836086978 Add markdown rendering with syntax highlighting and copy buttons Shantur Rathore 2025-10-23 10:07:17 +01:00
  • 7cf0f9a179 Add agent and model selection with automatic defaults and subagent support Shantur Rathore 2025-10-23 09:25:26 +01:00
  • 0add900f1b Mark task 010 as complete Shantur Rathore 2025-10-23 01:18:32 +01:00
  • d7f619486e Implement comprehensive tool call rendering with state persistence Shantur Rathore 2025-10-23 01:18:25 +01:00
  • fa77b4e82e Working messages display Shantur Rathore 2025-10-22 22:10:51 +01:00