@code-yeongyu/senpi 2026.6.14-2 → 2026.6.14-3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@earendil-works/pi-agent-core",
3
3
  "private": true,
4
- "version": "2026.6.14-2",
4
+ "version": "2026.6.14-3",
5
5
  "description": "General-purpose agent with transport abstraction, state management, and attachment support",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
@@ -30,7 +30,7 @@
30
30
  "prepublishOnly": "npm run clean && npm run build"
31
31
  },
32
32
  "dependencies": {
33
- "@earendil-works/pi-ai": "^2026.6.14-2",
33
+ "@earendil-works/pi-ai": "^2026.6.14-3",
34
34
  "ignore": "7.0.5",
35
35
  "typebox": "1.1.38",
36
36
  "yaml": "2.9.0"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@earendil-works/pi-ai",
3
3
  "private": true,
4
- "version": "2026.6.14-2",
4
+ "version": "2026.6.14-3",
5
5
  "description": "Unified LLM API with automatic model discovery and provider configuration",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@earendil-works/pi-tui",
3
3
  "private": true,
4
- "version": "2026.6.14-2",
4
+ "version": "2026.6.14-3",
5
5
  "description": "Terminal User Interface library with differential rendering for efficient text-based applications",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@code-yeongyu/senpi",
3
- "version": "2026.6.14-2",
3
+ "version": "2026.6.14-3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@code-yeongyu/senpi",
9
- "version": "2026.6.14-2",
9
+ "version": "2026.6.14-3",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@anthropic-ai/sdk": "0.91.1",
13
13
  "@aws-sdk/client-bedrock-runtime": "3.1048.0",
14
- "@earendil-works/pi-agent-core": "^2026.6.14-2",
15
- "@earendil-works/pi-ai": "^2026.6.14-2",
16
- "@earendil-works/pi-tui": "^2026.6.14-2",
14
+ "@earendil-works/pi-agent-core": "^2026.6.14-3",
15
+ "@earendil-works/pi-ai": "^2026.6.14-3",
16
+ "@earendil-works/pi-tui": "^2026.6.14-3",
17
17
  "@mistralai/mistralai": "2.2.1",
18
18
  "@silvia-odwyer/photon-node": "0.3.4",
19
19
  "@smithy/node-http-handler": "4.7.3",
@@ -486,11 +486,11 @@
486
486
  }
487
487
  },
488
488
  "node_modules/@earendil-works/pi-agent-core": {
489
- "version": "2026.6.14-2",
490
- "resolved": "https://registry.npmjs.org/@earendil-works/pi-agent-core/-/pi-agent-core-2026.6.14-2.tgz",
489
+ "version": "2026.6.14-3",
490
+ "resolved": "https://registry.npmjs.org/@earendil-works/pi-agent-core/-/pi-agent-core-2026.6.14-3.tgz",
491
491
  "license": "MIT",
492
492
  "dependencies": {
493
- "@earendil-works/pi-ai": "^2026.6.14-2",
493
+ "@earendil-works/pi-ai": "^2026.6.14-3",
494
494
  "ignore": "7.0.5",
495
495
  "typebox": "1.1.38",
496
496
  "yaml": "2.9.0"
@@ -500,8 +500,8 @@
500
500
  }
501
501
  },
502
502
  "node_modules/@earendil-works/pi-ai": {
503
- "version": "2026.6.14-2",
504
- "resolved": "https://registry.npmjs.org/@earendil-works/pi-ai/-/pi-ai-2026.6.14-2.tgz",
503
+ "version": "2026.6.14-3",
504
+ "resolved": "https://registry.npmjs.org/@earendil-works/pi-ai/-/pi-ai-2026.6.14-3.tgz",
505
505
  "license": "MIT",
506
506
  "dependencies": {
507
507
  "@anthropic-ai/sdk": "0.91.1",
@@ -527,8 +527,8 @@
527
527
  }
528
528
  },
529
529
  "node_modules/@earendil-works/pi-tui": {
530
- "version": "2026.6.14-2",
531
- "resolved": "https://registry.npmjs.org/@earendil-works/pi-tui/-/pi-tui-2026.6.14-2.tgz",
530
+ "version": "2026.6.14-3",
531
+ "resolved": "https://registry.npmjs.org/@earendil-works/pi-tui/-/pi-tui-2026.6.14-3.tgz",
532
532
  "license": "MIT",
533
533
  "dependencies": {
534
534
  "get-east-asian-width": "1.6.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-yeongyu/senpi",
3
- "version": "2026.6.14-2",
3
+ "version": "2026.6.14-3",
4
4
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "type": "module",
6
6
  "piConfig": {
@@ -40,9 +40,9 @@
40
40
  "dependencies": {
41
41
  "@anthropic-ai/sdk": "0.91.1",
42
42
  "@aws-sdk/client-bedrock-runtime": "3.1048.0",
43
- "@earendil-works/pi-agent-core": "^2026.6.14-2",
44
- "@earendil-works/pi-ai": "^2026.6.14-2",
45
- "@earendil-works/pi-tui": "^2026.6.14-2",
43
+ "@earendil-works/pi-agent-core": "^2026.6.14-3",
44
+ "@earendil-works/pi-ai": "^2026.6.14-3",
45
+ "@earendil-works/pi-tui": "^2026.6.14-3",
46
46
  "@mistralai/mistralai": "2.2.1",
47
47
  "@silvia-odwyer/photon-node": "0.3.4",
48
48
  "@smithy/node-http-handler": "4.7.3",