gitwtfhub

wtf is basicallymythos?

tea-resistance/basicallymythos — explained in plain English

Analysis updated 2026-05-18

3JavaScriptAudience · developerComplexity · 3/5LicenseSetup · moderate

TL;DR

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.

Mindmap

mindmap
  root((BasicallyMythos))
    What it does
      Logs model reroutes
      Redirects fallback
      Zero dependencies
    Tech stack
      JavaScript
      Node.js
      launchd
    Use cases
      Reroute visibility
      Custom fallback model
      Session logging
    Audience
      Developers
      Claude Code users
    Setup
      macOS only
      Kimi API key
      Background service

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

See exactly when Claude Code silently reroutes a flagged request to a different model.

REASON 2

Redirect safeguard fallback requests to an open-weights model like Kimi K3 instead of the default.

REASON 3

Keep a visible log of every model downgrade that happens during a coding session.

What's in the stack?

JavaScriptNode.jslaunchd

How it stacks up

tea-resistance/basicallymythosabhagsain/bayut-maps-ratingsabhishek-kumar09/who-is-imposter
Stars333
LanguageJavaScriptJavaScriptJavaScript
Last pushed2021-04-12
MaintenanceDormant
Setup difficultymoderatemoderateeasy
Complexity3/52/53/5
Audiencedevelopergeneralgeneral

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · moderate Time to first run · 30min

macOS only today, needs a Kimi Code subscription API key stored in the keychain plus a launchd background service.

Use, copy, modify, and share this freely, including for commercial purposes, as long as you keep the original copyright notice.

Wtf does this do

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.

Yoink these prompts

Prompt 1
Walk me through installing BasicallyMythos and storing my Kimi API key in the macOS keychain.
Prompt 2
Explain how BasicallyMythos decides whether to forward a request to Anthropic or Kimi.
Prompt 3
Help me troubleshoot why Claude Code's safeguard reroute isn't triggering with this proxy set up.
Prompt 4
Show me how to roll back BasicallyMythos and remove the proxy settings from Claude Code.

Frequently asked questions

wtf is basicallymythos?

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.

What language is basicallymythos written in?

Mainly JavaScript. The stack also includes JavaScript, Node.js, launchd.

What license does basicallymythos use?

Use, copy, modify, and share this freely, including for commercial purposes, as long as you keep the original copyright notice.

How hard is basicallymythos to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is basicallymythos for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.