@codedir/mimir-code
v0.1.7
Published
Platform-agnostic, BYOK AI coding agent CLI
Maintainers
Readme
Mimir Code
Platform-agnostic AI coding agent CLI. Supports 7+ LLM providers (DeepSeek, Anthropic, OpenAI, Google/Gemini, Qwen, Ollama) with permission-based security.
Quick Start
# Clone and install
git clone https://github.com/codedir-labs/@codedir/mimir-code.git
cd mimir
yarn install
# Run setup wizard
yarn mimir setup
# Start chatting
yarn mimirDevelopment Setup
After cloning the repository, configure Git to use LF line endings:
git config core.autocrlf falseThis ensures consistent line endings across platforms (required for Prettier formatting checks).
Manual Testing
# Development
yarn dev
# Tests
yarn test
yarn test:unit
yarn test:integration
# Build
yarn buildCommands
mimir- Interactive chatmimir setup- Configuration wizardmimir init- Initialize projectmimir history list- View conversationsmimir cost today- Cost analyticsmimir permissions list- Manage allowlistmimir doctor- Run diagnostics
