v3.2.1

sipeed/picoclawv3.2.1Feb 17, 2026by kichanyurd

AI Summary

Adds configuration options like optional dependencies and tools while deprecating older methods, and fixes stability issues with server hangs and message handling.

Key Highlights

  • Add optional dependencies parameter
  • Add exclude() alias for guidelines/journeys
  • Deprecate attach_tool() in favor of new methods
  • Fix server hang on setup exception
  • Fix canned response field extraction

New Features

  • Optional dependencies parameter for guidelines, observations, and journeys
  • exclude() alias for prioritize_over()
  • tools parameter for create_observation methods
  • Separate default greeting responses for first agent message in fluid mode

Full Release Notes

## [3.2.1] - 2026-02-17

### Added

- Add optional `dependencies` parameter to guideline, observation, and journey creation methods
- Add `exclude()` as an alias for `prioritize_over()` on guidelines and journeys
- Add `tools` parameter to `create_observation` methods

### Changed

- Deprecate `attach_tool()` in favor of `create_guideline()`/`create_observation()` with `tools` parameter

### Fixed

- Preserve draft message language during canned response recomposition
- Fix server hang when an exception occurs during setup
- Fix canned response field extraction to handle falsy values