Skip to content

yishus/dim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dim

A lightweight terminal coding agent. Use it as it is, or as a base to build your own specialized coding agent.

Requirements

  • Bun runtime
  • fzf for file search
  • API key for at least one provider

Installation

git clone https://github.com/yishus/dim.git
cd dim
bun install
bun run dev

Configuration

Add your API keys to ~/.dim/agent/auth.json:

{
  "anthropic": {
    "apiKey": "sk-ant-..."
  },
  "google": {
    "apiKey": "..."
  },
  "openai": {
    "apiKey": "sk-..."
  }
}

About

Lightweight terminal coding agent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published