claw-code/rust/crates/rusty-claude-cli/src
bellman adf5bd165e fix: validate --cwd and --date for system-prompt (#99)
--cwd now validates the path exists and is a directory before passing
it to the system prompt renderer. --date rejects values with newlines
or >20 chars to prevent prompt injection.

Generated with https://github.com/Yeachan-Heo/gajae-code
Co-authored-by: Gajae Code <dev@gajae-code.com>
2026-06-05 05:18:31 +09:00
..
init.rs fix: scaffold safe init settings 2026-06-04 15:34:15 +09:00
input.rs Reduce REPL overhead for orchestration-heavy workflows 2026-04-02 07:19:14 +00:00
main.rs fix: validate --cwd and --date for system-prompt (#99) 2026-06-05 05:18:31 +09:00
render.rs Remove the deprecated Claude subscription login path and restore a green Rust workspace 2026-04-11 17:24:44 +00:00
setup_wizard.rs feat: interactive provider wizard with fast model selection 2026-05-25 11:24:20 +09:00