Releases: tizerluo/HOLO-Codex
Release list
HOLO-Codex v0.1.3
HOLO-Codex v0.1.3
Release for holo-codex@0.1.3.
Install:
npm install --global holo-codexRuntime identifiers remain stable: agent-loop, .agent-loop/, and autonomous-pr-loop.
HOLO-Codex v0.1.2
HOLO-Codex v0.1.2
Bugfix release for holo-codex@0.1.2.
Install:
npm install --global holo-codexRuntime identifiers remain stable: agent-loop, .agent-loop/, and autonomous-pr-loop.
Note: this release was published from the maintainer local npm session while npm Trusted Publisher setup remains tracked in #24.
HOLO-Codex v0.1.1
HOLO-Codex v0.1.1
Patch release for the public npm package.
Fixed
- Fixed the bundled Codex plugin hooks schema for newer Codex config parsers.
- Packed
plugins/autonomous-pr-loop/hooks/hooks.jsonnow uses the current top-levelhooksschema and no longer exposes legacy top-level hook event keys such asPreToolUse. - Aligned bundled plugin, MCP server, and internal package version metadata to
0.1.1.
Validation
pnpm lintpassed.pnpm testpassed: 34 files / 375 tests.npm packpassed and tarball hook schema was verified.- Tarball install smoke passed.
- Post-publish registry install smoke passed.
Install
npm install --global holo-codexRuntime identifiers remain stable: agent-loop, .agent-loop/, and autonomous-pr-loop.
HOLO-Codex v0.1.0-source
HOLO-Codex v0.1.0-source
This is the first public source/local-install release of HOLO-Codex.
HOLO-Codex is a Human On Loop Codex control plane for turning long-running Codex workflows into observable, recoverable systems. PR delivery is the first bundled workflow, not the product boundary.
Install From Source
git clone https://github.com/tizerluo/HOLO-Codex.git
cd HOLO-Codex
pnpm install
pnpm build:hooks
# Replace /path/to/repo with the repository you want HOLO-Codex to supervise.
pnpm agent-loop local install --repo /path/to/repo
agent-loop --repo /path/to/repo statusAdd the source checkout to the local Codex plugin marketplace:
codex plugin marketplace add /path/to/HOLO-CodexThen enable the autonomous-pr-loop plugin in Codex.
Validation
- Public sync PR: #1
- Public CI passed on Node 22.x and Node 24.x.
- Fresh public clone passed
pnpm install --frozen-lockfile,pnpm lint,pnpm test, andnpm pack --dry-run --json. - Pack audit found no private plans/specs/research,
HANDOFF.md,AGENTS.md, or.agent-loop/runtime paths. - Secret/local-state scan found only safety docs and example environment variable names, not real secrets.
Important Notes
- npm is not published yet.
- Runtime identifiers remain stable:
agent-loop,.agent-loop/,autonomous-pr-loop, andplugins/autonomous-pr-loop/. - Do not commit
.agent-loop/, dashboard tokens, MCP tokens, raw hook payloads, raw transcripts, raw worker logs, or private prompts. - Rollback local installs with
agent-loop local rollback --snapshot <snapshot>.
See docs/release-checklist.md, docs/install.md, and docs/local-release-readiness.md for details.
HOLO-Codex v0.1.0
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 --helpSource install fallback
git clone https://github.com/tizerluo/HOLO-Codex.git
cd HOLO-Codex
pnpm install
pnpm build:hooksCompatibility
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