終端機上的持續性人工智慧
Autohand Code CLI 是一款新推出的人工智慧驅動的程式碼代理工具,可直接在終端機中運行,讓開發者無需切換上下文即可讀取、理解並編寫整個專案的程式碼。
Navigation Menu
Search code, repositories, users, issues, pull requests...
Provide feedback
We read every piece of feedback, and take your input very seriously.
Saved searches
Use saved searches to filter your results more quickly
To see all available qualifiers, see our documentation.
Autohand Code CLI - Ultra fast coding agent that runs in your terminal
License
Uh oh!
There was an error while loading. Please reload this page.
autohandai/code-cli
Folders and files
Latest commit
History
Repository files navigation
Autohand Code CLI
An coding agentic CLI that reads, reasons, and writes code across your entire project. No context switching. No copy-paste, No you're absolute right!.
Autohand Code CLI is an autonomous LLM-powered coding agent that lives in your terminal. It uses the ReAct (Reason + Act) pattern to understand your codebase, plan changes, and execute them with your approval. It's blazing fast, intuitive, and extensible with a modular skill system.
We built with a very minimalistic design philosophy to keep the focus on coding. Just install, run autohand, and start giving instructions in natural language. Autohand handles the rest.
Scale Autohand across your team and CI/CD pipelines to automate repetitive coding tasks, enforce code quality, and accelerate development velocity.

Installation
Quick Install (Recommended)
Manual Installation
Requirements
Quick Start
Usage Modes
Interactive Mode
Launch without arguments for a full REPL experience:
Features:
Command Mode (Non-Interactive)
Run single instructions for CI/CD, scripts, or quick tasks:
CLI Options
Agent Skills
Skills are modular instruction packages that extend Autohand with specialized workflows. They work like on-demand AGENTS.md files for specific tasks.
Using Skills
Auto-Skill Generation
Analyze your project and generate tailored skills automatically:
Skills are discovered from:
See Agent Skills Documentation for creating custom skills.
Slash Commands
Tool System
Autohand includes 40+ tools for autonomous coding:
File Operations
read_file, write_file, append_file, apply_patch, search, search_replace, semantic_search, list_tree, create_directory, delete_path, rename_path, copy_path, multi_file_edit
Git Operations
git_status, git_diff, git_commit, git_add, git_branch, git_switch, git_merge, git_rebase, git_cherry_pick, git_stash, git_fetch, git_pull, git_push, auto_commit
Commands & Dependencies
run_command, custom_command, add_dependency, remove_dependency
Planning & Memory
plan, todo_write, save_memory, recall_memory
Configuration
Create ~/.autohand/config.json:
Supported Providers
Session Management
Sessions are auto-saved to ~/.autohand/sessions/:
Security & Permissions
Autohand includes a permission system for sensitive operations:
Configure granular permissions in ~/.autohand/config.json:
Platform Support
Telemetry & Feedback
Telemetry is disabled by default. Opt-in to help improve Autohand:
When enabled, Autohand collects anonymous usage data (no PII, no code content). See Telemetry Documentation for details.
The backend API is available at: https://github.com/autohandai/api
Development
Docker
Documentation
License
Apache License 2.0 - Free for individuals, non-profits, educational institutions, open source projects, and companies with ARR under $5M. See LICENSE and COMMERCIAL.md for details.
Links
About
Autohand Code CLI - Ultra fast coding agent that runs in your terminal
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading. Please reload this page.
Stars
Watchers
Forks
Releases
15
Packages
0
Contributors
2
Uh oh!
There was an error while loading. Please reload this page.
Languages
Footer
Footer navigation
相關文章