苏尼克 and sycpro
c563567502
fix: startup banner hardcodes 127.0.0.1 regardless of server.host ( #307 )
...
The Web UI startup banner always printed 127.0.0.1, even when
server.host was bound to 0.0.0.0 or a specific interface. This made
users believe the host setting was ignored (the actual listen binding
was correct). Pass the configured host into the banner and expand
wildcard binds to the machine's real addresses so LAN URLs are shown.
Fixes #301
Co-authored-by: sycpro <sycpro@sycprodeMacBook-Pro.local >
2026-09-13 15:27:38 +08:00
公明
6edc70f3fc
Update config.example.yaml
v1.7.18
2026-09-08 16:10:29 +08:00
Ed1s0nZ
377be6492a
fix: refresh navigation permissions before login and on scoped renders
2026-09-08 15:15:18 +08:00
Ed1s0nZ
94cdf760af
feat: persist diagnostic logs with daily rotation and retention
2026-09-08 14:41:46 +08:00
Ed1s0nZ
6ad9ea2d13
feat: add configurable tool call blocking and monitoring
2026-09-08 09:44:32 +08:00
temp
c70da22de7
Remove conversation grouping feature
2026-08-26 15:00:09 +08:00
temp
fbbe984005
fix: refresh ai channel reasoning selects
2026-08-25 18:51:19 +08:00
temp
abc00c1fef
fix: auto-detect deepseek profile in settings
2026-08-25 18:40:49 +08:00
temp
d6d48c97c0
fix: normalize deepseek config profile
2026-08-25 18:37:08 +08:00
temp
d7581a6373
fix: surface summarization model errors
2026-08-25 18:28:47 +08:00
temp
4c011abb9d
fix: bound summarization max tokens for claude models
2026-08-25 16:37:45 +08:00
temp
e4441f91ad
fix: stabilize eino summarization for deepseek
2026-08-25 14:54:02 +08:00
temp
21c6ad9bdf
feat: persist hitl default config
2026-08-24 19:45:07 +08:00
公明
e0a2f01427
Update version number to v1.7.17
v1.7.17
2026-08-24 18:46:58 +08:00
temp
baff533196
fix: disable chat checkpoint resume
2026-08-24 18:42:06 +08:00
temp
474238cfc5
fix: distinguish model original errors
2026-08-24 14:53:02 +08:00
temp
b47f8df3b0
fix: avoid inferred retry failure reason
2026-08-24 14:48:37 +08:00
temp
a67761e843
fix: surface original Eino retry errors
2026-08-24 14:43:48 +08:00
temp
b41596d51f
Fix Eino final output fallback capture
2026-08-24 14:32:27 +08:00
temp
d80e27e950
Respect OpenAI reasoning profile for DeepSeek-named models
2026-08-24 13:55:07 +08:00
temp
e218316c55
Add token usage tracking and UI refinements
2026-08-24 00:05:05 +08:00
Codex
a34cab431a
Improve conversation preview layout
2026-08-23 20:09:56 +08:00
temp
3bcf4458c5
Fix finalization cleanup for pending tool executions
2026-08-23 19:57:17 +08:00
公明
bf761e9cd5
Update config.example.yaml
v1.7.16
2026-08-19 17:36:35 +08:00
d640ef09c8
fix: 为 Eino agentic 路径补充 tool_call/tool_result 配对防御中间件 ( #265 ) ( #266 )
...
agentic 路径(单代理模式)缺少 toolPairReconciler 和 orphanToolPruner,
当 summarization 截断历史破坏配对后,序列化到 OpenAI API 触发 400
"insufficient tool messages following tool_calls message"。
新增 AgenticMessage 版本的 reconciler 和 pruner,与 classic 路径对齐。
Co-authored-by: temp <temp@tempdeMacBook-Pro.local >
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-08-19 17:29:25 +08:00
temp and Cursor
d88cfea761
fix: 为 Eino agentic 路径补充 tool_call/tool_result 配对防御中间件
...
agentic 路径(单代理模式)缺少 toolPairReconciler 和 orphanToolPruner,
当 summarization 截断历史破坏配对后,序列化到 OpenAI API 触发 400
"insufficient tool messages following tool_calls message"。
新增 AgenticMessage 版本的 reconciler 和 pruner,与 classic 路径对齐。
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-08-19 17:24:03 +08:00
RuoJi6
bec2d2faf1
修复多会话任务栏抖动、会话跳回与停止失效 ( #264 )
...
* fix(web): stabilize active task ordering
* fix(chat): preserve navigation during conversation startup
* fix(tasks): guarantee hard cancellation
* fix(chat): bind navigation and hard stop targets
* fix(chat): prevent replay from reclaiming navigation
2026-08-19 13:54:30 +08:00
RuoJi6
c7cc0bc9da
修复人工审批长内容遮挡及刷新审批人状态异常 ( #263 )
...
* docs(hitl): remove stale asm_list_resources references
* fix(hitl): constrain approval layout and preserve reviewer
2026-08-19 13:31:37 +08:00
公明 and Cursor
24d06c5220
Fix missing results for parallel Eino tool calls.
...
Merge streaming tool outputs by CallID with ConcatMessages, pair same-name historical results, and FIFO-match duplicate IDs so concurrent nmap 1/2 and 2/2 stay distinct.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-08-19 00:29:12 +08:00
公明
ac6e04a94c
Update config.example.yaml
v1.7.15
2026-08-19 00:14:46 +08:00
公明
cb58b90083
Update .gitignore
2026-08-18 20:53:37 +08:00
公明
5ccabdc3e4
Add files via upload
2026-08-18 20:52:02 +08:00
公明
286511d0a8
Add files via upload
2026-08-18 20:48:50 +08:00
公明
1f66b93866
Add files via upload
2026-08-18 20:41:19 +08:00
公明
c21ba6c419
Add files via upload
2026-08-18 20:38:40 +08:00
公明
5720de0d27
Add files via upload
2026-08-18 20:36:34 +08:00
公明
5aa2c382b0
Add files via upload
2026-08-18 20:34:53 +08:00
公明
98c380ed5f
Add files via upload
2026-08-18 20:31:48 +08:00
公明
11537713ce
Add files via upload
2026-08-18 20:30:18 +08:00
公明
acc2ebd7e2
Add files via upload
2026-08-18 20:29:17 +08:00
公明
5eaddd9e8c
Add files via upload
2026-08-18 20:25:43 +08:00
公明
3421d8b047
Add files via upload
2026-08-18 20:23:28 +08:00
公明
5b000d1e3e
Add files via upload
2026-08-18 20:22:40 +08:00
公明
cecbe5a086
Add files via upload
2026-08-18 20:20:39 +08:00
公明
c7603c2b66
Add files via upload
2026-08-18 20:17:38 +08:00
公明
d3bfb1c98e
Add files via upload
2026-08-18 20:15:30 +08:00
公明
55ee5fbac9
Delete internal directory
2026-08-18 20:14:29 +08:00
RuoJi6
910d07ea0a
docs(hitl): remove stale asm_list_resources references ( #259 )
2026-08-17 17:19:16 +08:00
公明
217f5570c2
Update config.example.yaml
2026-08-17 15:55:03 +08:00
RuoJi6
f30a9de01d
feat(hitl): expand safe read-only tool allowlist ( #258 )
2026-08-17 15:50:32 +08:00