Release v0.6.6
Highlights
Added reject_explain approval mode for beginner-friendly tool explanations. When users click "Explain" on a tool approval, the agent explains the action like teaching a 15-year-old.
What's Changed
✨ Features
- reject_explain mode: Asks the agent to explain:
- CONTEXT: What you're trying to accomplish overall
- CONCEPT: What this type of action is (e.g., "bash is like giving text instructions to your computer")
- THIS STEP: What specifically this will do, using simple analogies
- WHY NEEDED: Why this step is necessary
- CONSEQUENCE: What happens after, and if it's reversible
🔗 Related
- Matches TypeScript SDK update:
connectonion@0.0.6
Installation
```bash
pip install connectonion==0.6.6
```
Breaking Changes
None
Full Changelog: v0.6.5...v0.6.6