Skip to content

Commit 25f7526

Browse files
authored
chore: release v0.23.3 (#373)
1 parent 5a0fb25 commit 25f7526

16 files changed

Lines changed: 26 additions & 18 deletions

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.23.3] - 2026-07-19
11+
12+
### Fixed
13+
- Post-install smoke now accepts sessionfind v0.6.0's released command-list `--help` shape while retaining legacy usage-text compatibility, so clean Windows setup succeeds without Go or Cargo. (#355 / PR #372)
14+
1015
## [0.23.2] - 2026-07-19
1116

1217
### Fixed
@@ -818,7 +823,8 @@ Initial release.
818823
- OpenClaw adapter fragments and harness-aware doctor checks.
819824
- Experimental Hermes adapter fragments.
820825

821-
[Unreleased]: https://github.com/escoffier-labs/brigade/compare/v0.23.2...HEAD
826+
[Unreleased]: https://github.com/escoffier-labs/brigade/compare/v0.23.3...HEAD
827+
[0.23.3]: https://github.com/escoffier-labs/brigade/compare/v0.23.2...v0.23.3
822828
[0.23.2]: https://github.com/escoffier-labs/brigade/compare/v0.23.1...v0.23.2
823829
[0.23.1]: https://github.com/escoffier-labs/brigade/compare/v0.23.0...v0.23.1
824830
[0.23.0]: https://github.com/escoffier-labs/brigade/compare/v0.22.0...v0.23.0

docs/assets/quickstart.cast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[1.08, "o", "o"]
1919
[1.11, "o", "n"]
2020
[1.51, "o", "\r\n"]
21-
[1.57, "o", "brigade 0.23.2\r\n"]
21+
[1.57, "o", "brigade 0.23.3\r\n"]
2222
[2.37, "o", "\u001b[1;32m$\u001b[0m "]
2323
[2.4, "o", "b"]
2424
[2.43, "o", "r"]

docs/assets/quickstart.svg

Lines changed: 1 addition & 1 deletion
Loading

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "brigade-cli"
7-
version = "0.23.2"
7+
version = "0.23.3"
88
description = "Your agents run loops. Brigade keeps the receipts. Local control plane for multi-agent coding: share MCP/tools/memory, remember via handoffs, prove with file receipts, improve by promoting skills only on real exit codes. Claude Code, Codex, Grok, Hermes, OpenClaw, and more. Stations for evidence, code graph, pantry, skills. pipx install brigade-cli."
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/brigade/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Brigade: local operator-system CLI for agent workspaces."""
22

3-
__version__ = "0.23.2"
3+
__version__ = "0.23.3"

src/brigade/templates/components/manifest-v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": 1,
3-
"brigade_version": "0.23.2",
3+
"brigade_version": "0.23.3",
44
"manifest_revision": "2026-07-19",
55
"supported_platforms": [
66
"linux-amd64",

src/brigade/templates/hermes/memory-handoff.harness.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Describes the handoff inbox + routing targets that Hermes should treat",
66
"as the canonical memory contract."
77
],
8-
"_brigade_version": "0.23.2",
8+
"_brigade_version": "0.23.3",
99
"_brigade_status": "validated",
1010
"memory_handoff": {
1111
"inbox_dir": ".hermes/memory-handoffs",

src/brigade/templates/hermes/model-lanes.harness.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Suggested model lane names. Same shape as the OpenClaw alias map so",
66
"knowledge cards and runbooks can talk about lanes without naming providers."
77
],
8-
"_brigade_version": "0.23.2",
8+
"_brigade_version": "0.23.3",
99
"_brigade_status": "validated",
1010
"model_lanes": {
1111
"main": "<provider/main-model-id>",

src/brigade/templates/hermes/workspace.harness.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"",
99
"Replace <hermes-config-path> with your Hermes config location."
1010
],
11-
"_brigade_version": "0.23.2",
11+
"_brigade_version": "0.23.3",
1212
"_brigade_status": "validated",
1313
"workspace": {
1414
"root": "<workspace-root>",

src/brigade/templates/memory/chat-memory-sweep.example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_brigade_version": "0.23.2",
2+
"_brigade_version": "0.23.3",
33
"_description": "Example output contract for a nightly chat/session memory sweep. Keep raw chat transcripts in crawler archives; this file contains summaries and local source locators only.",
44
"generated_at": "2026-05-26T22:09:00-04:00",
55
"window": {

0 commit comments

Comments
 (0)