feat: merge 2nd round from all rcc/* sessions

- api: tool_use parsing, message_delta, request_id tracking, retry logic
- tools: extended tool suite (WebSearch, WebFetch, Agent, etc.)
- cli: live streamed conversations, session restore, compact commands
- runtime: config loading, system prompt builder, token usage, compaction
This commit is contained in:
Yeachan-Heo
2026-03-31 17:43:25 +00:00
parent 44e4758078
commit 450556559a
23 changed files with 2388 additions and 3560 deletions

View File

@@ -6,12 +6,9 @@ license.workspace = true
publish.workspace = true
[dependencies]
clap = { version = "4.5.38", features = ["derive"] }
commands = { path = "../commands" }
compat-harness = { path = "../compat-harness" }
crossterm = "0.29.0"
pulldown-cmark = "0.13.0"
runtime = { path = "../runtime" }
syntect = { version = "5.2.0", default-features = false, features = ["default-fancy"] }
[lints]
workspace = true