feat: add human-first dual HoloLake workbench

This commit is contained in:
冰朔 2026-08-20 06:10:29 +08:00
commit cdfb2c81e3
12 changed files with 469 additions and 23 deletions

View file

@ -29,7 +29,7 @@ test('knowledge workspace keeps the chat visible and binds the exact active page
test('model configuration remains secondary to the conversation surface', () => {
assert.match(channel, /const \[settingsOpen, setSettingsOpen\] = useState\(false\)/)
assert.match(channel, /说话是主入口。知识、模型和执行证据在需要时进入/)
assert.match(channel, /直接输入消息开始对话;知识引用、模型设置和运行回执按需展开/)
assert.match(channel, /\{settingsOpen && <aside className="persona-chat-settings">/)
assert.match(channel, /API 密钥 · 只进钥匙串/)
})