Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .changes/unreleased/Minor-20260911-154754.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Patch-20260911-161200.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Patch-20260911-171500.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions .changes/v1.9.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## v1.9.0 - 2026-09-24
### Minor
* Rename agent create/update/replace --is-private flag to --is-public (not treated as breaking; agent commands are beta)
### Patch
* Reject resource identifiers containing ".." path segments and surface a clear error when base-url is misconfigured, instead of building an unintended request path
* Fixed a bug where removing the default project would randomly pick another project as the new default instead of clearing it; use `config project use` to set a new one
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## v1.9.0 - 2026-09-24
### Minor
* Rename agent create/update/replace --is-private flag to --is-public (not treated as breaking; agent commands are beta)
### Patch
* Reject resource identifiers containing ".." path segments and surface a clear error when base-url is misconfigured, instead of building an unintended request path
* Fixed a bug where removing the default project would randomly pick another project as the new default instead of clearing it; use `config project use` to set a new one

## v1.8.1 - 2026-09-03
### Patch
* Secrets are now redacted from CLI error output and credential list display
Expand Down
Loading