This looks great, congrats. The 3d model didn't load for me the first time, and when it loaded it didn't "click" for me how it's related to the app. Looks polished tho!
After reading through a bit I think it's a bit too much for my needs.
I'm the sole user but have multiple subscriptions to Claude and Codex. It's fine for me to use 2-3 accounts for the same conversation. That's the point for me, to switch the account where the usage is taken from, not the configuration.
I developed a router to manage Claude and Codex configuration.
I was really complicated to make sure people had a right Claude/Codex settings and I wanted a central place to switch from Anthropic or Openai to others model providers.
I added multi web search providers all exposed as a single tool: web_search.
Authentication can be done with static token or shell script, and there is OTLP to connect to you local o11y stack.
Yours secrets are stored in your keychain. No account, no external telemetry.
This looks great, congrats. The 3d model didn't load for me the first time, and when it loaded it didn't "click" for me how it's related to the app. Looks polished tho!
After reading through a bit I think it's a bit too much for my needs.
I'm the sole user but have multiple subscriptions to Claude and Codex. It's fine for me to use 2-3 accounts for the same conversation. That's the point for me, to switch the account where the usage is taken from, not the configuration.
I made something way simpler named Switcheroo: https://github.com/FTCHD/switcheroo
Works with other AI CLIs like Gemini, and other various CLIs like Vercel (if you're managing multiple accounts like me), Netlify, Github etc
Thanks for the feedback, and nice work on Switcheroo.
LittleSwitch is more of perfect config helper than multi account switcher.
I will try to fix the 3D issues you faced.
Hy,
I developed a router to manage Claude and Codex configuration. I was really complicated to make sure people had a right Claude/Codex settings and I wanted a central place to switch from Anthropic or Openai to others model providers.
I added multi web search providers all exposed as a single tool: web_search.
Authentication can be done with static token or shell script, and there is OTLP to connect to you local o11y stack.
Yours secrets are stored in your keychain. No account, no external telemetry.