- Add shell_script_arg() method for bash/sh/cmd -c scripts - Allow > < redirects in shell scripts (blocked in regular args) - Allow && || command chaining in shell scripts - Update safe_sh_command functions to use shell_script_arg - Update run_commands, start, and LLM server commands - Block dangerous patterns: backticks, path traversal - Fix struct field mismatches and type errors |
||
|---|---|---|
| .. | ||
| context | ||
| llm_models | ||
| prompt_manager | ||
| cache.rs | ||
| cache_test.rs | ||
| claude.rs | ||
| episodic_memory.rs | ||
| local.rs | ||
| mod.rs | ||
| observability.rs | ||