⟶ tastecode · v0.4.1

Keep your coding taste.Any AI agent. Any project.

A one-file CLI plugin that injects your style into every AI prompt — Claude Code, Codex, Aider, Cursor, Ollama. No cloud. No account. Zero dependencies.

$npx @tastecode/plugin init
claude codecodexaidercursoropencodeollamageminicontinueqwen-coderclineclaude codecodexaidercursoropencodeollamageminicontinueqwen-codercline
(01)any agent

Wire up any CLI in one line.

Claude Code is built in. Everything else — Codex, Aider, Cursor, Ollama, OpenCode — drops into one tastecode.config.json.

{
  "providers": {
    "aider": { "command": "aider", "args": ["--message", "{prompt}"] }
  }
}
(02)the pipeline

One file between you and the model.

tastecode reads tastecode.md, builds the enhanced prompt, then spawns the agent. It never contacts a model itself.

your task ─→ tastecode ─→ provider CLI
              reads
              tastecode.md
              + your style
(03)reject to learn

Your taste compounds. In plain markdown.

Reject bad output once. Promote the reason. The rule lives in tastecode.md forever — no hidden memory.

$ tastecode reject "no inline styles"
✓ added to tastecode.md → ## Learned Rules

(∞) — your move

Make AI code
your way.