Uh oh!
There was an error while loading. Please reload this page.
release: 0.8.0 - #29
Conversation
⚠️ Update blocked by conflict
⚠️ Update blocked by conflict
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
68e96d1 to
45eb9d6Compare45eb9d6 to
e3febdeComparee3febde to
a136c3eCompareUh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
a136c3e to
0859685Comparefix(go.mod): remove replace
0859685 to
05782b4Compare05782b4 to
ae1b520Compareae1b520 to
215a0c9Compare215a0c9 to
8d5f4b6Comparesjmiller609
commented
Feb 11, 2026
moving away from stainless for CLI |
Automated Release PR
0.8.0 (2026-01-30)
Full Changelog: v0.7.0...v0.8.0
⚠ BREAKING CHANGES
Features
Authorizationheader when using debug option (29b13d1)Bug Fixes
*.exefiles from customer SDK changes (c82e721)Chores
*.exefiles back to.gitignore(bf6fd1c)jsonviewsubpackage tointernal(94acefd)*.exefrom.gitignore(2f1e331)stretchr/testifyassertion helpers in tests (6206fbe)This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
Note
Medium Risk
Touches core CLI request construction/parsing and output/paging paths, so regressions could affect many commands and file handling. Debug logging changes are security-adjacent (redaction), though covered by new unit tests.
Overview
Prepares the 0.8.0 release: bumps
.release-please-manifest.json, updatesCHANGELOG.md, refreshes.stats.yml, and tweaks docs/ignore rules (adds*.exe, updates README run instructions/examples, updates LICENSE year).CLI behavior changes: adds a custom shell completion system (
__complete/@completion) with newinternal/autocompleteimplementation and embedded scripts, and enablesurfave/clisuggestions on command groups.Request/flag plumbing overhaul: replaces the old
requestflagtypes with a genericrequestflag.Flag[T], adds--foo.barinner field flags (internal/requestflag/innerflag.go), and reworks request building to support empty bodies, octet-stream bodies, and file-as-parameter expansion via@file,@file://, and@data://(plus stdin coordination when-is used).Output/UX improvements: moves
jsonviewintointernal, adds streaming exploration for iterators with incremental loading, introducesShowJSONIteratorwith smarter pager decisions, and adds a new debug HTTP middleware that logs requests/responses while redactingAuthorization(and other configurable sensitive headers).API surface expansion & generated updates: adds new
devicesresource commands and updates/extends other generated commands (e.g.,builds cancelhandler wiring,ingresses createuses inner flags), along with new mock-test harness and many new unit tests.CI/deps: updates GitHub Actions
checkouttov6, adds a dedicatedtestjob, and bumps dependencies (notablygithub.com/kernel/hypeman-gotov0.9.4, plusx/sys/x/term).Written by Cursor Bugbot for commit 8d5f4b6. This will update automatically on new commits. Configure here.