Youzini-afk
60b754559c
test: update llm token field assertions
2026-04-08 23:19:56 +08:00
github-actions[bot]
f9b08ed44a
chore: bump manifest version [skip ci]
2026-04-08 15:11:45 +00:00
youzini
149df82378
Merge pull request #19 from Hao19911125/main
...
错误提示的修复,测试过了
2026-04-08 23:11:03 +08:00
github-actions[bot]
58e3e10dec
chore: bump manifest version [skip ci]
2026-04-08 15:10:38 +00:00
youzini
e3b0fc9ab5
Merge pull request #21 from Youzini-afk/dev
...
Dev
2026-04-08 23:09:52 +08:00
Youzini-afk
6eda432de4
feat: allow editing node scope regions
2026-04-08 23:07:22 +08:00
Youzini-afk
3dc0312c8c
feat: localize ai monitor ui
2026-04-08 22:58:51 +08:00
Youzini-afk
323e1fd5b0
feat: add story timeline layer
2026-04-08 22:41:49 +08:00
Youzini-afk
d7989303d9
feat: support multi-owner scene recall anchors
2026-04-08 21:29:36 +08:00
Youzini-afk
835303d4fb
feat(ui): upgrade AI Monitor trace cards with status dots, governance tags, fold/expand
...
- Status dot indicators (success/error/running) with color and pulse animation
- Governance tag pills: worldinfo, EJS, regex, cleaning, error
- Fold/expand toggle with chevron rotation via is-collapsed class
- Timeline connector lines between trace cards
- Task type labels in Chinese (提取/召回/压缩/遗忘/进化/向量)
- Show up to 8 recent tasks (was 6)
2026-04-08 20:22:25 +08:00
Youzini-afk
8843ea7f3b
feat: default AI Monitor to enabled
2026-04-08 20:17:26 +08:00
Youzini-afk
eaefda5dd5
fix(ui): remove extra </div> that broke twin-panel layout
2026-04-08 20:08:21 +08:00
Youzini-afk
8014baabd4
feat(ui): add Cognitive View tab + mobile graph redesign + fullscreen overlay
...
- Desktop: graph toolbar title → dual tab switcher (实时图谱 | 认知视图)
- Cognitive View: owners list with avatar, metrics grid, chip groups, manual override, space tools, AI Monitor mini
- Mobile: replace unreadable 200px canvas preview with tabbed layout (图谱摘要 | 认知视图)
- Mobile: add fullscreen graph overlay with zoom controls
- Dashboard: simplify cognition card to KV summary + jump-to-view button
- CSS: ~800 lines new styles for all components with responsive breakpoints
- JS: 14 new render functions, event delegation, view switching logic
2026-04-08 19:52:00 +08:00
Youzini-afk
a4fed87e6e
feat(cognition): finish multi-character knowledge and monitor workflow
2026-04-08 18:21:38 +08:00
Hao19911125
4df85bba3b
Merge branch 'Youzini-afk:main' into main
2026-04-08 16:11:30 +08:00
Hao19911125
4d2f97397c
fix(llm): 改用 max_tokens 避免与 ST 代理注入的 max_tokens 冲突
...
ST 的 /api/backends/chat-completions/generate 端点会从预设配置注入
max_tokens,导致与扩展自行传递的 max_completion_tokens 冲突,
上游 API 返回 400。改为 max_tokens 后由 ST 统一处理,消除冲突。
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-08 16:08:57 +08:00
github-actions[bot]
5818562145
chore: bump manifest version [skip ci]
2026-04-08 06:29:31 +00:00
Youzini-afk
29af3d164e
feat: 新增「数据清理」配置页
...
- 图谱清理:清空当前图谱、按楼层范围删除节点
- 缓存清理:清空向量缓存、清空提取历史
- 存储清理:清空当前/全部 IDB、清空服务端同步文件
- 高危操作全部需要 confirm 弹窗确认
- 清空全部 IDB 和清空服务端同步文件需要输入 DELETE 确认
2026-04-08 14:29:13 +08:00
github-actions[bot]
20f64138b1
chore: bump manifest version [skip ci]
2026-04-08 05:48:28 +00:00
Youzini-afk
65cad35d7c
Merge remote-tracking branch 'origin/main' into dev
2026-04-08 13:48:17 +08:00
Youzini-afk
9b057ebdfb
fix(extract): 收紧智能探测条件 — 要求数组中至少一个元素含 action/op/type 字段才接受
2026-04-08 13:45:31 +08:00
Youzini-afk
b0cd52b1cc
fix(extract): 增强 JSON 解析容错 + 扩充容器键白名单 + 单操作兜底 + 诊断改善
...
- extractJSON: 新增 trailing comma 容错和截断 JSON 自动闭合修复
- extractOperationsPayload: 容器键白名单从 5 扩充到 13,新增智能探测和单操作对象包装
- 错误日志现在会输出 result 的类型、键名和预览,方便排查
2026-04-08 13:38:31 +08:00
github-actions[bot]
e30ccafca2
chore: bump manifest version [skip ci]
2026-04-08 05:23:02 +00:00
Youzini-afk
c085520f27
revert(mobile): 恢复操作按钮网格为 2 列布局
2026-04-08 13:22:40 +08:00
github-actions[bot]
6c2ce75455
chore: bump manifest version [skip ci]
2026-04-07 19:03:34 +00:00
Youzini-afk
9939734bcb
Harden post-refactor test and check guardrails
2026-04-08 03:03:09 +08:00
github-actions[bot]
6060416c17
chore: bump manifest version [skip ci]
2026-04-07 18:23:44 +00:00
Youzini-afk
035966d786
Fix panel template literal escaping
2026-04-08 02:23:29 +08:00
github-actions[bot]
182afee37b
chore: bump manifest version [skip ci]
2026-04-07 18:18:19 +00:00
Youzini-afk
82edd86fee
Decouple panel bootstrap from host UI helpers
2026-04-08 02:18:05 +08:00
github-actions[bot]
84d42bbef3
chore: bump manifest version [skip ci]
2026-04-07 18:09:48 +00:00
Youzini-afk
43a44593ab
Restore root script imports for nested modules
2026-04-08 02:09:32 +08:00
github-actions[bot]
ff6c3e79ca
chore: bump manifest version [skip ci]
2026-04-07 18:05:15 +00:00
Youzini-afk
9471d66c23
Fix panel dependency host import depth
2026-04-08 02:05:00 +08:00
github-actions[bot]
06fb2ce530
chore: bump manifest version [skip ci]
2026-04-07 18:01:01 +00:00
Youzini-afk
50113035df
Harden panel entry initialization
2026-04-08 02:00:48 +08:00
github-actions[bot]
c0c04ab864
chore: bump manifest version [skip ci]
2026-04-07 17:40:05 +00:00
Youzini-afk
3be915ba7a
Fix host import paths after directory reorganization
2026-04-08 01:39:45 +08:00
github-actions[bot]
16eb24c5cd
chore: bump manifest version [skip ci]
2026-04-07 17:18:13 +00:00
Youzini-afk
feec17f3e3
Reorganize modules into layered directories
2026-04-08 01:17:57 +08:00
github-actions[bot]
59942541ea
chore: bump manifest version [skip ci]
2026-04-07 16:25:43 +00:00
Youzini-afk
85c88e547b
Add manifest version bump CI
2026-04-08 00:25:27 +08:00
Youzini-afk
d8cff92434
Refactor host regex reuse and injection sanitization
2026-04-08 00:10:20 +08:00
Youzini-afk
960e48667c
Fix inline checkbox visuals in settings panel
2026-04-07 22:31:11 +08:00
Youzini-afk
c8af45bd35
Add delayed auto extraction mode and fix AGPL license
2026-04-07 22:24:04 +08:00
Youzini-afk
dd6baa8dad
Improve injection preview readability
2026-04-07 20:54:15 +08:00
Youzini-afk
2d45abc704
Show POV owner in memory injection
2026-04-07 20:48:06 +08:00
Youzini-afk
ed534aeb37
Fix custom worldinfo EJS resolution
2026-04-07 20:26:18 +08:00
youzini
27bdc1f9eb
Merge pull request #14 from Hao19911125/main
...
planner + 自定义世界书过滤的读取逻辑修正。现在能接受getwit和ejs了
2026-04-07 20:09:47 +08:00
youzini
e9e447e868
Merge pull request #16 from Youzini-afk/dev
...
style(mobile): 补全移动端适配 — 能力卡片 toggle/文字放大、config 渐变跟随主题、action 网格窄屏 1 列
2026-04-07 20:09:24 +08:00