chore: release v2.4.3
Build and Push / release (push) Successful in 2s
Build and Push / build (push) Successful in 1m14s

Ships the Steward capability-extraction fix (a905363), which has been on
main since earlier today while production continued to route on prose:
the running v2.4.2 still matches capability domains as substrings across
the Steward's whole response, so "description" selects housekeeper and
"acknowledge" selects librarian and biographer.

Patch rather than minor: no new capability, and the JSON on the wire is
unchanged. What changes is which agents get invoked, and only in the
cases that were already wrong.

Also carries the routing benchmark, its fixtures, the shared GPU
residency guard and the findings document, none of which are
user-visible.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-08-08 18:30:28 +02:00
co-authored by Claude
parent 2290320e9c
commit 84467c121a
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [2.4.3] - 2026-08-08
### Fixed
- Steward routing no longer triggers on words inside its own explanation. Capability
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "tatlock"
version = "2.4.2"
version = "2.4.3"
description = "OpenAI-compatible API with Ollama backend"
requires-python = ">=3.12"
dependencies = [