New Features #
Parallel Agent Execution
- Multiple concurrent agents: Introduced a new parallel agent system that allows launching multiple agents simultaneously to work on the same task
- Configurable agent count: Users can control the number of parallel agents through settings
- Automatic synthesis: When using parallel agents, responses are automatically combined into a unified solution
- Performance improvement: Significantly faster execution for complex, multi-faceted tasks
Enhanced Edit Capabilities
- Jupyter Notebook support: Added
NotebookEdittool for editing Jupyter notebook cells - Use
edit_mode=insertto add new cells - Use
edit_mode=deleteto remove cells - Use
edit_mode=replaceto update existing cells (default) - Example:
notebook_path="/path/to/notebook.ipynb", cell_number=0, new_source="print('Hello')", edit_mode="insert"
Improved Thinking Mode
- Dynamic thinking tokens: Thinking capacity now adjusts based on user prompts
- "think" → 4,000 tokens
- "think hard/deeply/more" → 10,000 tokens
- "think harder/longer/really hard" → 31,999 tokens
- Environment variable control: Set
MAX_THINKING_TOKENSto override automatic detection
Development Partner Program Integration
- Data sharing notifications: Organizations enrolled in the Development Partner Program receive clear notifications about data sharing
- Discounted pricing: Automatic cost adjustments for qualifying organizations
- Visual indicators: Special UI elements show enrollment status