mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-28 14:07:55 +00:00
* feat: add interactive agent confirmation mode and fix tool loading - Add `interactive` and `confirm_callback` params to ToolUsingAgent and NativeReActAgent so CLI sessions can prompt user before tool execution - Fix tool resolution in `ask` and `chat` commands to fall back to config.tools.enabled when no --tools flag is provided - Register shell_exec tool in tools/__init__.py auto-discovery - Add dspy and gepa as optional learning extras (learning-dspy, learning-gepa) - Fix openjarvis-rust lock version (1.0.0 → 0.1.0) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix(cli): support configured tool defaults and confirmations --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>