Commit Graph

70 Commits

Author SHA1 Message Date
shiyue
a3df0cc6f0 feat: update session workspace flow and web ui 2026-03-30 04:31:25 +08:00
Daniel
a29af2767e Fix links and formatting in README.md 2026-03-25 08:50:21 +08:00
Daniel
8fba94c8e1 Update README.md 2026-03-25 08:49:46 +08:00
Daniel
b26c8efc7e Delete AGENTS.md 2026-03-22 21:42:19 +08:00
Daniel
396468ce5a Update README.md 2026-03-22 21:07:30 +08:00
Daniel
50e9135eac Update images in README.md 2026-03-22 21:07:04 +08:00
Daniel
1ee68538f1 Update README.md 2026-03-22 20:46:29 +08:00
Daniel
0525fce87a Update README.md 2026-03-22 19:53:59 +08:00
cc-dan
bab99b1568 v1.2.11: update CHANGELOG 2026-03-19 03:12:19 +00:00
cc-dan
514edab4dd v1.2.11: claude 默认设置为 1M 上下文 2026-03-19 02:53:40 +00:00
cc-dan
c2427807e9 sync latest local runtime changes 2026-03-18 11:05:01 +00:00
cc-dan
e40f841649 release: v1.2.10 2026-03-18 04:03:54 +00:00
cc-dan
41b7757c19 feat: PNG头像替换SVG + 支持/init命令 2026-03-18 01:46:09 +00:00
cc-dan
7ec87714c5 Fix Codex exec resume sandbox arg ordering 2026-03-17 03:08:07 +00:00
cc-dan
7c993f1c4a Keep Claude context when switching permission mode 2026-03-16 15:37:26 +00:00
cc-dan
29bb938385 Fix Codex context retention across mode switch 2026-03-16 15:26:43 +00:00
cc-dan
aa9b3a6bb4 security: remove hardcoded whitelist IP
Move extra whitelist IPs to CC_WEB_IP_WHITELIST env var to avoid committing public IPs.
2026-03-16 12:09:17 +00:00
cc-dan
c454cfa0ad fix: codex model thinking + tool grouping
- Default new Codex sessions to gpt-5.4

- Group tool calls at 3 (was 5)

- Keep Codex tool call details collapsed by default

- Add a thinking-effort submenu and map gpt-5.x(high) to model_reasoning_effort
2026-03-16 11:56:55 +00:00
cc-dan
5c89bff357 feat: Tailscale/本机IP白名单,免受防爆破封禁 2026-03-16 05:20:40 +00:00
cc-dan
6d5b8a98fd feat: 防爆破 - 5分钟内密码错3次永久封禁IP 2026-03-15 11:55:01 +00:00
cc-dan
8112b0b89c fix: 通知配置主菜单实时显示状态 + 移除二级菜单多余关闭按钮 2026-03-14 08:01:36 +00:00
cc-dan
72d658ca3f refine: Claude头像改为像素风螃蟹SVG,透明背景+主题色描边 2026-03-14 07:26:48 +00:00
cc-dan
34bc597d39 feat: 默认模式提示 + Claude/Codex头像图标 2026-03-14 07:19:13 +00:00
cc-dan
f2d6bdbc83 fix: default/plan模式未传递--permission-mode参数给Claude CLI 2026-03-14 06:37:45 +00:00
cc-dan
b6345b4409 refine: 通知内容移除费用统计 2026-03-14 05:06:16 +00:00
cc-dan
cd05c5d0dd refine: 优化摘要 prompt,控制字数/禁止代码细节/改善排版指引 2026-03-14 05:03:24 +00:00
cc-dan
10d2310eb4 feat: 通知AI摘要 + 通知配置收进二级菜单 (v1.2.9) 2026-03-14 04:55:35 +00:00
cc-dan
47f087815f feat: 通知摘要 - AI 摘要、情况分类、推送时机开关
- 通知标题按情况区分:任务完成/回复就绪/任务异常/上下文压缩
- AI 摘要:可选 Claude 活跃模板 / Codex 活跃 Profile / 独立 API 配置
- 推送时机:仅后台任务 / 所有任务
- 摘要 API 故障时自动降级为原始信息
- 按渠道截断内容(Telegram/Qmsg 3800 字符,飞书/PushPlus 18000 字符等)
2026-03-14 04:35:24 +00:00
cc-dan
a0e3998da6 fix: Codex /compact 支持与自动续跑 2026-03-13 13:31:06 +00:00
cc-dan
13f279ceb6 fix: 检查更新版本号解析兼容新 CHANGELOG 格式 2026-03-13 13:00:48 +00:00
cc-dan
e76cb963c5 docs: 精简 CHANGELOG,统一格式 2026-03-13 12:53:37 +00: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
7b24704c4d feat: auto-fold tool calls into single group after 5 items 2026-03-11 12:13:46 +00:00
cc-dan
b2dbacb870 feat: fetch upstream model list, password modal, sub-modal close button styling
- Add fetch models from upstream API via /v1/models endpoint with datalist suggestions
- Refactor password change from inline form to button + modal
- Fix sub-modal close button styling to match main settings panel
2026-03-11 06:14:42 +00:00
cc-dan
a9daf5ce4d feat: HTML/SVG preview in code blocks; fix scroll jump on history render
- Add Preview/Source toggle button for html/svg code blocks (iframe sandbox)
- Fix viewport jumping when prepending history batches (scrollTop compensation)
- Update CHANGELOG for v1.2.6
2026-03-11 03:00:11 +00:00
cc-dan
96dbb81914 release v1.2.6: AskUserQuestion preview panel, 401 atomic write fix, mobile scrollbar 2026-03-11 00:43:18 +00:00
Daniel
6860f9a341 Update feature description for lightweight runtime 2026-03-10 23:59:29 +08:00
Daniel
68f0147d7f Update README.md 2026-03-10 23:59:17 +08:00
Daniel
7371f81643 Update README.en.md 2026-03-10 23:54:27 +08:00
Daniel
22ef64ead7 Update README.md 2026-03-10 23:54:15 +08:00
cc-dan
7eaaded07a docs: update features list, add multi-API switching 2026-03-10 15:51:29 +00:00
cc-dan
7e0daacb80 docs: extract changelog to CHANGELOG.md, add link in README 2026-03-10 15:44:09 +00:00
cc-dan
cb83ebe0ae docs: add v1.2.5 changelog to README 2026-03-10 15:27:45 +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
cc-dan
10603eb31b chore: remove CLAUDE.md from repo and add to .gitignore
CLAUDE.md contains private deployment info (domain, token references).
Also add config/model.json to .gitignore (user API templates).
2026-03-10 13:24:36 +00:00
Daniel
e1be33c0ec Delete CLAUDE.md 2026-03-10 21:20:35 +08:00
cc-dan
c2adab4340 feat: model config system with settings.json integration
- Add local/custom mode switching for API configuration
- Custom mode patches ~/.claude/settings.json env section before spawn
- Strip ANTHROPIC_* from child process env for clean config isolation
- Add spawn-time model name validation against MODEL_MAP
- Move template config fields to modal dialog for cleaner UI
- Show warning when custom templates may overwrite local API config
2026-03-10 13:15:27 +00:00
cc-dan
24ec5a6089 fix: show empty-state add button when no model templates exist
When switching to custom mode with no templates, show a '+ 新建模板'
button instead of an empty dropdown, allowing users to create the
first template without any UI dead-end.
2026-03-10 10:20:18 +00:00
cc-dan
c59855ee3b feat: add model config panel and fix /compact duplicate message
- Add model config UI in settings panel (local/custom mode)
- local mode: read model names from ~/.claude.json env fields
- custom mode: named templates with API key, base URL, model names
- Fix /compact duplicate message via reason field in pendingCompactRetries
- Add CLAUDE.md with architecture notes
2026-03-10 10:13:37 +00:00