Analysis updated 2026-05-18
See exactly when Claude Code silently reroutes a flagged request to a different model.
Redirect safeguard fallback requests to an open-weights model like Kimi K3 instead of the default.
Keep a visible log of every model downgrade that happens during a coding session.
| tea-resistance/basicallymythos | abhagsain/bayut-maps-ratings | abhishek-kumar09/who-is-imposter | |
|---|---|---|---|
| Stars | 3 | 3 | 3 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | — | 2021-04-12 |
| Maintenance | — | — | Dormant |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 3/5 | 2/5 | 3/5 |
| Audience | developer | general | general |
Figures from each repo's GitHub metadata at analysis time.
macOS only today, needs a Kimi Code subscription API key stored in the keychain plus a launchd background service.
BasicallyMythos is a small local tool that watches Claude Code, the command line coding assistant, for a specific hidden behavior: when a safety safeguard trips on a request, Claude Code quietly re-runs that request on a different, more expensive model without telling you. This project lets you see every one of those silent switches, and lets you pick which model catches the fallback instead of accepting whatever Claude Code chooses by default. The tool itself is a tiny proxy server, about 100 lines of code with no external dependencies, that runs on your own computer. Normally, all your Claude Code traffic flows straight through to Anthropic's servers unchanged. But when a request gets flagged and rerouted, the proxy catches it and sends that specific request to Kimi K3, an open-weights model with a large context window, using your own separate Kimi subscription key. Every reroute gets logged with a timestamp so the downgrade is finally visible instead of invisible. Setting it up means copying the proxy file into your Claude Code configuration folder, storing your Kimi API key securely in the Mac keychain rather than in a plain text file, setting up a background service so the proxy keeps running, and merging a small settings snippet into your Claude Code configuration. The project documents several specific gotchas it ran into, such as Kimi subscription keys needing a different web address than regular Moonshot platform keys, and a setting that must be turned on or the reroute never triggers at all. Everything runs only on your own machine, and your normal Anthropic login and subscription pass through completely untouched. The Kimi key is only ever used for the specific requests that get rerouted. The project is currently macOS only, with support for Linux and Windows planned. It is open source under the MIT license, and the author is active answering questions and taking feedback on social media.
A local proxy for Claude Code that reveals every hidden model reroute and lets you choose which model handles the fallback instead of the default.
Mainly JavaScript. The stack also includes JavaScript, Node.js, launchd.
Use, copy, modify, and share this freely, including for commercial purposes, as long as you keep the original copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.