picoclaw/pkg/providers
2026-02-20 00:11:46 +08:00
..
anthropic providers: finalize PR213 review fixes 2026-02-17 11:13:10 -05:00
openai_compat fix: also use max_completion_tokens for gpt5 era models (#445) 2026-02-19 01:29:34 +01:00
protocoltypes providers: finalize PR213 review fixes 2026-02-17 11:13:10 -05:00
antigravity_provider.go fix(antigravity): preserve thought signature on tool call parts 2026-02-17 20:05:47 +05:30
antigravity_provider_test.go fix(antigravity): normalize tool calls to avoid empty function names 2026-02-17 20:05:35 +05:30
claude_cli_provider.go feat: add Codex CLI provider for subprocess integration (#80) 2026-02-16 11:40:17 +08:00
claude_cli_provider_integration_test.go feat: merge heartbeat service improvements from feat-heartbeat branch 2026-02-13 01:42:22 +08:00
claude_cli_provider_test.go refactor: simplify legacy_provider.go from 349 to 49 lines 2026-02-19 01:30:19 +08:00
claude_provider.go feat(linters): Fix linter 2026-02-18 16:26:35 +02:00
claude_provider_test.go refactor(providers): move anthropic logic to protocol package 2026-02-15 08:04:12 -05:00
codex_cli_credentials.go feat: add Codex CLI provider for subprocess integration (#80) 2026-02-16 11:40:17 +08:00
codex_cli_credentials_test.go feat: add Codex CLI provider for subprocess integration (#80) 2026-02-16 11:40:17 +08:00
codex_cli_provider.go feat: add Codex CLI provider for subprocess integration (#80) 2026-02-16 11:40:17 +08:00
codex_cli_provider_integration_test.go merge: sync upstream/main (PR #213) into feat/multi-agent-routing 2026-02-18 11:39:14 -03:00
codex_cli_provider_test.go feat: add Codex CLI provider for subprocess integration (#80) 2026-02-16 11:40:17 +08:00
codex_provider.go Feature/websearch OpenAI (#118) 2026-02-18 16:30:30 +08:00
codex_provider_test.go Feature/websearch OpenAI (#118) 2026-02-18 16:30:30 +08:00
cooldown.go style: fix gofmt formatting in cooldown files 2026-02-13 12:26:44 -03:00
cooldown_test.go style: fix gofmt formatting in cooldown files 2026-02-13 12:26:44 -03:00
error_classifier.go feat: add model fallback chain with error classification 2026-02-13 12:12:12 -03:00
error_classifier_test.go feat: add model fallback chain with error classification 2026-02-13 12:12:12 -03:00
factory.go merge: sync upstream/main, wire WebSearch through factory 2026-02-18 11:09:18 -03:00
factory_provider.go fix: improve migration logic and reduce code duplication 2026-02-19 09:22:39 +08:00
factory_provider_test.go fix: add VLLM default API base and implement MaxTokensField support 2026-02-19 01:43:24 +08:00
factory_test.go providers: finalize PR213 review fixes 2026-02-17 11:13:10 -05:00
fallback.go feat: add model fallback chain with error classification 2026-02-13 12:12:12 -03:00
fallback_test.go feat: add model fallback chain with error classification 2026-02-13 12:12:12 -03:00
github_copilot_provider.go fix: not used result 2026-02-15 08:02:23 +08:00
http_provider.go Merge remote-tracking branch 'origin/main' into feat/refactor-provider-by-protocol 2026-02-20 00:11:46 +08:00
legacy_provider.go refactor: simplify legacy_provider.go from 349 to 49 lines 2026-02-19 01:30:19 +08:00
model_ref.go feat: add model fallback chain with error classification 2026-02-13 12:12:12 -03:00
model_ref_test.go feat: add model fallback chain with error classification 2026-02-13 12:12:12 -03:00
tool_call_extract.go feat: add Codex CLI provider for subprocess integration (#80) 2026-02-16 11:40:17 +08:00
toolcall_utils.go fix: improve migration logic and reduce code duplication 2026-02-19 09:22:39 +08:00
types.go merge: sync upstream/main (PR #213) into feat/multi-agent-routing 2026-02-18 11:39:14 -03:00