Skip to content

Releases: multi-zhangyang/pi-recon-agent

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 23 Jul 17:26

Full Changelog: v0.1.3...v0.1.4

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 07 Jul 01:25

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 03 Jul 09:34

What's Changed

  • fix(repi): resolve auto-compaction double-resume race + raise brittle defaults by @multi-zhangyang in #10

New Contributors

Full Changelog: v0.1.1...v0.1.2

What's Changed

  • fix(repi): resolve auto-compaction double-resume race + raise brittle defaults by @multi-zhangyang in #10

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@multi-zhangyang multi-zhangyang released this 28 Jun 15:33

v0.1.1 — patch release

Bug fixes from real-run verification plus a full test-suite reconciliation. No feature or contract changes.

Fixed

  • Subagent delegation auth: auth.json was not copied into a subagent's agent-home, so delegation via the model-login flow failed to authenticate. The launcher now provisions the child agent-home with the parent's auth.
  • model-test error output: a model-test run that errored printed undefined instead of the error; the error path now surfaces the message.
  • Non-interactive --help stdout leak: a regression let --help and startup package-install chatter reach real stdout in print/json/rpc modes, breaking the "stdout is machine-readable" contract. The stdout takeover is now gated only on appMode; interactive --help (TTY) still goes to stdout.
  • Installer: create /usr/local/bin when it is on PATH but missing, so the launcher symlink target directory exists.

Tests

  • Reconciled 17 stale assertions with the current implementation contract (full vitest suite: 1428 passed, 44 skipped, 0 failed; was 17 failed). The tests had drifted from two intentional refactors: the gates field was removed from MissionState in favor of checkpoints, and re_harness / re-harness were renamed to re_profile_check / re-profile-check (plus GateV1CheckV1 and gate:check: markers). Also fixed a misshapen prepareCompaction mock and a process.cwd()-relative dark.json test path, and added the missing context-compact-audit.mjs harness.

Docs

  • Rewrote the README install section around the verified 0.1.0 paths and led with the basic repi start command.

Tarballs (no npm)

Install locally without npm:

npm install --omit=dev --ignore-scripts \
  @pi-recon/repi-ai@0.1.1 @pi-recon/repi-agent-core@0.1.1 \
  @pi-recon/repi-tui@0.1.1 @pi-recon/repi-coding-agent@0.1.1

using the four *.tgz assets below with file: specifiers (see scripts/local-release.mjs).

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 13:26