Commit Graph

3035 Commits

Author SHA1 Message Date
Dax Raad 8fcf52a3cd add free workspace 2025-10-08 02:27:01 -04:00
Frank 861fdc01cf wip: zen 2025-10-08 01:14:39 -04:00
Frank df53506975 wip: zen 2025-10-08 00:03:36 -04:00
opencode 7cae3cc86a release: v0.14.6 v0.14.6 2025-10-07 19:59:08 +00:00
Dax Raad b47f5ac785 fix issue with blank new version popup 2025-10-07 15:51:59 -04:00
Frank 9071c94b13 wip: zen 2025-10-07 13:37:38 -04:00
Aiden Cline 21d4459d5e docs: troubleshooting ProviderModelNotFoundError (#3016) 2025-10-07 11:50:37 -05:00
Sai 6f4e3f519e docs: add agent specific permission example (#3009) 2025-10-07 10:08:52 -05:00
Frank cdd652e830 wip: zen 2025-10-07 09:17:08 -04:00
GitHub Action a6491a2f4e ignore: update download stats 2025-10-07 2025-10-07 12:04:53 +00:00
Dax Raad 06fc3bc28f core: improve MCP reliability and add status monitoring
- Added 5-second timeout to MCP client verification to prevent hanging connections
- New GET /mcp endpoint to monitor server connection status
- Automatically removes unresponsive MCP clients during initialization
2025-10-07 04:04:19 -04:00
opencode b5ff5ae621 release: v0.14.5 v0.14.5 2025-10-07 06:21:31 +00:00
Aiden Cline cbf11adac7 fix: mcp error (#3006) 2025-10-07 00:45:46 -05:00
Aiden Cline 546c4667a6 tweak: grep tool to handle single file better (#3004) 2025-10-06 23:24:00 -05:00
Frank 83253ffabf wip: zen 2025-10-06 23:57:55 -04:00
Frank e52712ca97 wip: zen 2025-10-06 23:57:54 -04:00
opencode 9389c710f9 release: v0.14.4 v0.14.4 2025-10-07 03:32:10 +00:00
Dax Raad ac12364c27 ignore: 2025-10-06 23:25:01 -04:00
Dax Raad cb40e8c622 core: restore bash command security validation to prevent accidental directory traversal
The permission validation that prevents commands from accessing paths outside the project directory was accidentally disabled, which could allow commands like 'cd ../' to escape the workspace. This restores the security check that keeps your commands safely contained within your project boundaries.
2025-10-06 23:24:18 -04:00
Dax Raad 87f71e2183 core: improve session API reliability with proper input validation 2025-10-06 19:37:44 -04:00
Dax Raad fb6713c2b8 Update todo tool to use centralized Todo module 2025-10-06 18:54:05 -04:00
Dax Raad b7e953c077 Add missing files and fix type aliases for opentui features 2025-10-06 18:53:35 -04:00
Dax Raad a06cba9d2e Add todo list and session forking API endpoints 2025-10-06 18:51:57 -04:00
Dax Raad 389bc1f8da Add session forking functionality and simplify remove logic 2025-10-06 18:50:56 -04:00
Frank eeff55f681 wip: zen 2025-10-06 17:23:10 -04:00
Frank 176069efe8 wip: zen 2025-10-06 17:17:02 -04:00
Frank 994a0842eb wip: zen 2025-10-06 17:13:19 -04:00
Frank 687d68eee6 wip: zen 2025-10-06 17:13:19 -04:00
Jay V 81faff475f docs: update footer 2025-10-06 17:05:45 -04:00
Jay V ac88e0937c docs: fix styles and zen doc, closes #2912 2025-10-06 17:00:10 -04:00
Jay V e9729e4b8c docs: share page css 2025-10-06 16:13:21 -04:00
GitHub Action a9230df6b8 ignore: update download stats 2025-10-06 2025-10-06 12:04:17 +00:00
Aiden Cline 140f1a0600 fix: add timeout message if command times out (#2986) 2025-10-05 23:55:01 -05:00
Mani Sundararajan 6d6fc43bb5 fix: file references & grep tool for windows (#2980) 2025-10-05 14:32:07 -05:00
GitHub Action 181c38c9b6 ignore: update download stats 2025-10-05 2025-10-05 12:03:55 +00:00
opencode 601b282459 release: v0.14.3 v0.14.3 2025-10-05 11:22:57 +00:00
Dax Raad b57897e377 ci: publish 2025-10-05 07:14:52 -04:00
Dax Raad 62a52c5539 ci: disable aur 2025-10-05 07:12:33 -04:00
Dax Raad fd61b7dbc0 sdk: simplify getting started with single createOpencode function
Makes it easier for developers to get started by providing a single function that creates both server and client, removing the need to manually coordinate separate server and client creation
2025-10-05 07:01:32 -04:00
Dax Raad b59be49095 sdk: simplify getting started with single createOpencode function
Makes it easier for developers to get started by providing a single function that creates both server and client, removing the need to manually coordinate separate server and client creation
2025-10-05 07:00:29 -04:00
Aiden Cline 431312634c fix: max output tokens when using large thinking budget (#2976) 2025-10-04 23:38:41 -05:00
Dax Raad 9348fdec34 sync 2025-10-04 21:33:47 -04:00
Aiden Cline 8f6c63c017 fix: allow LSP filename matching when extension is missing (#2975) 2025-10-04 20:30:53 -05:00
iwauo 4603820839 docs: java-lsp support (#2958) 2025-10-04 11:28:09 -05:00
GitHub Action 7b359f8cd8 ignore: update download stats 2025-10-04 2025-10-04 12:03:53 +00:00
Frank a357abefe1 wip: zen 2025-10-04 01:12:32 -04:00
Yuku Kotani 4c60276d10 feat: Vertex AI support; add google-vertex and google-vertex-anthropic providers (#2347) 2025-10-04 01:10:38 -04:00
Aiden Cline 929ef83d3d add command to debug config (#2962) 2025-10-03 23:07:58 -05:00
Frank 7b627b7610 wip: zen 2025-10-03 23:48:34 -04:00
Dax Raad a61ca2e5bf ci: try regional hostname again 2025-10-03 19:05:32 -04:00