@agentty-xyz/testty 0.15.15 → 0.16.0

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,41 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [v0.16.0] - 2026-09-16
11
+
12
+ ### Added
13
+
14
+ - `ag-runtime` and `ag-worker`: reusable execution contracts and durable run scheduling.
15
+ - `ag-harness`: per-turn options, pinned repository comparisons, and durable write
16
+ journals.
17
+ - `ag-harness`: internal execution contracts and process supervision.
18
+ - `agentty`: focused-review progress reporting and automatic repair of pre-commit
19
+ failures during assisted rebases.
20
+
21
+ ### Changed
22
+
23
+ - `agentty`: route model runs through worker-owned execution with bounded concurrency,
24
+ recovery, and cancellation.
25
+ - `agentty`: pool focused-review runtimes, batch large diffs, and consolidate findings
26
+ across files while preserving partial results.
27
+ - `ag-harness`: retain captured session configuration and fence persistence with owner
28
+ tokens and leases.
29
+ - workspace: strengthen test coverage, instruction validation, and development guidance;
30
+ update the Rust toolchain, dependencies, and GitHub Actions.
31
+ - release: bump workspace crate metadata and lockfile package versions to `0.16.0`.
32
+
33
+ ### Fixed
34
+
35
+ - `agentty`: preserve operation ownership and process cleanup during cancellation.
36
+ - workspace: preserve lowercase, zero-padded SHA-256 hash encoding across dependency
37
+ upgrades.
38
+
39
+ ### Contributors
40
+
41
+ - @andagaev
42
+ - @dependabot
43
+ - @minev-dev
44
+
10
45
  ## [v0.15.15] - 2026-09-10
11
46
 
12
47
  ### Added
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "Apache-2.0",
25
25
  "name": "@agentty-xyz/testty",
26
- "version": "0.15.15"
26
+ "version": "0.16.0"
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.15.15"
545
+ "version": "0.16.0"
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.15.15"
3
+ "https://github.com/agentty-xyz/agentty/releases/download/v0.16.0"
4
4
  ],
5
5
  "bin": {
6
6
  "testty": "run-testty.js"
@@ -16,7 +16,7 @@
16
16
  "detect-libc": "^2.1.2",
17
17
  "rimraf": "^6.1.3"
18
18
  },
19
- "description": "Rust-native TUI end-to-end testing framework using PTY-driven semantic assertions, native frame rendering, and VHS-driven GIF capture.",
19
+ "description": "Agentty is an ADE (Agentic Development Environment) for structured, controllable AI-assisted software development.",
20
20
  "devDependencies": {
21
21
  "prettier": "^3.8.1"
22
22
  },
@@ -76,7 +76,7 @@
76
76
  "zipExt": ".tar.xz"
77
77
  }
78
78
  },
79
- "version": "0.15.15",
79
+ "version": "0.16.0",
80
80
  "volta": {
81
81
  "node": "18.14.1",
82
82
  "npm": "9.5.0"