agent active

codeany

Maker: codeany-ai License: MIT Stars: 185 First released: 2026-04-01 Language: Go
CLI

About

Codeany is a terminal coding agent built in Go on the Open Agent SDK with a Bubble Tea interface, covering codebase explanation, test execution, commits, review, and bug investigation through an agentic loop with maxTurns bounds and permission modes. Its configuration surface mirrors Claude Code conventions: project instructions come from CODEANY.md or CLAUDE.md plus .codeany/rules/ markdown files, and per-user state lives under ~/.codeany/ with settings, permissions, memory, sessions, skills, and plugins directories. Extensibility covers stdio MCP servers managed through /mcp, pre/post tool-use hooks, SKILL.md-defined skills, and plugins loaded from ~/.codeany/plugins/. Models default to Anthropic with OpenRouter or custom endpoints configured through environment variables, sessions resume or export as JSON, and non-interactive pipe and print modes support scripting. The project is young — a small commit history and no releases — with Chinese/IME input support among its distinguishing features.