Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ moon tag-node tasks; python: uv via tag-python. Shell: shellcheck (CI + lint).

Harness pins are bumped deliberately (PR per bump, changelog reviewed) — this
repo's value is *curated known-good*, not latest. Current: pi-coding-agent
0.80.3 · opencode-ai 1.18.3 · hermes-agent 0.18.0 ·
0.80.10 · opencode-ai 1.18.3 · hermes-agent 0.18.0 ·
@oh-my-pi/pi-coding-agent 16.3.12 (bun).
2 changes: 1 addition & 1 deletion packages/harness-pi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ consumes: local-models/README.md (endpoint wiring)
# harness-pi

[pi.dev](https://pi.dev) (`badlogic/pi-mono`) at curated pin
**`@earendil-works/pi-coding-agent` 0.80.3**.
**`@earendil-works/pi-coding-agent` 0.80.10**.

```bash
./install.sh # npm install -g at the pin, presets + extensions symlinked
Expand Down
2 changes: 1 addition & 1 deletion packages/harness-pi/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# package's presets. Idempotent. No curl|bash — npm-native install only.
set -euo pipefail

PI_VERSION="0.80.3"
PI_VERSION="0.80.10"
PKG_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

command -v npm >/dev/null 2>&1 || { echo "npm not found — run scripts/bootstrap.sh first (proto provides node)" >&2; exit 1; }
Expand Down
2 changes: 1 addition & 1 deletion packages/harness-pi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "tsc --noEmit"
},
"devDependencies": {
"@earendil-works/pi-coding-agent": "0.80.3",
"@earendil-works/pi-coding-agent": "0.80.10",
"typescript": "5.7.2"
}
}
Loading