@code-yeongyu/senpi 2026.7.4 → 2026.7.5-2

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.
Files changed (21) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/examples/sdk/12-full-control.ts +1 -1
  3. package/node_modules/@earendil-works/pi-agent-core/package.json +2 -2
  4. package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.d.ts.map +1 -1
  5. package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.js +115 -19
  6. package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.js.map +1 -1
  7. package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts +1 -171
  8. package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts.map +1 -1
  9. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.d.ts +0 -170
  10. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.d.ts.map +1 -1
  11. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.js +3 -173
  12. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.js.map +1 -1
  13. package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.models.d.ts +1 -1
  14. package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.models.js +4 -4
  15. package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.models.js.map +1 -1
  16. package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.js +4 -4
  17. package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.js.map +1 -1
  18. package/node_modules/@earendil-works/pi-ai/package.json +1 -1
  19. package/node_modules/@earendil-works/pi-tui/package.json +1 -1
  20. package/npm-shrinkwrap.json +9 -9
  21. package/package.json +4 -4
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@earendil-works/pi-ai",
3
3
  "private": true,
4
- "version": "2026.7.4",
4
+ "version": "2026.7.5-2",
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.7.4",
4
+ "version": "2026.7.5-2",
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.7.4",
3
+ "version": "2026.7.5-2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@code-yeongyu/senpi",
9
- "version": "2026.7.4",
9
+ "version": "2026.7.5-2",
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.7.4",
15
- "@earendil-works/pi-ai": "^2026.7.4",
16
- "@earendil-works/pi-tui": "^2026.7.4",
14
+ "@earendil-works/pi-agent-core": "^2026.7.5-2",
15
+ "@earendil-works/pi-ai": "^2026.7.5-2",
16
+ "@earendil-works/pi-tui": "^2026.7.5-2",
17
17
  "@mozilla/readability": "0.6.0",
18
18
  "@mistralai/mistralai": "2.2.6",
19
19
  "@opentelemetry/api": "1.9.0",
@@ -684,11 +684,11 @@
684
684
  ]
685
685
  },
686
686
  "node_modules/@earendil-works/pi-agent-core": {
687
- "version": "2026.7.4",
687
+ "version": "2026.7.5-2",
688
688
  "inBundle": true,
689
689
  "license": "MIT",
690
690
  "dependencies": {
691
- "@earendil-works/pi-ai": "^2026.7.4",
691
+ "@earendil-works/pi-ai": "^2026.7.5-2",
692
692
  "ignore": "7.0.5",
693
693
  "typebox": "1.1.38",
694
694
  "yaml": "2.9.0"
@@ -698,7 +698,7 @@
698
698
  }
699
699
  },
700
700
  "node_modules/@earendil-works/pi-ai": {
701
- "version": "2026.7.4",
701
+ "version": "2026.7.5-2",
702
702
  "inBundle": true,
703
703
  "license": "MIT",
704
704
  "dependencies": {
@@ -726,7 +726,7 @@
726
726
  }
727
727
  },
728
728
  "node_modules/@earendil-works/pi-tui": {
729
- "version": "2026.7.4",
729
+ "version": "2026.7.5-2",
730
730
  "inBundle": true,
731
731
  "license": "MIT",
732
732
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-yeongyu/senpi",
3
- "version": "2026.7.4",
3
+ "version": "2026.7.5-2",
4
4
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "type": "module",
6
6
  "piConfig": {
@@ -43,9 +43,9 @@
43
43
  "dependencies": {
44
44
  "@anthropic-ai/sdk": "0.91.1",
45
45
  "@aws-sdk/client-bedrock-runtime": "3.1048.0",
46
- "@earendil-works/pi-agent-core": "^2026.7.4",
47
- "@earendil-works/pi-ai": "^2026.7.4",
48
- "@earendil-works/pi-tui": "^2026.7.4",
46
+ "@earendil-works/pi-agent-core": "^2026.7.5-2",
47
+ "@earendil-works/pi-ai": "^2026.7.5-2",
48
+ "@earendil-works/pi-tui": "^2026.7.5-2",
49
49
  "@mozilla/readability": "0.6.0",
50
50
  "@mistralai/mistralai": "2.2.6",
51
51
  "@opentelemetry/api": "1.9.0",