opencode/packages/ai/test
2026-08-31 12:14:31 -04:00
..
fixtures feat(ai): add native Mistral provider (#46278) 2026-08-30 12:56:01 -05:00
lib fix(ai): ignore unknown Anthropic SSE events (#43767) 2026-08-20 23:54:33 -05:00
provider fix(ai): handle message-less Gemini errors (#46069) 2026-08-31 12:14:31 -04:00
provider-options feat(ai): add native Mistral provider (#46278) 2026-08-30 12:56:01 -05:00
adapter.test.ts test(ai): align test runners with API boundaries (#45469) 2026-08-27 17:07:02 -04:00
auth-options.types.ts refactor(ai): flatten provider request options (#43513) 2026-08-19 17:32:29 -04:00
auth.test.ts
cache-policy.test.ts fix(ai): enable Vertex Anthropic prompt caching (#45088) 2026-08-25 17:44:32 -05:00
compile.test.ts fix(ai): normalize tool result history (#46309) 2026-08-30 22:19:48 -05:00
continuation-scenarios.ts refactor(ai): flatten provider request options (#43513) 2026-08-19 17:32:29 -04:00
endpoint.test.ts
executor.test.ts test: repair stale V2 baseline coverage (#45826) 2026-08-28 10:40:04 -04:00
exports.test.ts feat(ai): add first-class TestLLM controls (#45828) 2026-08-28 09:49:47 -04:00
generate-object.test.ts test(ai): align test runners with API boundaries (#45469) 2026-08-27 17:07:02 -04:00
image.test.ts refactor(ai): consolidate provider error diagnostics (#45381) 2026-08-27 11:28:57 -05:00
image.types.ts
llm-option-types.types.ts refactor(ai): flatten provider request options (#43513) 2026-08-19 17:32:29 -04:00
llm.test.ts refactor(ai): remove model limits (#43581) 2026-08-20 00:36:35 -05:00
partial-json.test.ts fix(ai): recover incomplete streamed tool arguments (#44875) 2026-08-25 00:22:03 -05:00
provider-error.test.ts fix(ai): classify retryable server failures (#46038) 2026-08-28 18:11:52 -05:00
provider-package.test.ts test: repair stale V2 baseline coverage (#45826) 2026-08-28 10:40:04 -04:00
provider.types.ts
recorded-golden.ts feat(ai): add native Cerebras and Together AI providers (#45098) 2026-08-25 19:20:47 -05:00
recorded-runner.ts
recorded-scenarios.ts feat(ai): add native Cerebras and Together AI providers (#45098) 2026-08-25 19:20:47 -05:00
recorded-test.ts test(ai): record responses websocket flows (#43660) 2026-08-20 21:14:37 +05:30
recorded-utils.ts
response.test.ts fix(ai): make final snapshots authoritative for text and reasoning (#45831) 2026-08-27 23:38:19 -05:00
route.test.ts refactor(ai): consolidate provider error diagnostics (#45381) 2026-08-27 11:28:57 -05:00
schema.test.ts fix(ai): validate canonical tool results (#46062) 2026-08-31 09:14:31 -04:00
testing.test.ts feat(ai): add first-class TestLLM controls (#45828) 2026-08-28 09:49:47 -04:00
tool-history.test.ts fix(ai): normalize tool result history (#46309) 2026-08-30 22:19:48 -05:00
tool-runtime.test.ts fix(ai): validate canonical tool results (#46062) 2026-08-31 09:14:31 -04:00
tool-schema-projection.test.ts fix(ai): preserve OpenAI tool schemas (#44546) 2026-08-23 20:05:06 -05:00
tool-stream.test.ts test(ai): align test runners with API boundaries (#45469) 2026-08-27 17:07:02 -04:00
tool.types.ts