Releases: multi-zhangyang/pi-recon-agent
Releases · multi-zhangyang/pi-recon-agent
Release list
v0.1.4
Full Changelog: v0.1.3...v0.1.4
v0.1.3
v0.1.2
What's Changed
- fix(repi): resolve auto-compaction double-resume race + raise brittle defaults by @multi-zhangyang in #10
New Contributors
- @multi-zhangyang made their first contribution in #10
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
- @multi-zhangyang made their first contribution in #10
Full Changelog: v0.1.1...v0.1.2
v0.1.1
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.jsonwas 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
undefinedinstead of the error; the error path now surfaces the message. - Non-interactive
--helpstdout leak: a regression let--helpand 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/binwhen it is onPATHbut 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
gatesfield was removed fromMissionStatein favor ofcheckpoints, andre_harness/re-harnesswere renamed tore_profile_check/re-profile-check(plusGateV1→CheckV1andgate:→check:markers). Also fixed a misshapenprepareCompactionmock and aprocess.cwd()-relativedark.jsontest path, and added the missingcontext-compact-audit.mjsharness.
Docs
- Rewrote the README install section around the verified 0.1.0 paths and led with the basic
repistart 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
Full Changelog: https://github.com/multi-zhangyang/pi-recon-agent/commits/v0.1.0