Commit Graph

10445 Commits (b892d91baea94dea1605be37d72f515f10608ea3)
 

Author SHA1 Message Date
adamdottv 2b77a7f714
wip: refactoring tui 2025-05-29 06:32:44 -05:00
Jay V 5974a53071 styling share 2025-05-28 20:04:58 -04:00
Jay V 3d61cc5d2b styling share 2025-05-28 18:32:40 -04:00
Dax Raad a22a2f0f37 autoshare 2025-05-28 17:34:37 -04:00
Dax Raad be65ed6f88 sync 2025-05-28 17:25:00 -04:00
Dax Raad e88264075a sync 2025-05-28 17:24:21 -04:00
Jay V 041a080a13 refactor share 2025-05-28 16:42:44 -04:00
adamdottv 9d7c5efb9b
wip: refactoring tui 2025-05-28 15:36:36 -05:00
adamdottv 8863a499a9
wip: refactoring tui 2025-05-28 15:36:35 -05:00
adamdottv 15d21bf04a
wip: refactoring tui 2025-05-28 15:36:35 -05:00
adamdottv 5e738ce7d3
wip: refactoring tui 2025-05-28 15:36:35 -05:00
adamdottv 641e9ff664
chore: cleanup unused imports 2025-05-28 15:36:35 -05:00
adamdottv d249766777
chore: remove dead code 2025-05-28 15:36:35 -05:00
Dax Raad 6cf4b7f00b sync 2025-05-28 15:40:35 -04:00
Dax Raad 6183398543 sync 2025-05-28 15:39:51 -04:00
Dax Raad ff786d9139 abort 2025-05-28 15:07:51 -04:00
Dax Raad 4767276a0e more 2025-05-28 14:17:02 -04:00
Jay V 71bab45065 styling share 2025-05-28 14:10:20 -04:00
Dax Raad cb48813c95 sync 2025-05-28 13:58:55 -04:00
Dax Raad 520cd02dd5 added cost field 2025-05-28 13:57:24 -04:00
Dax Raad afe741b63e add cost 2025-05-28 13:57:02 -04:00
Dax Raad f3b224090c better discriminator 2025-05-28 13:35:05 -04:00
Dax Raad 3b7b7f4bea add runtime 2025-05-28 13:24:35 -04:00
Dax Raad 3a4d3b249f generate message type 2025-05-28 13:22:48 -04:00
Dax Raad 55a6fcdd3f add provider_list 2025-05-28 12:53:22 -04:00
Dax Raad 4132fcc1b2 return tool errors properly 2025-05-27 21:53:21 -04:00
Jay V 37082b2176 styling share 2025-05-27 20:38:29 -04:00
Dax Raad b9f009c529 title 2025-05-27 17:22:29 -04:00
Dax Raad 601f610eb7 sync 2025-05-27 16:56:12 -04:00
Dax Raad 2e2bdd46b4 sync 2025-05-27 15:41:44 -04:00
Dax Raad 3a28ce9b0a sync 2025-05-27 15:37:46 -04:00
Dax Raad bb6fc2a1fd regen client 2025-05-27 15:35:48 -04:00
Dax Raad ad76fa8616 fix 2025-05-27 15:35:31 -04:00
Dax Raad bdac7d10dd add session list 2025-05-27 15:34:46 -04:00
Dax Raad 0ecfdd7501 fix type errors 2025-05-27 15:28:58 -04:00
Dax Raad a9758e0db5 vomit 2025-05-27 15:26:49 -04:00
Dax Raad e98f915fd5 stripped 2025-05-27 15:20:43 -04:00
Dax Raad 07f0fea4bf trust sharp 2025-05-27 14:36:23 -04:00
Dax Raad 6a43afc4e7 sync 2025-05-27 14:31:53 -04:00
Dax Raad c01eefc729 Add manual trigger option to deployment workflow
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai>
2025-05-27 14:30:52 -04:00
Dax Raad 5d4ccc8883 Add GitHub Actions deployment workflow to automate deployments
🤖 Generated with opencode
Co-Authored-By: opencode <noreply@opencode.ai>
2025-05-27 14:29:36 -04:00
Dax Raad 98b5390a22 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 c040baae11 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 754cc66741 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 6ef0b991ec 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 f6ca06b8ea track tokens progressively 2025-05-26 22:35:30 -04:00
Dax Raad 4c198940d5 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 2e938d9da1 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 b840a40759 sync 2025-05-26 21:44:55 -04:00
Dax Raad a1d40f8f28 add context.md 2025-05-26 21:38:17 -04:00