@agentty-xyz/testty 0.16.0 → 0.16.2

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,61 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [v0.16.2] - 2026-09-23
11
+
12
+ ### Changed
13
+
14
+ - `agentty`: carry subagent, MCP, and tool execution policies through workers and agent
15
+ runtimes, including retries and reused sessions.
16
+ - workspace: speed up concurrent Rust builds with optional shared compiler caching and
17
+ CPU-based Cargo parallelism.
18
+ - workspace: update dependencies and GitHub Actions, and condense documentation around
19
+ current behavior and canonical architecture references.
20
+ - release: bump workspace crate metadata and lockfile package versions to `0.16.2`.
21
+
22
+ ### Contributors
23
+
24
+ - @dependabot
25
+ - @minev-dev
26
+
27
+ ## [v0.16.1] - 2026-09-22
28
+
29
+ ### Added
30
+
31
+ - `ag-harness`: sandboxed Bash execution with durable command recovery and a public
32
+ execution contract that lets hosts select or plug in their own Bash executor.
33
+ - `ag-harness`: ordered text and image turn input, model-declared context budgets, and
34
+ history compaction into replayable session checkpoints.
35
+ - `ag-harness`: durable session model switching, registry-based model construction,
36
+ durable host-request recovery, controlled turn cancellation, and injectable
37
+ transactional and process-local session stores.
38
+
39
+ ### Changed
40
+
41
+ - `agentty`: replace Opus 5 and GPT-5.6 Sol/Luna with `claude-opus-5-5`, `gpt-6-sol`,
42
+ and `gpt-6-luna`, including saved selections and defaults.
43
+ - `agentty`: centralize execution contracts, enforce worker-mediated sessions, and
44
+ harden agent workflows with typed contracts and bounded evidence.
45
+ - `agentty`: persist focused reviews so they resume safely, and centralize session
46
+ channel composition.
47
+ - `ag-harness`: separate persistence from filesystem-effect settlement and condense
48
+ crate documentation into concise overviews.
49
+ - workspace: update the Rust toolchain, dependencies, GitHub Actions, and the E2E CI
50
+ image.
51
+ - release: bump workspace crate metadata and lockfile package versions to `0.16.1`.
52
+
53
+ ### Fixed
54
+
55
+ - `ag-harness`: restore Linux workspace write grants through Landlock confinement.
56
+ - workspace: unblock the containerized E2E run and publish the locally verified E2E
57
+ image.
58
+
59
+ ### Contributors
60
+
61
+ - @andagaev
62
+ - @dependabot
63
+ - @minev-dev
64
+
10
65
  ## [v0.16.0] - 2026-09-16
11
66
 
12
67
  ### 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.2"
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.2"
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.2"
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.2",
80
80
  "volta": {
81
81
  "node": "18.14.1",
82
82
  "npm": "9.5.0"