feat: redesign traditional workbench and formalize public surfaces

This commit is contained in:
冰朔 2026-08-21 01:57:57 +08:00
commit 950b7e48b3
21 changed files with 328 additions and 34 deletions

View file

@ -36,7 +36,7 @@ test('only provisioned channels receive current packs and Shiyu Yaochu stays def
test('the worker UI presents personal skill brain separately from persona worker and tool executor', () => {
const panel = read('src/modules/knowledge-agent/LocalWorkerPanel.tsx')
assert.match(panel, /本频道私有技能/)
assert.match(panel, /本频道私有技能/)
assert.match(panel, /模型只给语义候选/)
assert.match(panel, /现实写入仍走频道回执和目标读回/)
})