You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: sync with go-flashduty v0.14.4 (corrected OpenAPI surface)
- Bump go-flashduty to v0.14.4 and regenerate all commands.
- Downloads are real now: operations returning a bounded binary body
(CSV exports, enrichment mapping download, RUM issue export) generate
commands that stream Response.Raw, so 'fduty insight channel-export >
out.csv' works. cligen's streaming exclusion now covers only ndjson
streams, matching the SDK generator.
- Multipart uploads are curated: 'enrichment mapping-data-upload' and
'safari skill-upload' take --file (path or -) and ride the SDK's
hand-written upload methods. The previously generated upload command
could not send a file at all.
- cligen renders nullable union types ([T, null]) by their non-null
member at every classification site (new typeStr helper); nullable
arrays previously showed as 'any' and their children never expanded.
- Add claimStdin so --file - keeps the single-consumer stdin guard.
- Retire the retiredOperationIDs bridge: the linked spec no longer
carries those operations.
- Fix curated call sites for the corrected SDK types (pointer time
filters, nullable group name, MCP server item without tools).
0 commit comments