Commit Graph

32 Commits

Author SHA1 Message Date
Youzini-afk
3fba8fe031 Add task-level memory LLM preset selection 2026-04-07 11:45:18 +08:00
Youzini-afk
8320e3e7f6 Add debug log toggle and silence diagnostic logs 2026-04-06 11:26:37 +08:00
Hao19911125
3e83466330 Add diagnostics in callLLMForJSON to track message assembly and regex cleaning
Logs message counts and roles after buildJsonAttemptMessages and
applyTaskFinalInputRegex to identify if user messages are lost
during final assembly or regex cleaning stage.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-06 09:28:43 +08:00
Youzini-afk
5cc33fabda Fix task regex final input pipeline 2026-04-05 00:30:54 +08:00
Youzini-afk
338a03aa1c Fix recall rerank stability and card binding 2026-04-03 16:37:23 +08:00
Youzini-afk
67e6e29bb2 Harden recall flow and JSON task prompts 2026-03-28 20:38:57 +08:00
Youzini-afk
e58fef240b Fix dedicated LLM model list fetching 2026-03-28 13:49:06 +08:00
Youzini-afk
b7b2dc445d fix: preserve completion tokens on json retry 2026-03-27 21:33:06 +08:00
Youzini-afk
cf4a73e0a8 feat: MVU规则模块+世界书MVU过滤+prompt组装MVU清洗+端到端测试 2026-03-27 15:22:00 +08:00
Youzini-afk
477fa40049 feat: 提示窗流式文本预览+回调链路+自动淡出调整 2026-03-27 14:13:11 +08:00
Youzini-afk
62902c9867 feat: 专用Memory LLM流式底层+自动降级+运行时调试状态 2026-03-27 13:38:02 +08:00
Youzini-afk
9a5c83dbde fix: align prompt assembly with executed messages 2026-03-27 03:03:50 +08:00
Youzini-afk
c31af1d1a4 Harden runtime debug and task pipeline 2026-03-27 01:26:56 +08:00
Youzini-afk
ae82d89605 fix: reduce startup load risks for plugin init 2026-03-26 23:39:53 +08:00
Youzini-afk
28616fc177 feat: add runtime debug snapshots and injection planning 2026-03-26 23:15:35 +08:00
Youzini-afk
777edf9f9a feat: integrate host bridge prompt pipeline 2026-03-26 22:24:45 +08:00
Youzini-afk
ef7da2bb5f config: 默认参数调整 temp=1 top_p=1 freq/pres=0 max=64000 2026-03-26 16:10:24 +08:00
Youzini-afk
09d1af787b fix: 移除重复max_tokens参数避免API报错 2026-03-26 14:59:37 +08:00
Youzini-afk
c10847793a feat: add task profile workspace 2026-03-25 20:02:29 +08:00
Youzini-afk
ade5f47d60 feat: add configurable timeout and advanced network settings 2026-03-25 15:52:54 +08:00
Youzini-afk
02fdac48e8 fix: 修复所有 abort() 不传 reason 导致的'signal is aborted without reason'提示
为 llm.js/embedding.js/vector-index.js/index.js 中所有
controller.abort() 添加具体原因:
- 超时: 'LLM 请求超时 (60s)' / 'Embedding 请求超时 (45s)'
- 信号传递: 转发原始 signal.reason
2026-03-25 15:22:56 +08:00
Youzini-afk
8276aa1ff8 feat: 支持终止进行中的运行流程 2026-03-25 01:39:12 +08:00
Youzini-afk
c847d89149 fix: 通过 custom 代理透传 json mode 2026-03-24 23:44:10 +08:00
Youzini-afk
c003921ad3 fix: 强化 JSON 响应约束与截断重试 2026-03-24 23:26:39 +08:00
Youzini-afk
826ef78f18 fix: 为独立请求补充超时与错误提示 2026-03-24 22:58:17 +08:00
Youzini-afk
1f03b0df4a feat: 支持拉取记忆与嵌入模型列表 2026-03-24 21:40:59 +08:00
Youzini-afk
963e4f3b7b fix: response_format 自动降级 - 不支持时自动去掉重试 2026-03-24 17:00:09 +08:00
Youzini-afk
5bc09a3391 feat: LLM 调用添加 response_format: json_object 强制 JSON 输出
- callDedicatedOpenAICompatible 新增 jsonMode 参数
- callLLMForJSON 自动启用 json_object 模式
- 大幅降低 JSON 解析失败率
2026-03-24 16:58:42 +08:00
Youzini-afk
7b68eebb9e Fix plugin-only memory settings and UI flow 2026-03-24 11:42:10 +08:00
Youzini-afk
00ae535873 feat: add in-panel memory model and embedding configuration 2026-03-24 00:00:37 +08:00
Youzini-afk
e747d66478 fix: restore third-party extension loading and panel wiring 2026-03-23 23:14:21 +08:00
Youzini-afk
436715216e docs: add project README and initial ST-BME files 2026-03-23 03:57:59 +08:00