Commit Graph

76 Commits

Author SHA1 Message Date
adamdottv 04cce74682 wip: refactoring tui 2025-05-30 12:29:27 -05:00
Dax Raad 8553c1af50 Improve async share handling and enhance diagnostic output with filenames
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai>
2025-05-29 15:16:42 -04:00
Dax Raad 3fcd265845 remov elog 2025-05-29 15:05:44 -04:00
Dax Raad c512eca865 support continuation 2025-05-29 14:29:08 -04:00
Dax Raad 04b35b6d6b Remove React/Ink dependencies and add context window management
- Remove unused React and Ink CLI dependencies to simplify package
- Update provider schema to use maxOutputTokens for clarity
- Add automatic summarization when approaching context window limits
- Simplify message event handling and add cost/token metadata display

🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai>
2025-05-29 14:16:15 -04:00
Dax Raad e31f49d4ed add summarize 2025-05-29 13:17:56 -04:00
Dax Raad 982de7ad55 fix race 2025-05-29 13:15:58 -04:00
Dax Raad a36ed60745 add summarize 2025-05-29 13:02:48 -04:00
Dax Raad 2add77a8da type error fix 2025-05-29 11:58:40 -04:00
Dax Raad 8d9e88378b sync 2025-05-29 11:38:55 -04:00
Dax Raad 2573d87f05 sync 2025-05-29 11:35:56 -04:00
Dax Raad 9fe70d71ca remove secondary codegen 2025-05-29 11:32:55 -04:00
Dax Raad 5d64fd8c14 event 2025-05-29 11:17:34 -04:00
Dax Raad a7f8f706bb rework types 2025-05-29 10:22:07 -04:00
Dax Raad 7ed8034b81 autoshare 2025-05-28 17:34:37 -04:00
Dax Raad 30773ebfbe sync 2025-05-28 17:25:00 -04:00
Dax Raad 335de4226a sync 2025-05-28 17:24:21 -04:00
adamdottv 439571454f wip: refactoring tui 2025-05-28 15:36:35 -05:00
Dax Raad df839ee79b sync 2025-05-28 15:40:35 -04:00
Dax Raad 50c37fbb17 sync 2025-05-28 15:39:51 -04:00
Dax Raad efb684d9c6 abort 2025-05-28 15:07:51 -04:00
Dax Raad 690a5cb323 more 2025-05-28 14:17:02 -04:00
Dax Raad 554702db4c add cost 2025-05-28 13:57:02 -04:00
Dax Raad 8dd39e57b1 better discriminator 2025-05-28 13:35:05 -04:00
Dax Raad 058268e54e generate message type 2025-05-28 13:22:48 -04:00
Dax Raad 66e1c46021 add provider_list 2025-05-28 12:53:22 -04:00
Dax Raad fbcb8955a2 return tool errors properly 2025-05-27 21:53:21 -04:00
Dax Raad c639fdae35 sync 2025-05-27 15:41:44 -04:00
Dax Raad 6bd7d81fa8 fix 2025-05-27 15:35:31 -04:00
Dax Raad b4430d2767 add session list 2025-05-27 15:34:46 -04:00
Dax Raad b84ad710c2 vomit 2025-05-27 15:26:49 -04:00
Dax Raad e247f83033 stripped 2025-05-27 15:20:43 -04:00
Dax Raad 319e6993bf Refactor grep tool output generation and fix ls directory traversal bug
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai>
2025-05-27 02:26:53 -04:00
Dax Raad d1a51ef875 Refactor LSP tools and add hover functionality
- Split diagnostics tool into separate lsp-diagnostics.ts file
- Add new lsp-hover.ts tool for LSP hover information
- Update tool exports and session integration
- Remove old diagnostics.ts file

🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai>
2025-05-27 02:17:35 -04:00
Dax Raad d45a43d6ce Add automatic CONTEXT.md loading and improve share sync reliability
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai>
2025-05-26 23:04:40 -04:00
Dax Raad e3a26b362b Fix race condition in share sync by implementing request queue
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai>
2025-05-26 22:56:58 -04:00
Dax Raad dcf7c9a2e3 track tokens progressively 2025-05-26 22:35:30 -04:00
Dax Raad cb4bd505a8 Remove debug console.log statements and improve LSP diagnostic handling
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai>
2025-05-26 22:25:17 -04:00
Dax Raad 2eeeaafa59 Standardize API parameters to camelCase and improve LSP client reliability
- Convert tool parameters from snake_case to camelCase for consistency
- Add file existence check in LSP client before opening files
- Fix version increment timing in LSP textDocument operations
- Optimize session token tracking using onStepFinish callback
- Add debugging logs for diagnostics troubleshooting

🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai>
2025-05-26 22:08:50 -04:00
Dax Raad 7e4b8c0b66 sync 2025-05-26 21:44:55 -04:00
Dax Raad c7b1ce4e6d add context.md 2025-05-26 21:38:17 -04:00
Dax Raad 22db857df4 Fix session update to use proper getter and correct operation order
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai>
2025-05-26 21:25:20 -04:00
Dax Raad 9bf86ff076 Clean up code formatting and remove unused imports for better consistency
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai>
2025-05-26 21:22:38 -04:00
Dax Raad d3379da49c sync 2025-05-26 21:13:46 -04:00
Dax Raad a5920dfb5d title 2025-05-26 21:08:22 -04:00
Frank ebe91d8c2e Share: sync 2025-05-26 18:54:11 -04:00
Dax Raad 9dc6e0bb95 sync 2025-05-26 18:10:10 -04:00
Dax Raad b2ca38a79f sync 2025-05-26 18:06:47 -04:00
Dax Raad f481cd889a sync 2025-05-26 17:22:31 -04:00
Dax Raad ddc08afb5e sync 2025-05-26 17:15:47 -04:00