| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 13 天前 | ||
fix(tui): input auto-wrap, Alt+Enter newline, and intelligent arrow key navigation By the way, apply cargo fmt for code style consistency. Co-Authored-By: GLM-5 | 15 天前 | |
feat(backend): wire backend into the current design Co-authored-by: yaozhenhe<yaozhenhe@huawei.com> | 2 个月前 | |
feat(core): concurrent tool batch, verified finish, plan on control path Loop-level execution quality, independent of the inner model: - Independent tool calls in a turn run concurrently while preserving call-order history; a suspending join_subagent is ordered last and same-path side-effecting calls fall back to sequential, so a batch can neither strand a committed mutation across a suspend nor race two writers on one file. Several suspends in one turn each resolve on resume (no stranded tool_use blocks). - Verified finish: the first stop is not accepted; a one-shot completion checklist re-anchors on the original task and only a second stop completes. Gated to runs that expose tools (a conversational turn is not nudged). - Plan on the control path: todo_write exposes a reader; open items are re-injected each turn and consulted before a stop is accepted. - Error classification: transient (stream/io/timeout/throttle) vs permanent; a repeated identical failing OR successful call injects a strategy-change nudge; malformed tool names are normalized before rejection. - On the final turn tools are withheld so the model commits a final answer rather than a cut-off tool call. Stale tool-result bodies beyond a recent window are pruned to a marker (token-keyed). - Declares futures-util in crates/core for the concurrent join. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> | 15 天前 | |
feat: add invoking a specific subagent support | 1 个月前 | |
refactor: error message not directly print to TUI. Restore error message to ~/.xiaoo/log | 30 天前 | |
feat(tui): add interaction between subagent and main agent support | 29 天前 | |
feat: enhance ToolRuntimeServices with workspace_root support - Added workspace_root field to ToolRuntimeServices for better project-scoped tool discovery. - Updated various components to utilize the new workspace_root, including daemon_runtime, hosted_runtime_resolver, and plugin tool sources. - Integrated toml dependency in Cargo files for improved configuration handling. | 1 个月前 | |
fix(tui): input auto-wrap, Alt+Enter newline, and intelligent arrow key navigation By the way, apply cargo fmt for code style consistency. Co-Authored-By: GLM-5 | 15 天前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 13 天前 | ||
| 15 天前 | ||
| 2 个月前 | ||
| 15 天前 | ||
| 1 个月前 | ||
| 30 天前 | ||
| 29 天前 | ||
| 1 个月前 | ||
| 15 天前 |