Skip to content

Release v0.6.6

Choose a tag to compare

@wu-changxing wu-changxing released this 07 Feb 14:58

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:
    1. CONTEXT: What you're trying to accomplish overall
    2. CONCEPT: What this type of action is (e.g., "bash is like giving text instructions to your computer")
    3. THIS STEP: What specifically this will do, using simple analogies
    4. WHY NEEDED: Why this step is necessary
    5. 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