@code-yeongyu/senpi 2026.8.17 → 2026.8.18

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 (35) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/dist/core/extensions/builtin/cursor-cli-oauth/account-command.d.ts +4 -1
  3. package/dist/core/extensions/builtin/cursor-cli-oauth/account-command.d.ts.map +1 -1
  4. package/dist/core/extensions/builtin/cursor-cli-oauth/account-command.js +27 -7
  5. package/dist/core/extensions/builtin/cursor-cli-oauth/account-command.js.map +1 -1
  6. package/dist/core/extensions/builtin/cursor-cli-oauth/index.d.ts.map +1 -1
  7. package/dist/core/extensions/builtin/cursor-cli-oauth/index.js +3 -1
  8. package/dist/core/extensions/builtin/cursor-cli-oauth/index.js.map +1 -1
  9. package/dist/core/extensions/builtin/cursor-cli-oauth/oauth-login.d.ts +4 -0
  10. package/dist/core/extensions/builtin/cursor-cli-oauth/oauth-login.d.ts.map +1 -1
  11. package/dist/core/extensions/builtin/cursor-cli-oauth/oauth-login.js +33 -2
  12. package/dist/core/extensions/builtin/cursor-cli-oauth/oauth-login.js.map +1 -1
  13. package/dist/core/extensions/builtin/cursor-cli-oauth/settings.d.ts +2 -0
  14. package/dist/core/extensions/builtin/cursor-cli-oauth/settings.d.ts.map +1 -1
  15. package/dist/core/extensions/builtin/cursor-cli-oauth/settings.js +19 -9
  16. package/dist/core/extensions/builtin/cursor-cli-oauth/settings.js.map +1 -1
  17. package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
  18. package/dist/modes/interactive/interactive-mode.js +11 -5
  19. package/dist/modes/interactive/interactive-mode.js.map +1 -1
  20. package/docs/providers.md +7 -5
  21. package/node_modules/@code-yeongyu/senpi-codemode/CHANGELOG.md +12 -0
  22. package/node_modules/@code-yeongyu/senpi-codemode/package.json +4 -4
  23. package/node_modules/@earendil-works/pi-agent-core/package.json +3 -3
  24. package/node_modules/@earendil-works/pi-ai/dist/providers/data/.manifest.json +1 -1
  25. package/node_modules/@earendil-works/pi-ai/dist/providers/data/baseten.json +1 -1
  26. package/node_modules/@earendil-works/pi-ai/dist/providers/data/cloudflare-workers-ai.json +1 -1
  27. package/node_modules/@earendil-works/pi-ai/dist/providers/data/huggingface.json +1 -1
  28. package/node_modules/@earendil-works/pi-ai/dist/providers/data/openrouter.json +1 -1
  29. package/node_modules/@earendil-works/pi-ai/dist/providers/data/vercel-ai-gateway.json +1 -1
  30. package/node_modules/@earendil-works/pi-ai/dist/providers/data/xai.json +1 -1
  31. package/node_modules/@earendil-works/pi-ai/package.json +2 -2
  32. package/node_modules/@earendil-works/pi-pty/package.json +1 -1
  33. package/node_modules/@earendil-works/pi-telemetry/package.json +1 -1
  34. package/node_modules/@earendil-works/pi-tui/package.json +1 -1
  35. package/package.json +7 -7
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@earendil-works/pi-ai",
3
3
  "private": true,
4
- "version": "2026.8.17",
4
+ "version": "2026.8.18",
5
5
  "description": "Unified LLM API with automatic model discovery and provider configuration",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
@@ -74,7 +74,7 @@
74
74
  "@anthropic-ai/sdk": "0.91.1",
75
75
  "@aws-sdk/client-bedrock-runtime": "3.1095.0",
76
76
  "@bufbuild/protobuf": "2.13.0",
77
- "@earendil-works/pi-telemetry": "npm:@code-yeongyu/senpi-telemetry@2026.8.17",
77
+ "@earendil-works/pi-telemetry": "npm:@code-yeongyu/senpi-telemetry@2026.8.18",
78
78
  "@google/genai": "2.13.0",
79
79
  "@mistralai/mistralai": "2.5.0",
80
80
  "@opentelemetry/api": "1.9.1",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@earendil-works/pi-pty",
3
3
  "private": true,
4
- "version": "2026.8.17",
4
+ "version": "2026.8.18",
5
5
  "description": "Typed PTY session loader for Senpi persistent terminals",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@earendil-works/pi-telemetry",
3
- "version": "2026.8.17",
3
+ "version": "2026.8.18",
4
4
  "private": true,
5
5
  "description": "Vendor-neutral telemetry contracts and typed schema utilities for pi",
6
6
  "type": "module",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@earendil-works/pi-tui",
3
3
  "private": true,
4
- "version": "2026.8.17",
4
+ "version": "2026.8.18",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-yeongyu/senpi",
3
- "version": "2026.8.17",
3
+ "version": "2026.8.18",
4
4
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "type": "module",
6
6
  "piConfig": {
@@ -50,11 +50,11 @@
50
50
  "@anthropic-ai/sdk": "0.91.1",
51
51
  "@aws-sdk/client-bedrock-runtime": "3.1095.0",
52
52
  "@bufbuild/protobuf": "2.13.0",
53
- "@code-yeongyu/senpi-codemode": "2026.8.17",
54
- "@earendil-works/pi-agent-core": "npm:@code-yeongyu/senpi-agent-core@2026.8.17",
55
- "@earendil-works/pi-ai": "npm:@code-yeongyu/senpi-ai@2026.8.17",
56
- "@earendil-works/pi-pty": "npm:@code-yeongyu/senpi-pty@2026.8.17",
57
- "@earendil-works/pi-tui": "npm:@code-yeongyu/senpi-tui@2026.8.17",
53
+ "@code-yeongyu/senpi-codemode": "2026.8.18",
54
+ "@earendil-works/pi-agent-core": "npm:@code-yeongyu/senpi-agent-core@2026.8.18",
55
+ "@earendil-works/pi-ai": "npm:@code-yeongyu/senpi-ai@2026.8.18",
56
+ "@earendil-works/pi-pty": "npm:@code-yeongyu/senpi-pty@2026.8.18",
57
+ "@earendil-works/pi-tui": "npm:@code-yeongyu/senpi-tui@2026.8.18",
58
58
  "@mistralai/mistralai": "2.5.0",
59
59
  "@modelcontextprotocol/sdk": "1.30.0",
60
60
  "@mozilla/readability": "0.6.0",
@@ -120,7 +120,7 @@
120
120
  "@csstools/css-parser-algorithms": "4.0.0",
121
121
  "@csstools/css-syntax-patches-for-csstree": "1.1.5",
122
122
  "@csstools/css-tokenizer": "4.0.0",
123
- "@earendil-works/pi-telemetry": "npm:@code-yeongyu/senpi-telemetry@2026.8.17",
123
+ "@earendil-works/pi-telemetry": "npm:@code-yeongyu/senpi-telemetry@2026.8.18",
124
124
  "@exodus/bytes": "1.15.1",
125
125
  "@hono/node-server": "2.0.10",
126
126
  "@mixmark-io/domino": "2.2.0",