| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
feat: initial commit with core features | 2 个月前 | |
feat: initial commit with core features | 2 个月前 | |
add kvcache coordinate feature | 1 个月前 | |
fix: resolve sync conflicts after updating master | 2 个月前 | |
rename hook crate name | 2 个月前 | |
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(llm-client): thread cached input tokens through Usage into trace spans Account for cache-read tokens end to end: - Usage carries cached_tokens (OpenAI prompt_tokens_details.cached_tokens; Anthropic cache_read_input_tokens), threaded into LLM_CALL / TURN trace spans. - Anthropic marks cache_control ephemeral on the stable system-prefix block ONLY, never the volatile Context block, so the breakpoint is read back across turns instead of being rewritten every turn. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> | 15 天前 | |
add lsp server, client and lsp tool | 2 个月前 | |
tui: fix context usage display 1. Split Tok and Ctx semantics so Tok remains total token usage while Ctx shows input context usage against the configured context window. 2. Carry estimated_input_tokens from core agent outcomes through the gateway into the TUI status panel. 3. Fall back to prompt_tokens when estimated input usage is unavailable and render Ctx as used/limit. Signed-off-by: Keqian Zhu <zhukeqian1@huawei.com> | 2 个月前 | |
fmt: Clean up fmt problem Signed-off-by: Keqian Zhu <zhukeqian1@huawei.com> | 2 个月前 | |
feat: initial commit with core features | 2 个月前 | |
feat: add reasoning effort configuration to CLI and related components - Introduced ReasoningEffort enum to manage reasoning effort levels (Off, High, Max). - Updated CLI commands to accept reasoning_effort as an argument. - Enhanced configuration structures and session management to include reasoning effort. - Modified various components to utilize the new reasoning effort settings, ensuring consistent behavior across the application. - Added default values and serialization support for reasoning effort in relevant structs. | 1 个月前 |