release: v0.5.10
This commit is contained in:
parent
50ae83a92d
commit
becd2a732c
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## [0.5.10] - 2026-05-17
|
||||
|
||||
### Added
|
||||
- Added indexed keybind families under `[keys.indexed]` for jumping directly to workspace, tab, or visible agent positions 1-9.
|
||||
- Added hook-owned custom agent status labels, so integrations can show short visual states like `indexing` without changing semantic agent status.
|
||||
|
|
|
|||
|
|
@ -531,7 +531,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|||
|
||||
[[package]]
|
||||
name = "herdr"
|
||||
version = "0.5.9"
|
||||
version = "0.5.10"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"bincode",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "herdr"
|
||||
version = "0.5.9"
|
||||
version = "0.5.10"
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
description = "terminal workspace manager for AI coding agents"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## [0.5.10] - 2026-05-17
|
||||
|
||||
### Added
|
||||
- Added indexed keybind families under `[keys.indexed]` for jumping directly to workspace, tab, or visible agent positions 1-9.
|
||||
- Added hook-owned custom agent status labels, so integrations can show short visual states like `indexing` without changing semantic agent status.
|
||||
|
|
|
|||
Loading…
Reference in New Issue