Skip to content

HOLO-Codex v0.1.0

Choose a tag to compare

@tizerluo tizerluo released this 19 Jun 15:06
· 23 commits to main since this release

HOLO-Codex v0.1.0

HOLO-Codex is an observable workflow loop control plane for long-running Codex work. PR delivery is the first bundled workflow.

Install from npm

npm install --global holo-codex
agent-loop --help

Source install fallback

git clone https://github.com/tizerluo/HOLO-Codex.git
cd HOLO-Codex
pnpm install
pnpm build:hooks

Compatibility

Stable runtime identifiers remain unchanged:

  • CLI: agent-loop
  • Runtime state directory: .agent-loop/
  • Plugin/MCP id: autonomous-pr-loop
  • Source path: plugins/autonomous-pr-loop/

Safety

Runtime state, tokens, raw hook payloads, raw transcripts, and dashboard tokens must not be committed or shared.

Rollback for source local installs uses:

agent-loop local rollback --snapshot <snapshot>

For npm uninstall, remove target bindings first and remove shared HOLO-Codex router entries from ~/.codex/hooks.json only after all target repo bindings are gone:

agent-loop hooks unbind --repo /path/to/repo
npm uninstall --global holo-codex

Published package