@ouro.bot/cli 0.1.0-alpha.806 → 0.1.0-alpha.808

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/changelog.json CHANGED
@@ -1,6 +1,22 @@
1
1
  {
2
2
  "_note": "This changelog is maintained as part of the PR/version-bump workflow. Agent-curated, not auto-generated. Agents read this file directly via read_file to understand what changed between versions.",
3
3
  "versions": [
4
+ {
5
+ "version": "0.1.0-alpha.808",
6
+ "changes": [
7
+ "Keep engine retry controls and rejected attempts out of canonical conversation history while preserving accepted execution receipts.",
8
+ "Honor exact raw session redaction markers consistently across conversation readers and context rebuilds.",
9
+ "Add a private, confined eight-event Sanctuary session repair bound to exact native IDs, with canonical system-first projection, manifest/CAS readback, idempotence, and conditional rollback.",
10
+ "Validate required source assets in pre-build release checks while keeping compiled package checks strict.",
11
+ "Refresh existing multipart, mail-parsing, and test-tool dependencies to clear security advisories without changing the Bitwarden CLI version."
12
+ ]
13
+ },
14
+ {
15
+ "version": "0.1.0-alpha.807",
16
+ "changes": [
17
+ "Check provider readiness before opening chat after an explicit hatch."
18
+ ]
19
+ },
4
20
  {
5
21
  "version": "0.1.0-alpha.806",
6
22
  "changes": [
@@ -1,5 +1,5 @@
1
1
  {
2
- "runtimeVersion": "0.1.0-alpha.806",
2
+ "runtimeVersion": "0.1.0-alpha.808",
3
3
  "bundleSchemaVersion": 3,
4
4
  "lastUpdated": "2026-09-03T00:00:00.000Z"
5
5
  }
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0"?>
2
2
  <Container version="2">
3
3
  <Name>ouro-butler</Name>
4
- <Repository>ghcr.io/ourostack/ouroboros-butler:0.1.0-alpha.806</Repository>
4
+ <Repository>ghcr.io/ourostack/ouroboros-butler:0.1.0-alpha.808</Repository>
5
5
  <Registry>https://github.com/ourostack/ouroboros/pkgs/container/ouroboros-butler</Registry>
6
6
  <Network>host</Network>
7
7
  <Shell>sh</Shell>