@dev-ayokunle/ayocode
v2.1.3
Published
AyoCode™ is a coding agent that can do real work on your computer. Whether you're prototyping, debugging, or experimenting, AyoCode™ works alongside you to design, build, and iterate on software projects.
Downloads
968
Maintainers
Readme
AyoCode
A professional AI coding agent that runs directly in your terminal.
Features
- Reads, writes, and edits files in your project
- Executes shell commands with your approval
- Searches across your codebase
- Understands project context automatically
- Persistent multi-turn conversation
- Clean, minimal interface
Installation
npm install -g @dev-ayokunle/ayocodeNavigate to your project directory, then run:
ayocodeUsage
Type your request naturally. The agent will read relevant files, propose edits, and run commands as needed.
Commands
| Command | Description |
|------------|------------------------------------------|
| /help | Show available commands |
| /clear | Clear conversation history |
| /auto | Toggle auto-approve for shell commands |
| /status | Show current session info |
| /exit | Exit the session |
File References
Prefix any file or directory path with @ to inject its contents directly into your message:
Refactor the auth logic in @src/auth/middleware.jsProject Instructions
Create an AYO.md file in your project root to give the agent persistent context — coding standards, architecture notes, preferred patterns, etc.
Cancelling a Request
Press Ctrl+C to cancel an in-progress response and return to the prompt.
Requirements
- Node.js >= 18
Author
Ayokunle
