·
2 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Changelog
Breaking changes
- Remove the
doctl gradient agentcommand tree (create,get,list,update,delete,update-visibility,list-versions, plusapikeys,route, andfunctionroute). Scripts using these paths will fail. - Promote knowledge bases to a top-level command: use
doctl knowledge-baseinstead ofdoctl gradient knowledge-base. - Hide
doctl gradientfrom public help. Public Gradient AI commands now live underdoctl knowledge-baseanddoctl inference.
Migration
| Old | New |
|---|---|
doctl gradient knowledge-base … |
doctl knowledge-base … |
doctl gradient list-models / list-regions / openai-key |
doctl inference … (unchanged from v1.171.0) |
doctl gradient agent … |
removed |
doctl gradient knowledge-base … still works as a hidden deprecated alias and prints a warning; it will be removed in a future release.
Other
- Fix pagination panic when an API last-page link has
page=0(empty lists), includingknowledge-base list.