wuyang6
7cd6e5e464
Add annotation page gallery
2026-07-20 10:56:59 +08:00
wuyang6
359b84ba55
Fix auth session race
2026-07-13 20:01:21 +08:00
wuyang6
c3caa4a1e3
Keep optimistic user message during replay
2026-06-12 20:07:42 +08:00
wuyang6
4ba8761db2
Add runtime guidance input queue
2026-06-12 18:15:52 +08:00
wuyang6
00a83ba4c3
Cache session replay on client
2026-06-12 17:28:15 +08:00
wuyang6
384e92e961
Prevent stale session overwrite on new tasks
2026-06-12 16:51:17 +08:00
wuyang6
953126e1d3
Refactor session runtime persistence
2026-06-12 16:17:58 +08:00
wuyang6
40d7c92a1d
fix session routing and subagent visibility
2026-06-12 11:06:04 +08:00
wuyang6
931cf2d065
fix: isolate auth cookies per deploy
2026-05-26 16:24:11 +08:00
hupenglong1
5b708d2996
fix: use custom event for training panel toggle, no more poll inference
...
SkillInsertDialog dispatches SKILL_TOGGLED_EVENT on user click.
AssistantWorkspace listens for that event to set applied state.
Completely eliminates poll-based state inference that caused flash.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-25 17:46:51 +08:00
hupenglong1
2acbd0b509
fix: eliminate training panel flash on page load
...
- Don't restore applied state from localStorage on mount (was causing
first-frame flash when skill was already enabled)
- Always start with applied=false; only set true on user click
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-25 17:41:35 +08:00
hupenglong1
d2c221e2da
auth: 邮箱注册/登录补全 Linux 账号创建
...
registerByEmail / loginByEmail 漏掉 ensureLinuxAccount,开 CLAW_ENABLE_LINUX_ACCOUNTS=1
时邮箱用户既不会建 Linux 账号、createAccountDirectories 的 chown 也会失败。
照搬 username 路径的位置补上即可。同时删掉后端 server.py 里同逻辑的 dead code
(_XIAOMI_EMAIL_RE / _account_id_from_email),实际拆分发生在 TS 层。
2026-05-25 11:55:56 +08:00
hupenglong1
d8741a3489
Merge remote-tracking branch 'origin/main' into wsh_dev
...
# Conflicts:
# backend/api/server.py
2026-05-25 11:46:44 +08:00
hupenglong1
f068311cac
backend/frontend/runtime: 训练面板 / session 隔离 / agent runtime 调整
...
- backend/api/server.py:训练 step-detail / pipeline 卡片排序逻辑
- frontend:thread-list / thread / training-pipeline-panel / step-detail-sheet 配套调整,新增 metrics-chart-panel
- src/agent_*:tool spec / runtime / prompting 配套
- .gitignore 加 .logs/
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-25 11:43:10 +08:00
hupenglong1
5311e6d97c
修改
2026-05-22 19:48:47 +08:00
hupenglong1
1a94cec822
修改
2026-05-20 15:04:19 +08:00
wuyang6
ee596a33e0
Add Linux account workspace runtime
2026-05-20 14:13:34 +08:00
wuyang6
951fbb2cb2
Scope active session to browser tab
2026-05-14 22:02:36 +08:00
wuyang6
e48c0ff981
Sync session URL when opening chats
2026-05-14 16:02:27 +08:00
wuyang6
9a32b92ea5
Share pending workspace id across frontend chunks
2026-05-13 17:38:50 +08:00
wuyang6
cdbc7d9fb7
Fix pending Jupyter workspace handoff
2026-05-13 17:22:58 +08:00
wuyang6
9a42b00bfe
Fix Jupyter workspace session scoping
2026-05-13 16:56:14 +08:00
wuyang6
b5e8b2f218
Improve memory manager UI and auth persistence
2026-05-13 15:13:41 +08:00
wuyang6
e5095268d8
Fix Jupyter workspace session handoff
2026-05-13 13:52:37 +08:00
wuyang6
c118e010e3
Fix live activity session tracking
2026-05-12 20:22:50 +08:00
wuyang6
535e4b2c83
Fix active session replay state
2026-05-11 21:35:23 +08:00
武阳
0bbba2b936
Enforce session workspace boundaries
2026-05-08 17:09:07 +08:00
武阳
7d4ae3e7ba
Add assistant-ui data agent frontend
2026-05-06 16:18:32 +08:00