Commit Graph

21 Commits

Author SHA1 Message Date
shiyue
01c7fdd27a Fix session wait state refresh 2026-06-22 23:34:23 +08:00
shiyue
844281ab4c Add queued sending for Codex App drafts
Also include WebSocket heartbeat handling to keep idle connections healthy.
2026-06-22 22:18:27 +08:00
shiyue
a50933807f feat: improve cross-conversation reply UX 2026-06-21 23:28:49 +08:00
shiyue
c1dc793841 fix cross-conversation replies and mobile session switching 2026-06-18 13:07:51 +08:00
shiyue
a2126f4138 feat: add sidebar project collapse and search 2026-06-18 09:18:53 +08:00
shiyue
c50ee527ea feat: enrich Codex skill metadata display 2026-06-18 08:42:57 +08:00
shiyue
7e01f24e61 feat: add compact Codex child agent tracking 2026-06-16 18:16:41 +08:00
shiyue
51838a2ce1 Update ccweb codex app integration 2026-06-16 14:36:06 +08:00
shiyue
0f4a1c27fe fix: persist codexapp streaming state 2026-06-15 18:17:41 +08:00
shiyue
0849666a6e fix: show codexapp steer insertion status 2026-06-15 13:48:40 +08:00
shiyue
ed3238fa49 feat: improve codex app controls and recovery 2026-06-15 13:22:36 +08:00
shiyue
3a4006b7d3 Add theme options and timed agent dividers 2026-06-14 12:16:37 +08:00
shiyue
382c5accb7 Refine codex app controls and message navigation 2026-06-13 23:55:11 +08:00
shiyue
4a1c988990 feat: enhance codex app and cross-conversation messaging 2026-06-13 22:13:30 +08:00
shiyue
04e15c9c89 feat: add cross conversation messaging 2026-06-12 17:46:37 +08:00
shiyue
8b2173be8f feat: add note mode and workflow config 2026-06-12 16:39:44 +08:00
shiyue
a3df0cc6f0 feat: update session workspace flow and web ui 2026-03-30 04:31:25 +08:00
cc-dan
6f381998e9 feat: v1.2.8 - Codex双Agent、图片上传、主题系统、会话加载优化
- Codex双Agent接入:共享后端内核,前台隔离会话/设置/导入
- 图片上传:Claude (stream-json) 和 Codex (--image) 均支持拖拽/粘贴/选择上传
- 主题系统:CoolVibe Light 视觉方案,主题入口移至二级页
- 会话加载优化:加载遮罩、热会话缓存、切后台内容不丢失
- 移动端增强:侧栏手势、运行状态标签、按钮比例修复
- 后端重构:agent-runtime.js / codex-rollouts.js 模块拆分
- 回归脚本:npm run regression 隔离式测试
2026-03-13 12:46:34 +00:00
cc-dan
0a42007101 feat: v1.2.7 - 导入本地CLI会话、新建会话指定工作目录、检查更新功能 2026-03-11 15:15:28 +00:00
cc-dan
b64d5ec029 feat: v1.2.5 — UI improvements and session management fixes
- Fix session delete to scan all claude project dirs (not just first match)
- Batch async rendering for message history with stale render guard
- Add custom draggable scrollbar for chat area
- Fix AskUserQuestion card rendered at bottom instead of top
- Fix bubble split (msg-text + msg-tools) to prevent tool UI overwrite
- Add delete confirmation dialog with warm theme styling
- Support multiline display in user messages
- Apply model config to settings.json immediately on save
2026-03-10 15:19:47 +00:00
Daniel
2c1c64ff30 feat: CC-Web v1.0 — Claude Code Web Chat UI
功能特性:
- WebSocket 流式对话、工具调用折叠、Markdown 渲染
- 多会话管理与续接、模型/权限模式切换
- 后台任务持久化(detached 进程 + PID 恢复)
- 多渠道通知(PushPlus/Telegram/Server酱/飞书/QQ)
- 密码管理(自动生成初始密码、首次改密、Web UI 改密)
- 移动端适配、PWA 通知、斜杠指令

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 10:45:21 +00:00