Auth fixes: - Fix OpenAI/Anthropic OAuth and token login to update ModelList - Fix logout to clear AuthMethod in ModelList - Add helper functions: isOpenAIModel, isAnthropicModel, isAntigravityModel - Fix slice bounds panic in isAntigravityModel using strings.HasPrefix - All auth operations now preserve existing model_list configuration Factory provider fixes: - Add OAuth support for openai protocol in CreateProviderFromConfig - CodexAuthProvider is now used when auth_method is oauth/token Default model updates: - OpenAI login: set default model to gpt-5.2 - Anthropic login: set default model to claude-sonnet-4 - Antigravity login: set default model to gemini-flash (remove provider field) Model changes: - Change default OpenAI model from gpt-4o to gpt-5.2 - gpt-5.2 is compatible with Codex API (chatgpt.com backend) - Update all README files, config examples, and migration code Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| design | ||
| migration | ||
| ANTIGRAVITY_AUTH.md | ||
| ANTIGRAVITY_USAGE.md | ||
| picoclaw_community_roadmap_260216.md | ||
| tools_configuration.md | ||