Been trying to migrate from API keys to OAuth for the past 18 hours. Keep hitting this cycle:
Change auth config from api_key to token mode
Add Claude Pro session token (sk-ant-sid02-...)
Test → Context overflow (auth works!)
Restart to reduce context
Rate limit cooldown triggered
Wait for cooldown to expire
Try again → Another cooldown
Currently stuck with a 3-agent fleet (Docker containers, custom dashboard) that I can't use because of constant cooldowns.
Question: Is migrating API→OAuth even supported? Should I just:
Uninstall completely
Fresh install with OAuth from day 1
Restore workspace files
Or is there a way to clear these cooldowns and make the migration work?
Running on Ubuntu VPS, already nuked the agent directory once but cooldowns persist.
Thanks! 🦞