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
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-agent-core",
"version": "0.83.0-kkl.3",
"version": "0.83.0-kkl.4",
"description": "General-purpose agent with transport abstraction, state management, and attachment support",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@earendil-works/pi-ai": "0.83.0-kkl.3",
"@earendil-works/pi-ai": "0.83.0-kkl.4",
"diff": "8.0.4",
"ignore": "7.0.5",
"typebox": "1.3.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-ai",
"version": "0.83.0-kkl.3",
"version": "0.83.0-kkl.4",
"description": "Unified LLM API with automatic model discovery and provider configuration",
"type": "module",
"main": "./dist/index.js",
Expand Down
30 changes: 15 additions & 15 deletions packages/coding-agent/install-lock/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/coding-agent/install-lock/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@earendil-works/pi-coding-agent-install",
"version": "0.83.0-kkl.3",
"version": "0.83.0-kkl.4",
"private": true,
"description": "Lockfile root used by the Pi installer and updater.",
"dependencies": {
"@earendil-works/pi-coding-agent": "0.83.0-kkl.3"
"@earendil-works/pi-coding-agent": "0.83.0-kkl.4"
},
"overrides": {
"protobufjs": "7.6.5",
Expand Down
24 changes: 12 additions & 12 deletions packages/coding-agent/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/coding-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-coding-agent",
"version": "0.83.0-kkl.3",
"version": "0.83.0-kkl.4",
"description": "Coding agent CLI with read, bash, edit, write tools and session management",
"type": "module",
"piConfig": {
Expand Down Expand Up @@ -39,9 +39,9 @@
"prepublishOnly": "npm run clean && npm run build && npm run shrinkwrap"
},
"dependencies": {
"@earendil-works/pi-agent-core": "0.83.0-kkl.3",
"@earendil-works/pi-ai": "0.83.0-kkl.3",
"@earendil-works/pi-tui": "0.83.0-kkl.3",
"@earendil-works/pi-agent-core": "0.83.0-kkl.4",
"@earendil-works/pi-ai": "0.83.0-kkl.4",
"@earendil-works/pi-tui": "0.83.0-kkl.4",
"@silvia-odwyer/photon-node": "0.3.4",
"chalk": "5.6.2",
"cross-spawn": "7.0.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/evals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test": "vitest run --config vitest.test.config.ts"
},
"devDependencies": {
"@earendil-works/pi-ai": "0.83.0-kkl.3",
"@earendil-works/pi-coding-agent": "0.83.0-kkl.3",
"@earendil-works/pi-ai": "0.83.0-kkl.4",
"@earendil-works/pi-coding-agent": "0.83.0-kkl.4",
"@types/node": "24.12.4",
"shx": "0.4.0",
"typescript": "5.9.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-protocol",
"version": "0.83.0-kkl.3",
"version": "0.83.0-kkl.4",
"description": "Transport-neutral CBOR protocol for remote pi sessions",
"type": "module",
"main": "./dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-server",
"version": "0.83.0-kkl.3",
"version": "0.83.0-kkl.4",
"description": "experimental server package for pi",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"node": ">=22.19.0"
},
"dependencies": {
"@earendil-works/pi-coding-agent": "0.83.0-kkl.3"
"@earendil-works/pi-coding-agent": "0.83.0-kkl.4"
},
"devDependencies": {
"shx": "0.4.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/storage/sqlite-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-storage-sqlite-node",
"version": "0.83.0-kkl.3",
"version": "0.83.0-kkl.4",
"description": "Node sqlite storage backend for @earendil-works/pi-agent-core sessions",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"node": ">=22.19.0"
},
"dependencies": {
"@earendil-works/pi-ai": "0.83.0-kkl.3",
"@earendil-works/pi-agent-core": "0.83.0-kkl.3"
"@earendil-works/pi-ai": "0.83.0-kkl.4",
"@earendil-works/pi-agent-core": "0.83.0-kkl.4"
}
}
2 changes: 1 addition & 1 deletion packages/tui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-tui",
"version": "0.83.0-kkl.3",
"version": "0.83.0-kkl.4",
"description": "Terminal User Interface library with differential rendering for efficient text-based applications",
"type": "module",
"main": "dist/index.js",
Expand Down