picoclaw/pkg/providers
2026-04-16 22:45:31 +08:00
..
anthropic fix(anthropic): skip tool calls with empty names to prevent API errors (#1739) 2026-03-18 21:55:01 +08:00
anthropic_messages feat: add userAgent config for ModelConfig (#2242) 2026-04-02 11:44:13 +08:00
azure feat: add userAgent config for ModelConfig (#2242) 2026-04-02 11:44:13 +08:00
bedrock fix test and lint in web (#2219) 2026-03-31 15:50:55 +08:00
common docs(tool): use provider-agnostic JSON escaping guidance 2026-04-08 14:19:11 +09:00
openai_compat fix(gemini): harden dedicated provider compatibility 2026-04-11 00:50:24 +08:00
openai_responses_common Update tests and error cases handling 2026-03-28 13:33:48 +00:00
protocoltypes feat(providers): add Media field to Message struct for vision support 2026-03-03 16:27:29 +08:00
antigravity_provider.go fix(pico): separate thought and normal messages 2026-04-10 20:23:12 +08:00
antigravity_provider_test.go fix(pico): separate thought and normal messages 2026-04-10 20:23:12 +08:00
claude_cli_provider.go Feat/support isolation (#2423) 2026-04-08 18:15:42 +08:00
claude_cli_provider_integration_test.go feat(fmt): Run formatters 2026-02-18 21:48:23 +02:00
claude_cli_provider_test.go refactor: seperate security.yml for store keys 2026-03-22 01:55:00 +08:00
claude_provider.go feat(fmt): Run formatters 2026-02-18 21:48:23 +02:00
claude_provider_test.go feat(fmt): Fix formatting 2026-02-20 20:03:11 +02:00
codex_cli_credentials.go refactor: centralize environment variable key constants (#1730) 2026-03-18 18:03:24 +08:00
codex_cli_credentials_test.go enable dogsled 2026-02-25 21:14:19 +11:00
codex_cli_provider.go Feat/support isolation (#2423) 2026-04-08 18:15:42 +08:00
codex_cli_provider_integration_test.go feat(fmt): Run formatters 2026-02-18 21:48:23 +02:00
codex_cli_provider_test.go refactor: update model name and add VolcEngine coding plan (#1412) 2026-03-12 16:10:29 +08:00
codex_provider.go chore(provider): use openai responses api for azure openai endpoints (#2110) 2026-03-28 20:50:24 +08:00
codex_provider_test.go chore(provider): use openai responses api for azure openai endpoints (#2110) 2026-03-28 20:50:24 +08:00
cooldown.go style: fix gofmt formatting in cooldown files 2026-02-13 12:26:44 -03:00
cooldown_test.go refactor(modernize): apply safe modernize fixes 2026-02-27 16:35:07 +08:00
error_classifier.go fix(network): classify timeout errors as FailoverTimeout 2026-04-16 22:00:13 +08:00
error_classifier_test.go fix(network): classify timeout errors as FailoverTimeout 2026-04-16 22:00:13 +08:00
factory.go refactor Config to add Version and migratable 2026-03-12 13:52:55 +08:00
factory_provider.go fix(gemini): harden dedicated provider compatibility 2026-04-11 00:50:24 +08:00
factory_provider_test.go fix(gemini): harden dedicated provider compatibility 2026-04-11 00:50:24 +08:00
factory_test.go refactor: seperate security.yml for store keys 2026-03-22 01:55:00 +08:00
fallback.go feat(model): llm rate limiting (#2198) 2026-04-02 19:26:26 +08:00
fallback_multikey_test.go feat(model): llm rate limiting (#2198) 2026-04-02 19:26:26 +08:00
fallback_test.go refactor(tests): extract common logic for fallback error handling into a helper function 2026-04-16 22:45:31 +08:00
gemini_provider.go fix(gemini): align thoughtSignature and stream tool IDs 2026-04-11 12:02:58 +08:00
gemini_provider_test.go fix(gemini): align thoughtSignature and stream tool IDs 2026-04-11 12:02:58 +08:00
github_copilot_provider.go fix linter (#2206) 2026-03-31 15:06:47 +08:00
http_provider.go feat(provider): support custom headers injection for HTTP providers (#2402) 2026-04-07 16:05:21 +08:00
legacy_provider.go refactor Config to add Version and migratable 2026-03-12 13:52:55 +08:00
model_ref.go feat(provider): add Alibaba Coding Plan and regional Qwen endpoints (#1748) 2026-03-19 22:07:30 +08:00
model_ref_test.go feat(provider): add Alibaba Coding Plan and regional Qwen endpoints (#1748) 2026-03-19 22:07:30 +08:00
ratelimiter.go feat(model): llm rate limiting (#2198) 2026-04-02 19:26:26 +08:00
ratelimiter_test.go feat(model): llm rate limiting (#2198) 2026-04-02 19:26:26 +08:00
tool_call_extract.go feat(fmt): Run formatters 2026-02-18 21:48:23 +02:00
toolcall_utils.go fix(tool): clarify write_file nested-JSON escape semantics and add tests (#2320) 2026-04-04 17:56:49 +08:00
types.go feat(network): implement network error classification and fallback handling 2026-04-16 19:59:37 +08:00