release: v0.6.3

This commit is contained in:
Ogulcan Celik
2026-05-27 18:49:33 +03:00
parent 61ee25e89e
commit 8d8eac3f85
4 changed files with 6 additions and 2 deletions
+2
View File
@@ -2,6 +2,8 @@
## Unreleased
## [0.6.3] - 2026-05-27
### Added
- Added native agent session restore behind `[session] resume_agents_on_restore`, allowing supported Pi, Claude Code, Codex, OpenCode, and Hermes panes with current official integrations to restart into their previous agent conversation after a Herdr server restart. (#233)
- Added opt-in pane screen history across full server restarts with `[experimental] pane_history = true` and Settings > Experiments > pane screen history. (#217, #248, thanks @icedac)
Generated
+1 -1
View File
@@ -531,7 +531,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "herdr"
version = "0.6.2"
version = "0.6.3"
dependencies = [
"base64",
"bincode",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "herdr"
version = "0.6.2"
version = "0.6.3"
edition = "2021"
build = "build.rs"
description = "terminal workspace manager for AI coding agents"
+2
View File
@@ -2,6 +2,8 @@
## Unreleased
## [0.6.3] - 2026-05-27
### Added
- Added native agent session restore behind `[session] resume_agents_on_restore`, allowing supported Pi, Claude Code, Codex, OpenCode, and Hermes panes with current official integrations to restart into their previous agent conversation after a Herdr server restart. (#233)
- Added opt-in pane screen history across full server restarts with `[experimental] pane_history = true` and Settings > Experiments > pane screen history. (#217, #248, thanks @icedac)