Skip to content

feat(agent-core-v2): let plugins contribute system prompt instructions via the manifest systemPrompt field #6450

feat(agent-core-v2): let plugins contribute system prompt instructions via the manifest systemPrompt field

feat(agent-core-v2): let plugins contribute system prompt instructions via the manifest systemPrompt field #6450

Triggered via pull request July 29, 2026 07:11
Status Failure
Total duration 2m 54s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 19 warnings
test (3)
Process completed with exit code 1.
[kimi-sdk] test/v1-v2-parity.test.ts > v1↔v2 agent interaction parity > resumeSession replays the same per-agent history and state snapshot: packages/node-sdk/test/v1-v2-parity.test.ts#L2016
AssertionError: expected { …(8) } to deeply equal { …(8) } - Expected + Received @@ -14,15 +14,10 @@ "thinking": true, "tool_use": false, "video_in": false, }, "profileName": "agent", - "subagentNames": [ - "coder", - "explore", - "plan", - ], "thinkingEffort": "high", }, "context": { "history": [ { ❯ test/v1-v2-parity.test.ts:2016:47
[kimi-sdk] test/v1-v2-parity.test.ts > v1↔v2 session lifecycle parity > reloadSession re-materializes a live session identically: packages/node-sdk/test/v1-v2-parity.test.ts#L1442
AssertionError: expected { id: 'session_parity_reload', …(7) } to deeply equal { id: 'session_parity_reload', …(7) } - Expected + Received @@ -12,15 +12,10 @@ "max_context_tokens": 0, "thinking": false, "tool_use": false, "video_in": false, }, - "subagentNames": [ - "coder", - "explore", - "plan", - ], "thinkingEffort": "off", }, "context": { "history": [], "tokenCount": 0, ❯ test/v1-v2-parity.test.ts:1442:47
[kimi-sdk] test/v1-v2-parity.test.ts > v1↔v2 session lifecycle parity > resumeSession returns the same session state modulo the pinned agents gap: packages/node-sdk/test/v1-v2-parity.test.ts#L1413
AssertionError: expected { id: 'session_parity_resume', …(7) } to deeply equal { id: 'session_parity_resume', …(7) } - Expected + Received @@ -14,15 +14,10 @@ "max_context_tokens": 0, "thinking": false, "tool_use": false, "video_in": false, }, - "subagentNames": [ - "coder", - "explore", - "plan", - ], "thinkingEffort": "off", }, "context": { "history": [], "tokenCount": 0, ❯ test/v1-v2-parity.test.ts:1413:47
[kimi-sdk] test/v1-v2-parity.test.ts > v1↔v2 session lifecycle parity > forkSession copies the session with merged metadata on both engines: packages/node-sdk/test/v1-v2-parity.test.ts#L1372
AssertionError: expected { id: 'session_parity_fork', …(8) } to deeply equal { id: 'session_parity_fork', …(8) } - Expected + Received @@ -12,15 +12,10 @@ "max_context_tokens": 0, "thinking": false, "tool_use": false, "video_in": false, }, - "subagentNames": [ - "coder", - "explore", - "plan", - ], "thinkingEffort": "off", }, "context": { "history": [], "tokenCount": 0, ❯ test/v1-v2-parity.test.ts:1372:69
test-pi-tui
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
eslint-plugin-import(first): packages/agent-core-v2/src/_base/di/test.ts#L16
Import statements must come first
eslint-plugin-import(first): packages/agent-core-v2/src/_base/di/test.ts#L15
Import statements must come first
eslint(no-loop-func): packages/agent-core-v2/src/_base/event.ts#L177
Function declared in a loop contains unsafe references to variable(s)
eslint(no-loop-func): packages/agent-core-v2/src/_base/event.ts#L172
Function declared in a loop contains unsafe references to variable(s)
typecheck
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (5)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (1)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (4)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (3)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test (2)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/