cloudaxe-opencode/packages/opencode/test
Kyle Mistele 4cb9f8ab34 fix: structured output loop exit and add system prompt
- Fix loop exit condition to check processor.message.finish instead of
  result === "stop" (processor.process() returns "continue" on normal exit)
- Add system prompt instruction when json_schema mode is enabled to ensure
  model calls the StructuredOutput tool
- Add integration tests for structured output functionality
- Fix test Session.messages call to use object parameter format
2026-01-12 20:51:17 -08:00
..
agent core: add verification that at least 1 primary agent is enabled, add regression tests (#5881) 2025-12-20 21:36:22 -06:00
cli
config core: add verification that at least 1 primary agent is enabled, add regression tests (#5881) 2025-12-20 21:36:22 -06:00
file
fixture
ide
lsp
mcp
patch
project
provider
session fix: structured output loop exit and add system prompt 2026-01-12 20:51:17 -08:00
skill feat: add native skill tool with permission system (#5930) 2025-12-22 18:24:06 -05:00
snapshot
tool fix: handle Windows CRLF line endings in grep tool (#5948) 2025-12-22 22:26:15 -06:00
util
bun.test.ts
keybind.test.ts
preload.ts