Skip to content

Conversation

@yorkeccak
Copy link
Contributor

@yorkeccak yorkeccak commented Dec 28, 2025

v0.3.1 Changelog

  • Add Deliverable and DeliverableResult types
  • Add deliverables parameter to DeepResearchCreateRequest
  • Add deliverables field to DeepResearchStatusResponse
  • Add tokio dependency to fix compilation issue
  • Bump version to 0.3.0

yorkeccak and others added 6 commits December 28, 2025 22:55
- Add Deliverable and DeliverableResult types
- Add deliverables parameter to DeepResearchCreateRequest
- Add deliverables field to DeepResearchStatusResponse
- Add tokio dependency to fix compilation
- Bump version to 0.3.1
Added "standard" as valid DeepResearchMode value. The backend now returns "standard" instead of "lite", which was causing deserialization errors.

Changes:
- Added Standard variant to DeepResearchMode enum
- Updated default mode from Lite to Standard
- Kept Lite variant for backward compatibility (marked as deprecated)
- Updated documentation examples to use Standard mode
- Version bump: 0.3.1 -> 0.3.2
Added serde default for success field since API doesn't return it in the response body. The client now defaults success=true when deserializing successful API responses.
Added serde default for success field in status response.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant