acer-runtime
v0.1.4
Published
Sovereign coding runtime for Aether AI agents
Downloads
396
Readme
Aether Runtime VS Code Extension
This extension provides a VS Code control surface for the aether-code CLI.
What works now
- Start a real Aether CLI run against the current workspace
- Run from the command palette or the Aether sidebar
- Stream session output into the
Aether Runtimeoutput channel - Stop an active run
- Open the last generated
.aether/<session>.jsonreport - Open the dashboard URL in a webview panel
Current gap
- This is still a CLI bridge, not a native in-editor autonomous runtime with tool approvals, live event streaming, or multi-session substrate synchronization
Requirements
The extension expects the Aether CLI executable to be available.
Default:
aether-codeIf the executable lives somewhere else, set:
aether.acer.cliPath
Example:
aether-codeUseful settings
aether.acer.cliPathaether.acer.defaultModeaether.acer.dryRunByDefaultaether.acer.noProjectStateUpdateByDefaultaether.acer.openReportOnCompletionaether.acer.dashboardUrl
First real use
Open a target repo in VS Code, then run:
Aether: Start ACER RuntimeOr use the sidebar and give it an objective such as:
Build the GovCon MVP from the task prompt in this repository. Read the notes first, then implement the local Python CLI, verify it, and summarize any blockers.