v0.2.0
0.2.0 (2026-01-31)
Full Changelog: v0.1.0...v0.2.0
Features
- api: add
descriptionfield to chats, maketitleoptional (fbf0470) - api: add upload asset and edit message endpoints (6d37bf4)
- api: manual updates (d52c6cb)
- api: manual updates (782c77d)
- api: remove mcp for now (0cf432f)
- client: add a convenient param.SetJSON helper (9ea70da)
- encoder: support bracket encoding form-data object members (a338742)
Bug Fixes
- client: correctly specify Accept header with / instead of empty (2bcd6c1)
- docs: add missing pointer prefix to api.md return types (9fd334b)
- fix for namespace collisions with client and resource test methods (7454269)
- mcp: correct code tool API endpoint (568939e)
- rename param to avoid collision (d304cbe)
Chores
- add float64 to valid types for RegisterFieldValidator (4658d5c)
- bump gjson version (1194594)
- configure new SDK language (ebb892c)
- elide duplicate aliases (fa3d456)
- internal: codegen related update (f2d3a30)
- internal: codegen related update (77a6d60)
- internal: grammar fix (it's -> its) (60171f3)
- internal: update
actions/checkoutversion (1f84ff0)
Documentation
- prominently feature MCP server setup in root SDK readmes (fcad6f3)