fix: keep oauth profile stable

This commit is contained in:
Peter Steinberger
2026-01-06 19:43:28 +00:00
parent 1bc3461800
commit 118c1e1042
3 changed files with 9 additions and 8 deletions

View File

@@ -104,6 +104,7 @@
- Telegram: send GIF media as animations (auto-play) and improve filename sniffing.
- Bash tool: inherit gateway PATH so Nix-provided tools resolve during commands. Thanks @joshp123 for PR #202.
- Delivery chunking: keep Markdown fenced code blocks valid when splitting long replies (close + reopen fences).
- Auth: prefer OAuth profiles over API keys during round-robin selection (prevents OAuth “lost after one message” when both are configured).
### Maintenance
- Agent: add `skipBootstrap` config option. Thanks @onutc for PR #292.