@agentty-xyz/testty 0.14.0 → 0.14.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,60 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [v0.14.1] - 2026-08-04
11
+
12
+ ### Added
13
+
14
+ - agentty: add standalone orchestration campaign boards with acceptance-criteria
15
+ planning, read-only managed workers, question relay, verification-gated integration,
16
+ follow-up continuations, detach ownership transfer, and approval-gated merges.
17
+
18
+ ### Changed
19
+
20
+ - agentty: render embedded forge HTML in issue descriptions and review conversations
21
+ with bounded normalization, comment filtering, entity decoding, malformed-tag
22
+ preservation, and numeric control-character rejection.
23
+ - agentty: use the `gemini-3.1-pro-preview` identifier for Gemini 3.1 Pro across Gemini
24
+ and Antigravity, migrate stored selections, and reject the retired identifier.
25
+ - workflow: use bounded cumulative session summaries as intent context for diff-grounded
26
+ commit messages and pull-request descriptions.
27
+ - ci: provide checksum-verified, architecture-specific E2E tool bundles for `amd64` and
28
+ `arm64`.
29
+ - deps: update `schemars` from `1.2.1` to `1.2.2`.
30
+ - release: bump workspace crate metadata and lockfile package versions to `0.14.1`.
31
+
32
+ ### Fixed
33
+
34
+ - agentty: provide selectable answers for orchestrator clarifications and routing
35
+ questions.
36
+ - agentty: bind orchestration question relays to their exact managed task, preserve
37
+ controller-authored questions, prevent managed-worker `Ctrl+c` interruption, and use
38
+ the global orchestration parallelism setting while choosing local merges or review
39
+ requests only when verified work is ready to integrate.
40
+ - agentty: persist controller verification verdicts before integration, re-verify
41
+ unintegrated siblings after follow-up work, and surface touched-area violations from
42
+ managed-child diffs.
43
+ - agentty: block managed workers from review-comment turns and preserve their final
44
+ review diff before merged worktree cleanup.
45
+ - agentty: key repeated campaign verification by generation, include the campaign goal
46
+ in its evidence, and complete campaigns without a redundant final controller turn.
47
+ - agentty: keep session titles and group labels visible while a running orchestrator
48
+ carries a multiline campaign-board snapshot.
49
+ - agentty: hide the unavailable `p: PR` action from orchestrator sessions.
50
+ - agentty: remove the misleading child-diff action from orchestrator campaign boards.
51
+ - agentty: route review follow-ups for settled campaign workers through their original
52
+ branches and re-run verification after the additional work.
53
+ - agentty: align orchestrator scroll bounds with the transcript pane below the campaign
54
+ board for line-by-line and half-page navigation.
55
+ - agentty: fail startup recovery on storage or Git errors while preserving unfinished
56
+ operations for retry on a later launch.
57
+
58
+ ### Contributors
59
+
60
+ - @andagaev
61
+ - @dependabot
62
+ - @minev-dev
63
+
10
64
  ## [v0.14.0] - 2026-08-03
11
65
 
12
66
  ### Added
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "Apache-2.0",
25
25
  "name": "@agentty-xyz/testty",
26
- "version": "0.14.0"
26
+ "version": "0.14.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.14.0"
545
+ "version": "0.14.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.14.0"
3
+ "https://github.com/agentty-xyz/agentty/releases/download/v0.14.1"
4
4
  ],
5
5
  "bin": {
6
6
  "testty": "run-testty.js"
@@ -77,7 +77,7 @@
77
77
  "zipExt": ".tar.xz"
78
78
  }
79
79
  },
80
- "version": "0.14.0",
80
+ "version": "0.14.1",
81
81
  "volta": {
82
82
  "node": "18.14.1",
83
83
  "npm": "9.5.0"