forked from kent/consciousness
Convert read_file, write_file, edit_file, and glob from manual args["key"].as_str() parsing to serde_json::from_value with typed Args structs. Gives type safety, default values via serde attributes, and clearer error messages on missing/wrong-type arguments. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| bash.rs | ||
| control.rs | ||
| edit.rs | ||
| glob_tool.rs | ||
| grep.rs | ||
| journal.rs | ||
| memory.rs | ||
| mod.rs | ||
| read.rs | ||
| vision.rs | ||
| working_stack.rs | ||
| write.rs | ||