@code-yeongyu/senpi 2026.8.23 → 2026.8.24

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 (165) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/core/agent-abort-provenance.d.ts +5 -5
  3. package/dist/core/agent-abort-provenance.d.ts.map +1 -1
  4. package/dist/core/agent-abort-provenance.js +3 -0
  5. package/dist/core/agent-abort-provenance.js.map +1 -1
  6. package/dist/core/agent-session.d.ts +3 -0
  7. package/dist/core/agent-session.d.ts.map +1 -1
  8. package/dist/core/agent-session.js +4 -0
  9. package/dist/core/agent-session.js.map +1 -1
  10. package/dist/core/extensions/builtin/goal/agent-end-continuation.d.ts.map +1 -1
  11. package/dist/core/extensions/builtin/goal/agent-end-continuation.js +10 -0
  12. package/dist/core/extensions/builtin/goal/agent-end-continuation.js.map +1 -1
  13. package/dist/core/extensions/builtin/goal/continuation.d.ts +1 -1
  14. package/dist/core/extensions/builtin/goal/continuation.d.ts.map +1 -1
  15. package/dist/core/extensions/builtin/goal/continuation.js +1 -1
  16. package/dist/core/extensions/builtin/goal/continuation.js.map +1 -1
  17. package/dist/core/extensions/builtin/goal/index.d.ts.map +1 -1
  18. package/dist/core/extensions/builtin/goal/index.js +0 -8
  19. package/dist/core/extensions/builtin/goal/index.js.map +1 -1
  20. package/dist/core/extensions/builtin/goal/monitor-continuation-types.d.ts +1 -0
  21. package/dist/core/extensions/builtin/goal/monitor-continuation-types.d.ts.map +1 -1
  22. package/dist/core/extensions/builtin/goal/monitor-continuation-types.js.map +1 -1
  23. package/dist/core/extensions/builtin/goal/monitor-continuation.d.ts +2 -1
  24. package/dist/core/extensions/builtin/goal/monitor-continuation.d.ts.map +1 -1
  25. package/dist/core/extensions/builtin/goal/monitor-continuation.js +31 -3
  26. package/dist/core/extensions/builtin/goal/monitor-continuation.js.map +1 -1
  27. package/dist/core/extensions/builtin/goal/wait-ticker.d.ts.map +1 -1
  28. package/dist/core/extensions/builtin/goal/wait-ticker.js +14 -9
  29. package/dist/core/extensions/builtin/goal/wait-ticker.js.map +1 -1
  30. package/dist/core/extensions/builtin/webfetch/webfetch/fetcher.d.ts.map +1 -1
  31. package/dist/core/extensions/builtin/webfetch/webfetch/fetcher.js +5 -23
  32. package/dist/core/extensions/builtin/webfetch/webfetch/fetcher.js.map +1 -1
  33. package/dist/core/extensions/builtin/webfetch/webfetch/response-body.d.ts +11 -0
  34. package/dist/core/extensions/builtin/webfetch/webfetch/response-body.d.ts.map +1 -0
  35. package/dist/core/extensions/builtin/webfetch/webfetch/response-body.js +54 -0
  36. package/dist/core/extensions/builtin/webfetch/webfetch/response-body.js.map +1 -0
  37. package/dist/core/tools/read.d.ts.map +1 -1
  38. package/dist/core/tools/read.js +5 -0
  39. package/dist/core/tools/read.js.map +1 -1
  40. package/dist/modes/interactive/aborted-error-label.d.ts +2 -1
  41. package/dist/modes/interactive/aborted-error-label.d.ts.map +1 -1
  42. package/dist/modes/interactive/aborted-error-label.js +20 -5
  43. package/dist/modes/interactive/aborted-error-label.js.map +1 -1
  44. package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
  45. package/dist/modes/interactive/interactive-mode.js +11 -3
  46. package/dist/modes/interactive/interactive-mode.js.map +1 -1
  47. package/dist/modes/interactive/streaming-reveal.d.ts +8 -0
  48. package/dist/modes/interactive/streaming-reveal.d.ts.map +1 -1
  49. package/dist/modes/interactive/streaming-reveal.js +12 -0
  50. package/dist/modes/interactive/streaming-reveal.js.map +1 -1
  51. package/docs/AGENTS.md +3 -1
  52. package/examples/AGENTS.md +21 -6
  53. package/examples/extensions/AGENTS.md +50 -0
  54. package/node_modules/@anthropic-ai/claude-agent-sdk/bridge.mjs +90 -88
  55. package/node_modules/@anthropic-ai/claude-agent-sdk/browser-sdk.js +40 -40
  56. package/node_modules/@anthropic-ai/claude-agent-sdk/manifest.json +20 -21
  57. package/node_modules/@anthropic-ai/claude-agent-sdk/manifest.zst.json +24 -25
  58. package/node_modules/@anthropic-ai/claude-agent-sdk/package.json +2 -2
  59. package/node_modules/@anthropic-ai/claude-agent-sdk/sdk-tools.d.ts +102 -5
  60. package/node_modules/@anthropic-ai/claude-agent-sdk/sdk.d.ts +31 -15
  61. package/node_modules/@anthropic-ai/claude-agent-sdk/sdk.mjs +80 -78
  62. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/index.js +1 -1
  63. package/node_modules/@aws-sdk/client-bedrock-runtime/package.json +13 -13
  64. package/node_modules/@aws-sdk/core/package.json +5 -5
  65. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  66. package/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
  67. package/node_modules/@aws-sdk/credential-provider-ini/package.json +12 -12
  68. package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -6
  69. package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
  70. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
  71. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
  72. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  73. package/node_modules/@aws-sdk/eventstream-handler-node/package.json +4 -4
  74. package/node_modules/@aws-sdk/middleware-eventstream/package.json +4 -4
  75. package/node_modules/@aws-sdk/middleware-websocket/package.json +6 -6
  76. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
  77. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
  78. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
  79. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
  80. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
  81. package/node_modules/@aws-sdk/nested-clients/package.json +8 -8
  82. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +3 -3
  83. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  84. package/node_modules/@aws-sdk/types/package.json +2 -2
  85. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  86. package/node_modules/@code-yeongyu/senpi-codemode/CHANGELOG.md +14 -0
  87. package/node_modules/@code-yeongyu/senpi-codemode/package.json +5 -5
  88. package/node_modules/@code-yeongyu/senpi-codemode/src/kernels/AGENTS.md +40 -0
  89. package/node_modules/@code-yeongyu/senpi-codemode/src/tool/AGENTS.md +40 -0
  90. package/node_modules/@code-yeongyu/senpi-codemode/src/tool/detached-cell-manager.ts +1 -1
  91. package/node_modules/@code-yeongyu/senpi-codemode/src/tool/detached-cell-notification.ts +3 -8
  92. package/node_modules/@code-yeongyu/senpi-codemode/src/tool/detached-notification-queue.ts +2 -6
  93. package/node_modules/@earendil-works/pi-agent-core/package.json +4 -4
  94. package/node_modules/@earendil-works/pi-ai/dist/providers/data/.manifest.json +1 -1
  95. package/node_modules/@earendil-works/pi-ai/dist/providers/data/opencode-go.json +1 -1
  96. package/node_modules/@earendil-works/pi-ai/dist/providers/data/opengateway.json +1 -1
  97. package/node_modules/@earendil-works/pi-ai/dist/providers/data/openrouter.json +1 -1
  98. package/node_modules/@earendil-works/pi-ai/package.json +4 -4
  99. package/node_modules/@earendil-works/pi-pty/package.json +1 -1
  100. package/node_modules/@earendil-works/pi-telemetry/package.json +1 -1
  101. package/node_modules/@earendil-works/pi-tui/dist/terminal.d.ts.map +1 -1
  102. package/node_modules/@earendil-works/pi-tui/dist/terminal.js +7 -4
  103. package/node_modules/@earendil-works/pi-tui/dist/terminal.js.map +1 -1
  104. package/node_modules/@earendil-works/pi-tui/package.json +1 -1
  105. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +19 -7
  106. package/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +4 -1
  107. package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +4 -1
  108. package/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +4 -1
  109. package/node_modules/@smithy/signature-v4/dist-es/headerUtil.js +10 -3
  110. package/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +4 -1
  111. package/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +4 -1
  112. package/node_modules/@smithy/signature-v4/package.json +2 -2
  113. package/node_modules/typebox/build/format/email.mjs +1 -1
  114. package/node_modules/typebox/build/format/idna/idn-hostname.mjs +19 -1
  115. package/node_modules/typebox/build/format/json_pointer.d.mts +2 -2
  116. package/node_modules/typebox/build/format/json_pointer.mjs +2 -2
  117. package/node_modules/typebox/build/format/json_pointer_uri_fragment.d.mts +2 -2
  118. package/node_modules/typebox/build/format/json_pointer_uri_fragment.mjs +2 -2
  119. package/node_modules/typebox/build/format/relative_json_pointer.d.mts +2 -2
  120. package/node_modules/typebox/build/format/relative_json_pointer.mjs +2 -2
  121. package/node_modules/typebox/build/system/memory/assign.mjs +2 -1
  122. package/node_modules/typebox/build/system/memory/create.mjs +3 -4
  123. package/node_modules/typebox/build/system/memory/discard.mjs +2 -2
  124. package/node_modules/typebox/build/system/memory/freeze.d.mts +4 -0
  125. package/node_modules/typebox/build/system/memory/freeze.mjs +6 -0
  126. package/node_modules/typebox/build/system/memory/update.mjs +3 -2
  127. package/node_modules/typebox/package.json +1 -1
  128. package/package.json +36 -36
  129. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/LICENSE +0 -201
  130. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/README.md +0 -62
  131. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +0 -154
  132. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/constants.js +0 -2
  133. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +0 -16
  134. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +0 -80
  135. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +0 -8
  136. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +0 -11
  137. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +0 -10
  138. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/index.js +0 -4
  139. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +0 -5
  140. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +0 -7
  141. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +0 -7
  142. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +0 -8
  143. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +0 -8
  144. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +0 -18
  145. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +0 -12
  146. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +0 -9
  147. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +0 -8
  148. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +0 -7
  149. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +0 -7
  150. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +0 -18
  151. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +0 -3
  152. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +0 -8
  153. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +0 -10
  154. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +0 -5
  155. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +0 -9
  156. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +0 -7
  157. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +0 -7
  158. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +0 -3
  159. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +0 -2
  160. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +0 -1
  161. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +0 -2
  162. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +0 -5
  163. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +0 -4
  164. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +0 -5
  165. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +0 -69
@@ -90,7 +90,7 @@ const commonParams = {
90
90
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
91
91
  };
92
92
 
93
- var version = "3.1114.0";
93
+ var version = "3.1115.0";
94
94
  var packageInfo = {
95
95
  version: version};
96
96
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-bedrock-runtime",
3
- "version": "3.1115.0",
3
+ "version": "3.1116.0",
4
4
  "description": "AWS SDK for JavaScript Bedrock Runtime Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-bedrock-runtime",
6
6
  "license": "Apache-2.0",
@@ -54,21 +54,21 @@
54
54
  "test:index": "tsc -p tsconfig.test.json && node ./test/index-objects.spec.mjs"
55
55
  },
56
56
  "dependencies": {
57
- "@aws-sdk/core": "^3.977.8",
58
- "@aws-sdk/credential-provider-node": "^3.972.80",
59
- "@aws-sdk/eventstream-handler-node": "^3.972.33",
60
- "@aws-sdk/middleware-eventstream": "^3.972.28",
61
- "@aws-sdk/middleware-websocket": "^3.972.51",
62
- "@aws-sdk/token-providers": "3.1115.0",
63
- "@aws-sdk/types": "^3.974.4",
64
- "@smithy/core": "^3.31.1",
65
- "@smithy/fetch-http-handler": "^5.6.13",
66
- "@smithy/node-http-handler": "^4.9.13",
67
- "@smithy/types": "^4.16.1",
57
+ "@aws-sdk/core": "^3.977.9",
58
+ "@aws-sdk/credential-provider-node": "^3.972.81",
59
+ "@aws-sdk/eventstream-handler-node": "^3.972.34",
60
+ "@aws-sdk/middleware-eventstream": "^3.972.29",
61
+ "@aws-sdk/middleware-websocket": "^3.972.52",
62
+ "@aws-sdk/token-providers": "3.1116.0",
63
+ "@aws-sdk/types": "^3.974.5",
64
+ "@smithy/core": "^3.33.3",
65
+ "@smithy/fetch-http-handler": "^5.7.2",
66
+ "@smithy/node-http-handler": "^4.11.3",
67
+ "@smithy/types": "^4.17.2",
68
68
  "tslib": "^2.6.2"
69
69
  },
70
70
  "devDependencies": {
71
- "@smithy/snapshot-testing": "^2.2.16",
71
+ "@smithy/snapshot-testing": "^2.3.2",
72
72
  "@tsconfig/node20": "20.1.8",
73
73
  "@types/node": "^20.14.8",
74
74
  "concurrently": "7.0.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.977.8",
3
+ "version": "3.977.9",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/core",
6
6
  "license": "Apache-2.0",
@@ -124,12 +124,12 @@
124
124
  "test:temp:retry": "SMITHY_NEW_RETRIES_2026=true node ./integ/retry.integ.spec && AWS_NEW_RETRIES_2026=true node ./integ/retry.integ.spec && node ./integ/retry.integ.spec"
125
125
  },
126
126
  "dependencies": {
127
- "@aws-sdk/types": "^3.974.4",
128
- "@aws-sdk/xml-builder": "^3.972.39",
127
+ "@aws-sdk/types": "^3.974.5",
128
+ "@aws-sdk/xml-builder": "^3.972.40",
129
129
  "@aws/lambda-invoke-store": "^0.3.0",
130
- "@smithy/core": "^3.31.1",
130
+ "@smithy/core": "^3.33.3",
131
131
  "@smithy/signature-v4": "^5.6.12",
132
- "@smithy/types": "^4.16.1",
132
+ "@smithy/types": "^4.17.2",
133
133
  "bowser": "^2.11.0",
134
134
  "tslib": "^2.6.2"
135
135
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.972.69",
3
+ "version": "3.972.70",
4
4
  "description": "AWS credential provider that sources credentials from known environment variables",
5
5
  "keywords": [
6
6
  "aws",
@@ -43,10 +43,10 @@
43
43
  "test:watch": "yarn g:vitest watch"
44
44
  },
45
45
  "dependencies": {
46
- "@aws-sdk/core": "^3.977.8",
47
- "@aws-sdk/types": "^3.974.4",
48
- "@smithy/core": "^3.31.1",
49
- "@smithy/types": "^4.16.1",
46
+ "@aws-sdk/core": "^3.977.9",
47
+ "@aws-sdk/types": "^3.974.5",
48
+ "@smithy/core": "^3.33.3",
49
+ "@smithy/types": "^4.17.2",
50
50
  "tslib": "^2.6.2"
51
51
  },
52
52
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.972.71",
3
+ "version": "3.972.72",
4
4
  "description": "AWS credential provider for containers and HTTP sources",
5
5
  "keywords": [
6
6
  "aws",
@@ -53,12 +53,12 @@
53
53
  "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
54
54
  },
55
55
  "dependencies": {
56
- "@aws-sdk/core": "^3.977.8",
57
- "@aws-sdk/types": "^3.974.4",
58
- "@smithy/core": "^3.31.1",
59
- "@smithy/fetch-http-handler": "^5.6.13",
60
- "@smithy/node-http-handler": "^4.9.13",
61
- "@smithy/types": "^4.16.1",
56
+ "@aws-sdk/core": "^3.977.9",
57
+ "@aws-sdk/types": "^3.974.5",
58
+ "@smithy/core": "^3.33.3",
59
+ "@smithy/fetch-http-handler": "^5.7.2",
60
+ "@smithy/node-http-handler": "^4.11.3",
61
+ "@smithy/types": "^4.17.2",
62
62
  "tslib": "^2.6.2"
63
63
  },
64
64
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.973.14",
3
+ "version": "3.973.15",
4
4
  "description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
5
5
  "keywords": [
6
6
  "aws",
@@ -45,18 +45,18 @@
45
45
  "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
46
46
  },
47
47
  "dependencies": {
48
- "@aws-sdk/core": "^3.977.8",
49
- "@aws-sdk/credential-provider-env": "^3.972.69",
50
- "@aws-sdk/credential-provider-http": "^3.972.71",
51
- "@aws-sdk/credential-provider-login": "^3.972.76",
52
- "@aws-sdk/credential-provider-process": "^3.972.69",
53
- "@aws-sdk/credential-provider-sso": "^3.973.13",
54
- "@aws-sdk/credential-provider-web-identity": "^3.972.75",
55
- "@aws-sdk/nested-clients": "^3.997.43",
56
- "@aws-sdk/types": "^3.974.4",
57
- "@smithy/core": "^3.31.1",
48
+ "@aws-sdk/core": "^3.977.9",
49
+ "@aws-sdk/credential-provider-env": "^3.972.70",
50
+ "@aws-sdk/credential-provider-http": "^3.972.72",
51
+ "@aws-sdk/credential-provider-login": "^3.972.77",
52
+ "@aws-sdk/credential-provider-process": "^3.972.70",
53
+ "@aws-sdk/credential-provider-sso": "^3.973.14",
54
+ "@aws-sdk/credential-provider-web-identity": "^3.972.76",
55
+ "@aws-sdk/nested-clients": "^3.997.44",
56
+ "@aws-sdk/types": "^3.974.5",
57
+ "@smithy/core": "^3.33.3",
58
58
  "@smithy/credential-provider-imds": "^4.4.16",
59
- "@smithy/types": "^4.16.1",
59
+ "@smithy/types": "^4.17.2",
60
60
  "tslib": "^2.6.2"
61
61
  },
62
62
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-login",
3
- "version": "3.972.76",
3
+ "version": "3.972.77",
4
4
  "description": "AWS credential provider that sources credentials from aws login cached tokens",
5
5
  "keywords": [
6
6
  "aws",
@@ -45,11 +45,11 @@
45
45
  "test:watch": "yarn g:vitest watch"
46
46
  },
47
47
  "dependencies": {
48
- "@aws-sdk/core": "^3.977.8",
49
- "@aws-sdk/nested-clients": "^3.997.43",
50
- "@aws-sdk/types": "^3.974.4",
51
- "@smithy/core": "^3.31.1",
52
- "@smithy/types": "^4.16.1",
48
+ "@aws-sdk/core": "^3.977.9",
49
+ "@aws-sdk/nested-clients": "^3.997.44",
50
+ "@aws-sdk/types": "^3.974.5",
51
+ "@smithy/core": "^3.33.3",
52
+ "@smithy/types": "^4.17.2",
53
53
  "tslib": "^2.6.2"
54
54
  },
55
55
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.972.80",
3
+ "version": "3.972.81",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "keywords": [
6
6
  "aws",
@@ -45,16 +45,16 @@
45
45
  "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
46
46
  },
47
47
  "dependencies": {
48
- "@aws-sdk/credential-provider-env": "^3.972.69",
49
- "@aws-sdk/credential-provider-http": "^3.972.71",
50
- "@aws-sdk/credential-provider-ini": "^3.973.14",
51
- "@aws-sdk/credential-provider-process": "^3.972.69",
52
- "@aws-sdk/credential-provider-sso": "^3.973.13",
53
- "@aws-sdk/credential-provider-web-identity": "^3.972.75",
54
- "@aws-sdk/types": "^3.974.4",
55
- "@smithy/core": "^3.31.1",
48
+ "@aws-sdk/credential-provider-env": "^3.972.70",
49
+ "@aws-sdk/credential-provider-http": "^3.972.72",
50
+ "@aws-sdk/credential-provider-ini": "^3.973.15",
51
+ "@aws-sdk/credential-provider-process": "^3.972.70",
52
+ "@aws-sdk/credential-provider-sso": "^3.973.14",
53
+ "@aws-sdk/credential-provider-web-identity": "^3.972.76",
54
+ "@aws-sdk/types": "^3.974.5",
55
+ "@smithy/core": "^3.33.3",
56
56
  "@smithy/credential-provider-imds": "^4.4.16",
57
- "@smithy/types": "^4.16.1",
57
+ "@smithy/types": "^4.17.2",
58
58
  "tslib": "^2.6.2"
59
59
  },
60
60
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.972.69",
3
+ "version": "3.972.70",
4
4
  "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
5
5
  "keywords": [
6
6
  "aws",
@@ -43,10 +43,10 @@
43
43
  "test:watch": "yarn g:vitest watch"
44
44
  },
45
45
  "dependencies": {
46
- "@aws-sdk/core": "^3.977.8",
47
- "@aws-sdk/types": "^3.974.4",
48
- "@smithy/core": "^3.31.1",
49
- "@smithy/types": "^4.16.1",
46
+ "@aws-sdk/core": "^3.977.9",
47
+ "@aws-sdk/types": "^3.974.5",
48
+ "@smithy/core": "^3.33.3",
49
+ "@smithy/types": "^4.17.2",
50
50
  "tslib": "^2.6.2"
51
51
  },
52
52
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.973.13",
3
+ "version": "3.973.14",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "keywords": [
6
6
  "aws",
@@ -45,12 +45,12 @@
45
45
  "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
46
46
  },
47
47
  "dependencies": {
48
- "@aws-sdk/core": "^3.977.8",
49
- "@aws-sdk/nested-clients": "^3.997.43",
50
- "@aws-sdk/token-providers": "3.1111.0",
51
- "@aws-sdk/types": "^3.974.4",
52
- "@smithy/core": "^3.31.1",
53
- "@smithy/types": "^4.16.1",
48
+ "@aws-sdk/core": "^3.977.9",
49
+ "@aws-sdk/nested-clients": "^3.997.44",
50
+ "@aws-sdk/token-providers": "3.1116.0",
51
+ "@aws-sdk/types": "^3.974.5",
52
+ "@smithy/core": "^3.33.3",
53
+ "@smithy/types": "^4.17.2",
54
54
  "tslib": "^2.6.2"
55
55
  },
56
56
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.972.75",
3
+ "version": "3.972.76",
4
4
  "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
5
5
  "keywords": [
6
6
  "aws",
@@ -50,11 +50,11 @@
50
50
  "test:watch": "yarn g:vitest watch"
51
51
  },
52
52
  "dependencies": {
53
- "@aws-sdk/core": "^3.977.8",
54
- "@aws-sdk/nested-clients": "^3.997.43",
55
- "@aws-sdk/types": "^3.974.4",
56
- "@smithy/core": "^3.31.1",
57
- "@smithy/types": "^4.16.1",
53
+ "@aws-sdk/core": "^3.977.9",
54
+ "@aws-sdk/nested-clients": "^3.997.44",
55
+ "@aws-sdk/types": "^3.974.5",
56
+ "@smithy/core": "^3.33.3",
57
+ "@smithy/types": "^4.17.2",
58
58
  "tslib": "^2.6.2"
59
59
  },
60
60
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/eventstream-handler-node",
3
- "version": "3.972.33",
3
+ "version": "3.972.34",
4
4
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/eventstream-handler-node",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -38,9 +38,9 @@
38
38
  "test:watch": "yarn g:vitest watch"
39
39
  },
40
40
  "dependencies": {
41
- "@aws-sdk/types": "^3.974.4",
42
- "@smithy/core": "^3.31.1",
43
- "@smithy/types": "^4.16.1",
41
+ "@aws-sdk/types": "^3.974.5",
42
+ "@smithy/core": "^3.33.3",
43
+ "@smithy/types": "^4.17.2",
44
44
  "tslib": "^2.6.2"
45
45
  },
46
46
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-eventstream",
3
- "version": "3.972.28",
3
+ "version": "3.972.29",
4
4
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/middleware-eventstream",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -39,9 +39,9 @@
39
39
  "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
40
40
  },
41
41
  "dependencies": {
42
- "@aws-sdk/types": "^3.974.4",
43
- "@smithy/core": "^3.31.1",
44
- "@smithy/types": "^4.16.1",
42
+ "@aws-sdk/types": "^3.974.5",
43
+ "@smithy/core": "^3.33.3",
44
+ "@smithy/types": "^4.17.2",
45
45
  "tslib": "^2.6.2"
46
46
  },
47
47
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-websocket",
3
- "version": "3.972.51",
3
+ "version": "3.972.52",
4
4
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/middleware-websocket",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -40,12 +40,12 @@
40
40
  "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
41
41
  },
42
42
  "dependencies": {
43
- "@aws-sdk/core": "^3.977.8",
44
- "@aws-sdk/types": "^3.974.4",
45
- "@smithy/core": "^3.31.1",
46
- "@smithy/fetch-http-handler": "^5.6.13",
43
+ "@aws-sdk/core": "^3.977.9",
44
+ "@aws-sdk/types": "^3.974.5",
45
+ "@smithy/core": "^3.33.3",
46
+ "@smithy/fetch-http-handler": "^5.7.2",
47
47
  "@smithy/signature-v4": "^5.6.12",
48
- "@smithy/types": "^4.16.1",
48
+ "@smithy/types": "^4.17.2",
49
49
  "tslib": "^2.6.2"
50
50
  },
51
51
  "devDependencies": {
@@ -83,7 +83,7 @@ const commonParams = {
83
83
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
84
84
  };
85
85
 
86
- var version = "3.997.42";
86
+ var version = "3.997.43";
87
87
  var packageInfo = {
88
88
  version: version};
89
89
 
@@ -78,7 +78,7 @@ const commonParams = {
78
78
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
79
79
  };
80
80
 
81
- var version = "3.997.42";
81
+ var version = "3.997.43";
82
82
  var packageInfo = {
83
83
  version: version};
84
84
 
@@ -78,7 +78,7 @@ const commonParams = {
78
78
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
79
79
  };
80
80
 
81
- var version = "3.997.42";
81
+ var version = "3.997.43";
82
82
  var packageInfo = {
83
83
  version: version};
84
84
 
@@ -78,7 +78,7 @@ const commonParams = {
78
78
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
79
79
  };
80
80
 
81
- var version = "3.997.42";
81
+ var version = "3.997.43";
82
82
  var packageInfo = {
83
83
  version: version};
84
84
 
@@ -258,7 +258,7 @@ const commonParams = {
258
258
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
259
259
  };
260
260
 
261
- var version = "3.997.42";
261
+ var version = "3.997.43";
262
262
  var packageInfo = {
263
263
  version: version};
264
264
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.997.43",
3
+ "version": "3.997.44",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/nested-clients",
6
6
  "license": "Apache-2.0",
@@ -100,13 +100,13 @@
100
100
  "test:watch": "yarn g:vitest watch"
101
101
  },
102
102
  "dependencies": {
103
- "@aws-sdk/core": "^3.977.8",
104
- "@aws-sdk/signature-v4-multi-region": "^3.996.45",
105
- "@aws-sdk/types": "^3.974.4",
106
- "@smithy/core": "^3.31.1",
107
- "@smithy/fetch-http-handler": "^5.6.13",
108
- "@smithy/node-http-handler": "^4.9.13",
109
- "@smithy/types": "^4.16.1",
103
+ "@aws-sdk/core": "^3.977.9",
104
+ "@aws-sdk/signature-v4-multi-region": "^3.996.46",
105
+ "@aws-sdk/types": "^3.974.5",
106
+ "@smithy/core": "^3.33.3",
107
+ "@smithy/fetch-http-handler": "^5.7.2",
108
+ "@smithy/node-http-handler": "^4.11.3",
109
+ "@smithy/types": "^4.17.2",
110
110
  "tslib": "^2.6.2"
111
111
  },
112
112
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/signature-v4-multi-region",
3
- "version": "3.996.45",
3
+ "version": "3.996.46",
4
4
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/signature-v4-multi-region",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -42,9 +42,9 @@
42
42
  "test:browser": "yarn build:browser && yarn g:vitest run -c vitest.config.browser.mts"
43
43
  },
44
44
  "dependencies": {
45
- "@aws-sdk/types": "^3.974.4",
45
+ "@aws-sdk/types": "^3.974.5",
46
46
  "@smithy/signature-v4": "^5.6.12",
47
- "@smithy/types": "^4.16.1",
47
+ "@smithy/types": "^4.17.2",
48
48
  "tslib": "^2.6.2"
49
49
  },
50
50
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.1115.0",
3
+ "version": "3.1116.0",
4
4
  "description": "A collection of token providers",
5
5
  "keywords": [
6
6
  "aws",
@@ -48,11 +48,11 @@
48
48
  "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
49
49
  },
50
50
  "dependencies": {
51
- "@aws-sdk/core": "^3.977.8",
52
- "@aws-sdk/nested-clients": "^3.997.43",
53
- "@aws-sdk/types": "^3.974.4",
54
- "@smithy/core": "^3.31.1",
55
- "@smithy/types": "^4.16.1",
51
+ "@aws-sdk/core": "^3.977.9",
52
+ "@aws-sdk/nested-clients": "^3.997.44",
53
+ "@aws-sdk/types": "^3.974.5",
54
+ "@smithy/core": "^3.33.3",
55
+ "@smithy/types": "^4.17.2",
56
56
  "tslib": "^2.6.2"
57
57
  },
58
58
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.974.4",
3
+ "version": "3.974.5",
4
4
  "description": "Types for the AWS SDK",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/types",
6
6
  "license": "Apache-2.0",
@@ -41,7 +41,7 @@
41
41
  "test": "tsc -p tsconfig.test.json"
42
42
  },
43
43
  "dependencies": {
44
- "@smithy/types": "^4.16.1",
44
+ "@smithy/types": "^4.17.2",
45
45
  "tslib": "^2.6.2"
46
46
  },
47
47
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/xml-builder",
3
- "version": "3.972.39",
3
+ "version": "3.972.40",
4
4
  "description": "XML utilities for the AWS SDK",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/xml-builder",
6
6
  "license": "Apache-2.0",
@@ -47,7 +47,7 @@
47
47
  "test:fuzz": "jazzer tests/xml-parser.fuzz.js corpus --sync -i xml-parser -- -max_total_time=300"
48
48
  },
49
49
  "dependencies": {
50
- "@smithy/types": "^4.16.1",
50
+ "@smithy/types": "^4.17.2",
51
51
  "tslib": "^2.6.2"
52
52
  },
53
53
  "devDependencies": {
@@ -12,6 +12,20 @@
12
12
 
13
13
  ### Removed
14
14
 
15
+ ## [2026.8.24] - 2026-08-24
16
+
17
+ ### Breaking Changes
18
+
19
+ ### Added
20
+
21
+ ### Changed
22
+
23
+ ### Fixed
24
+
25
+ - Detached eval cell overflow notices now point at the absolute spill file path (`…/local/detached-eval-<id>.log`) instead of a `local://detached-eval-<id>.log` URI. `local://` is resolved only by the in-cell kernel helpers, not by the agent `read` tool, so following the old notice failed with `ENOENT …/local:/detached-eval-<id>.log`. This restores the documented contract that spill notices carry plain absolute paths.
26
+
27
+ ### Removed
28
+
15
29
  ## [2026.8.23] - 2026-08-23
16
30
 
17
31
  ### Breaking Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-yeongyu/senpi-codemode",
3
- "version": "2026.8.23",
3
+ "version": "2026.8.24",
4
4
  "private": true,
5
5
  "description": "Source-only senpi extension package for codemode evaluation tools",
6
6
  "type": "module",
@@ -31,14 +31,14 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@babel/parser": "8.0.4",
34
- "@earendil-works/pi-ai": "npm:@code-yeongyu/senpi-ai@2026.8.23",
35
- "typebox": "1.3.16"
34
+ "@earendil-works/pi-ai": "npm:@code-yeongyu/senpi-ai@2026.8.24",
35
+ "typebox": "1.3.18"
36
36
  },
37
37
  "peerDependencies": {
38
- "@code-yeongyu/senpi": "2026.8.23"
38
+ "@code-yeongyu/senpi": "2026.8.24"
39
39
  },
40
40
  "devDependencies": {
41
- "@code-yeongyu/senpi": "2026.8.23"
41
+ "@code-yeongyu/senpi": "2026.8.24"
42
42
  },
43
43
  "keywords": [
44
44
  "senpi",
@@ -0,0 +1,40 @@
1
+ # src/kernels
2
+
3
+ Persistent kernels for four runtimes plus shared subprocess lifecycle. Earned
4
+ by score 13 — distinct multi-runtime domain (31 files, TS hosts plus embedded
5
+ runner/prelude assets).
6
+
7
+ ## WHERE TO LOOK
8
+
9
+ | Task | Path |
10
+ | --- | --- |
11
+ | JavaScript host API | `js/context-manager.ts` (`JavaScriptKernel`), `js/worker-host.ts` |
12
+ | JS worker runtime, entries | `js/worker-runtime.js`, `js/worker-entry.js`, `js/inline-worker-entry.js`, `js/inline-worker.ts`, `js/worker-core.js` (+ `worker-core.d.ts`) |
13
+ | JS import rewriting, queueing | `js/rewrite-imports.ts`, `js/run-queue.ts`, `js/prelude.ts`, `js/local-module-loader.ts` |
14
+ | Python kernel | `py/kernel.ts`, `py/transport.ts`, `py/process.ts`, `py/prelude.py` |
15
+ | Ruby kernel | `rb/kernel.ts` + `rb/prelude.rb`, `rb/runner.rb` |
16
+ | Julia kernel | `jl/kernel.ts` + `jl/prelude.jl`, `jl/runner.jl` |
17
+ | Shared subprocess layer | `shared/subprocess-kernel.ts`, `subprocess-{contract,process,queue,run}.ts`, `runtime-asset.ts` |
18
+
19
+ ## CONVENTIONS
20
+
21
+ - Each language dir pairs a typed TS host/controller with an embedded runner or
22
+ prelude asset; `shared/runtime-asset.ts` ships them.
23
+ - Transport messages are discriminated by string `type` (`ready`, `result`,
24
+ `tool-call`, `closed`, `init-failed`, ...) exchanged as framed bridge
25
+ messages, one JSON line per frame.
26
+ - JS persistent cell bindings are rewritten onto `globalThis`; imports are
27
+ AST-parsed (Babel) and rewritten to bridge-compatible dynamic imports.
28
+ - JS runs on worker threads with an inline-worker fallback; py/rb/jl run as
29
+ framed subprocesses through `shared/`.
30
+ - Subprocess retirement/restart, worker recovery, timeout, and interrupt
31
+ semantics live here, never in the tool layer.
32
+
33
+ ## ANTI-PATTERNS
34
+
35
+ - Never treat arbitrary objects as bridge messages without discriminant
36
+ validation.
37
+ - Never rewrite imports by filename/regex — `rewrite-imports.ts` applies
38
+ source-position edits from the parsed program.
39
+ - An optional interpreter being absent (py/rb/jl not installed) is a capability
40
+ gap, not an installation failure or error path.