mirror of
https://github.com/instructkr/claw-code.git
synced 2026-04-04 02:04:47 +08:00
fix: resolve all post-merge compile errors
- Fix unresolved imports (auto_compaction, AutoCompactionEvent) - Add Thinking/RedactedThinking match arms - Fix workspace.dependencies serde_json - Fix enum exhaustiveness in OutputContentBlock matches - cargo check --workspace passes
This commit is contained in:
@@ -11,4 +11,4 @@ workspace = true
|
||||
[dependencies]
|
||||
plugins = { path = "../plugins" }
|
||||
runtime = { path = "../runtime" }
|
||||
serde_json = "1"
|
||||
serde_json.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user