Skip to content

Commit 1a435db

Browse files
release: v0.286.8
1 parent 64d9be4 commit 1a435db

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = ["crates/*"]
88

99
[package]
1010
name = "homeboy"
11-
version = "0.286.7"
11+
version = "0.286.8"
1212
edition = "2021"
1313
default-run = "homeboy"
1414
license = "MIT"

docs/changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ All notable changes to Homeboy CLI are documented in this file.
44

55
(This file is embedded into the CLI binary and is also viewable via `homeboy changelog`.)
66

7+
## [0.286.8] - 2026-07-15
8+
9+
### Changed
10+
- Keep detached Lab workloads alive after SSH handoff
11+
- break secret_env_plan <-> env_materialization_plan cycle
12+
- extract contract export writing + fix dispatch marker
13+
- extract runner-exec artifact promotion into core
14+
- extract agent-task config/policy types into leaf module
15+
- Finalize clean committed branches
16+
- extract bench artifact persistence into core service
17+
- recover cycle-break cuts 2-4 (policy relocate, projection move, path-materialization leaf)
18+
- Recover provider rotation from incompatible scratch indexes
19+
- Preserve managed workspaces across agent-task retry
20+
- extract artifact preview/capture + runner-attach into core
21+
- Remove terminal legacy agent-task backfill
22+
- Finalize committed manual branches
23+
24+
### Fixed
25+
- distinguish missing command-status fixture from contract violation
26+
- treat *_fixture(s).rs as test paths in is_test_path
27+
- fix(agent-task): reclaim provider verification scratch
28+
- Fix agent-task promotion recovery state
29+
730
## [0.286.7] - 2026-07-15
831

932
### Changed

0 commit comments

Comments
 (0)