Merge remote-tracking branch 'origin/master' into codex/unify-landlock-release

This commit is contained in:
Hypatia May
2026-08-06 16:36:01 +08:00
268 changed files with 6846 additions and 1001 deletions

View File

@@ -476,9 +476,7 @@ describe('dsh-agent-spine-demo bundle', () => {
expect(loadedRequest).toContain('Use the freshly loaded body.')
const transcript = handle.agent.session.events.flatMap<Record<string, unknown>>((event) => {
if (event.type === 'user/message'
&& event.data.source.kind === 'plugin'
&& event.data.source.plugin === 'dsh-tool-skill') {
if (event.type === 'user/message' && event.data.source.kind === 'skill-catalog') {
return [{
type: event.type,
source: event.data.source,
@@ -512,8 +510,14 @@ describe('dsh-agent-spine-demo bundle', () => {
},
{
"source": {
"kind": "plugin",
"plugin": "dsh-tool-skill",
"entries": [
{
"description": "Hot-added skill",
"name": "hot-skill",
},
],
"form": "catalog",
"kind": "skill-catalog",
},
"text": "<system-reminder>
A skill is a reusable set of task-specific instructions. The following skills are available in this session: