Code Puppy is an open‑source, command‑line based AI coding assistant that can generate code in multiple languages, follow user‑defined style rules, and provide detailed explanations. It works by delegating tasks to configurable LLM backends via API keys and can be extended through MCP server integrations.
Highlights
Agentic CLI/TUI interface for interactive code generation and explanation
Customizable coding standards enforced through a "puppy rules" policy file
Pluggable architecture: supports multiple LLM providers via API keys and external tools via MCP servers
Python‑only installation (>=3.9) with MIT license
auto-generated
mpfaffenberger · via GitHub
Context
Audience
Developers who want an extensible, terminal‑based AI assistant for code generation and learning