npm install -g @microbix/aether-code
Autonomous Terminal Agent
Bring the power of Microbix directly into your terminal. Aether Code operates securely on your filesystem with interactive approval gates.
# Start autonomous task
aether run "refactor authentication flow to use JWT"
[Aether] Analyzing File System & AST...
[Aether] Identified 4 files to modify.
[Aether] Autonomous Execution Loop started.
Interactive Approval Gate:
Review changes in src/auth.ts? [Y/n]: y
✓ Changes applied successfully.
aether run "refactor authentication flow to use JWT"
[Aether] Analyzing File System & AST...
[Aether] Identified 4 files to modify.
[Aether] Autonomous Execution Loop started.
Interactive Approval Gate:
Review changes in src/auth.ts? [Y/n]: y
✓ Changes applied successfully.
📁
File System & AST
Deep understanding of your codebase structure and Abstract Syntax Trees. Refactor with precision across large codebases.
🔁
Execution Loop
Set a goal and watch Aether execute. It plans, writes code, runs tests, and iterates until the goal is achieved.
🛡️
Approval Gate
You remain in control. Aether requests permission before executing destructive commands or making broad filesystem changes.