Skip to content
Closed
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
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ members = [
]

[workspace.package]
version = "0.1.12"
version = "0.1.13"
edition = "2024"
rust-version = "1.85"
license = "Apache-2.0"
Expand Down
27 changes: 27 additions & 0 deletions crates/agent-tui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.13](https://github.com/ConductorOne/agent-tui/compare/0.1.12...0.1.13) - 2026-06-29

### Added

- *(snapshot)* Ship-nice PNG renders — palette, chrome frame, attrs, restyled annotate
- *(cli)* Add shell completions and man-page generation

### Documentation

- *(ai-cli)* Narrow live adapter proof boundary ([#111](https://github.com/ConductorOne/agent-tui/pull/111))

### Fixed

- *(release)* Configure git-cliff changelog generation (dedup + skip merge/release noise)
- *(release)* Correct off-by-one version attribution + doubled Unreleased in CHANGELOG

### Other

- *(launch)* Prepare public release readiness ([#105](https://github.com/ConductorOne/agent-tui/pull/105))
- Add manifest v2 agent control refs
- Harden daemon trust boundaries

### Testing

- *(ai-cli)* Cover AI SDK harness CLI names ([#109](https://github.com/ConductorOne/agent-tui/pull/109))


### Added

- *(adapters)* Manifest v2 durable refs, dynamic row selectors, and signal refs for agents driving agents.
Expand Down
Loading