Skip to content

Releases: tizerluo/HOLO-Codex

HOLO-Codex v0.1.3

Choose a tag to compare

@github-actions github-actions released this 23 Jun 05:05
4366a2e

HOLO-Codex v0.1.3

Release for holo-codex@0.1.3.

Install:

npm install --global holo-codex

Runtime identifiers remain stable: agent-loop, .agent-loop/, and autonomous-pr-loop.

HOLO-Codex v0.1.2

Choose a tag to compare

@tizerluo tizerluo released this 22 Jun 05:05
b351799

HOLO-Codex v0.1.2

Bugfix release for holo-codex@0.1.2.

Install:

npm install --global holo-codex

Runtime 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

Choose a tag to compare

@tizerluo tizerluo released this 19 Jun 19:52
7539c5b

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.json now uses the current top-level hooks schema and no longer exposes legacy top-level hook event keys such as PreToolUse.
  • Aligned bundled plugin, MCP server, and internal package version metadata to 0.1.1.

Validation

  • pnpm lint passed.
  • pnpm test passed: 34 files / 375 tests.
  • npm pack passed and tarball hook schema was verified.
  • Tarball install smoke passed.
  • Post-publish registry install smoke passed.

Install

npm install --global holo-codex

Runtime identifiers remain stable: agent-loop, .agent-loop/, and autonomous-pr-loop.

HOLO-Codex v0.1.0-source

Choose a tag to compare

@tizerluo tizerluo released this 19 Jun 00:03
a260416

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 status

Add the source checkout to the local Codex plugin marketplace:

codex plugin marketplace add /path/to/HOLO-Codex

Then 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, and npm 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, and plugins/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

Choose a tag to compare

@tizerluo tizerluo released this 19 Jun 15:06

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