Skip to content

Commit ce73ed5

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/thinking-block-durations
# Conflicts: # packages/coding-agent/src/modes/interactive/changes.md
2 parents 2428652 + cdf6415 commit ce73ed5

23 files changed

Lines changed: 189 additions & 82 deletions

package-lock.json

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/agent/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@
1212

1313
### Removed
1414

15+
## [2026.7.22-2] - 2026-07-22
16+
17+
### Breaking Changes
18+
19+
### Added
20+
21+
### Changed
22+
23+
### Fixed
24+
25+
### Removed
26+
1527
## [2026.7.22] - 2026-07-22
1628

1729
### Breaking Changes

packages/agent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@earendil-works/pi-agent-core",
33
"private": true,
4-
"version": "2026.7.22",
4+
"version": "2026.7.22-2",
55
"description": "General-purpose agent with transport abstraction, state management, and attachment support",
66
"type": "module",
77
"main": "./dist/index.js",
@@ -30,7 +30,7 @@
3030
"prepublishOnly": "npm run clean && npm run build"
3131
},
3232
"dependencies": {
33-
"@earendil-works/pi-ai": "^2026.7.22",
33+
"@earendil-works/pi-ai": "^2026.7.22-2",
3434
"ignore": "7.0.5",
3535
"typebox": "1.1.38",
3636
"yaml": "2.9.0"

packages/ai/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@
1212

1313
### Removed
1414

15+
## [2026.7.22-2] - 2026-07-22
16+
17+
### Breaking Changes
18+
19+
### Added
20+
21+
### Changed
22+
23+
### Fixed
24+
25+
### Removed
26+
1527
## [2026.7.22] - 2026-07-22
1628

1729
### Breaking Changes

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@earendil-works/pi-ai",
33
"private": true,
4-
"version": "2026.7.22",
4+
"version": "2026.7.22-2",
55
"description": "Unified LLM API with automatic model discovery and provider configuration",
66
"type": "module",
77
"main": "./dist/index.js",

packages/ai/src/providers/data/openrouter.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

packages/coding-agent/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66

77
### Added
88

9+
### Changed
10+
11+
### Fixed
12+
13+
### Removed
14+
15+
## [2026.7.22-2] - 2026-07-22
16+
17+
### Breaking Changes
18+
19+
### Added
20+
921
- Documented the Codex HEAD app-server parity surface, protocol provenance, intentional `-32601` boundaries, and the source-oracle differential QA harness. The documentation now calls out deliberate behavior differences, including post-restart history reconstruction, aggregated turn diffs, partial thread settings, and honest account reads.
1022

1123
### Changed

packages/coding-agent/install-lock/package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/coding-agent/install-lock/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@code-yeongyu/senpi-install",
3-
"version": "2026.7.22",
3+
"version": "2026.7.22-2",
44
"private": true,
55
"description": "Lockfile root used by the Pi installer and updater.",
66
"dependencies": {
7-
"@code-yeongyu/senpi": "2026.7.22"
7+
"@code-yeongyu/senpi": "2026.7.22-2"
88
},
99
"overrides": {
1010
"@hono/node-server": "2.0.10",

packages/coding-agent/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-yeongyu/senpi",
3-
"version": "2026.7.22",
3+
"version": "2026.7.22-2",
44
"description": "Coding agent CLI with read, bash, edit, write tools and session management",
55
"type": "module",
66
"piConfig": {
@@ -43,11 +43,11 @@
4343
"dependencies": {
4444
"@anthropic-ai/sdk": "0.91.1",
4545
"@aws-sdk/client-bedrock-runtime": "3.1048.0",
46-
"@code-yeongyu/senpi-codemode": "^2026.7.22",
47-
"@earendil-works/pi-agent-core": "^2026.7.22",
48-
"@earendil-works/pi-ai": "^2026.7.22",
49-
"@earendil-works/pi-pty": "^2026.7.22",
50-
"@earendil-works/pi-tui": "^2026.7.22",
46+
"@code-yeongyu/senpi-codemode": "^2026.7.22-2",
47+
"@earendil-works/pi-agent-core": "^2026.7.22-2",
48+
"@earendil-works/pi-ai": "^2026.7.22-2",
49+
"@earendil-works/pi-pty": "^2026.7.22-2",
50+
"@earendil-works/pi-tui": "^2026.7.22-2",
5151
"@mistralai/mistralai": "2.2.6",
5252
"@modelcontextprotocol/sdk": "1.29.0",
5353
"@mozilla/readability": "0.6.0",

0 commit comments

Comments
 (0)