@agentty-xyz/testty 0.16.0 → 0.16.1

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.md CHANGED
@@ -7,6 +7,44 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [v0.16.1] - 2026-09-22
11
+
12
+ ### Added
13
+
14
+ - `ag-harness`: sandboxed Bash execution with durable command recovery and a public
15
+ execution contract that lets hosts select or plug in their own Bash executor.
16
+ - `ag-harness`: ordered text and image turn input, model-declared context budgets, and
17
+ history compaction into replayable session checkpoints.
18
+ - `ag-harness`: durable session model switching, registry-based model construction,
19
+ durable host-request recovery, controlled turn cancellation, and injectable
20
+ transactional and process-local session stores.
21
+
22
+ ### Changed
23
+
24
+ - `agentty`: replace Opus 5 and GPT-5.6 Sol/Luna with `claude-opus-5-5`, `gpt-6-sol`,
25
+ and `gpt-6-luna`, including saved selections and defaults.
26
+ - `agentty`: centralize execution contracts, enforce worker-mediated sessions, and
27
+ harden agent workflows with typed contracts and bounded evidence.
28
+ - `agentty`: persist focused reviews so they resume safely, and centralize session
29
+ channel composition.
30
+ - `ag-harness`: separate persistence from filesystem-effect settlement and condense
31
+ crate documentation into concise overviews.
32
+ - workspace: update the Rust toolchain, dependencies, GitHub Actions, and the E2E CI
33
+ image.
34
+ - release: bump workspace crate metadata and lockfile package versions to `0.16.1`.
35
+
36
+ ### Fixed
37
+
38
+ - `ag-harness`: restore Linux workspace write grants through Landlock confinement.
39
+ - workspace: unblock the containerized E2E run and publish the locally verified E2E
40
+ image.
41
+
42
+ ### Contributors
43
+
44
+ - @andagaev
45
+ - @dependabot
46
+ - @minev-dev
47
+
10
48
  ## [v0.16.0] - 2026-09-16
11
49
 
12
50
  ### Added
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "Apache-2.0",
25
25
  "name": "@agentty-xyz/testty",
26
- "version": "0.16.0"
26
+ "version": "0.16.1"
27
27
  },
28
28
  "node_modules/@isaacs/cliui": {
29
29
  "engines": {
@@ -542,5 +542,5 @@
542
542
  }
543
543
  },
544
544
  "requires": true,
545
- "version": "0.16.0"
545
+ "version": "0.16.1"
546
546
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "artifactDownloadUrls": [
3
- "https://github.com/agentty-xyz/agentty/releases/download/v0.16.0"
3
+ "https://github.com/agentty-xyz/agentty/releases/download/v0.16.1"
4
4
  ],
5
5
  "bin": {
6
6
  "testty": "run-testty.js"
@@ -76,7 +76,7 @@
76
76
  "zipExt": ".tar.xz"
77
77
  }
78
78
  },
79
- "version": "0.16.0",
79
+ "version": "0.16.1",
80
80
  "volta": {
81
81
  "node": "18.14.1",
82
82
  "npm": "9.5.0"