@agentty-xyz/testty 0.14.0 → 0.14.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,86 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [v0.14.2] - 2026-08-05
11
+
12
+ ### Changed
13
+
14
+ - agentty: treat orchestration touched areas as non-exclusive planning hints and use
15
+ changed-path comparisons as verification context instead of integration gates.
16
+ - agentty: keep review-request campaign tasks active until their child sessions merge,
17
+ complete, or report a closed review request.
18
+
19
+ ### Fixed
20
+
21
+ - agentty: keep draft orchestrators cancelable after worktree creation and before their
22
+ first goal submission.
23
+ - agentty: allow review-ready managed workers to open their worktrees through an
24
+ explicit confirmation flow.
25
+ - git: make command execution cancellable and bounded, retry index locks without
26
+ blocking, honor configured remotes, and preserve hook execution during squash merges.
27
+ - forge: paginate GitHub review snapshots and redact credentials embedded in remote
28
+ URLs.
29
+ - clipboard: fall back from Wayland to X11 when initializing Linux clipboard support.
30
+ - release: bump workspace crate metadata and lockfile package versions to `0.14.2`.
31
+
32
+ ### Contributors
33
+
34
+ - @minev-dev
35
+
36
+ ## [v0.14.1] - 2026-08-04
37
+
38
+ ### Added
39
+
40
+ - agentty: add standalone orchestration campaign boards with acceptance-criteria
41
+ planning, read-only managed workers, question relay, verification-gated integration,
42
+ follow-up continuations, detach ownership transfer, and approval-gated merges.
43
+
44
+ ### Changed
45
+
46
+ - agentty: render embedded forge HTML in issue descriptions and review conversations
47
+ with bounded normalization, comment filtering, entity decoding, malformed-tag
48
+ preservation, and numeric control-character rejection.
49
+ - agentty: use the `gemini-3.1-pro-preview` identifier for Gemini 3.1 Pro across Gemini
50
+ and Antigravity, migrate stored selections, and reject the retired identifier.
51
+ - workflow: use bounded cumulative session summaries as intent context for diff-grounded
52
+ commit messages and pull-request descriptions.
53
+ - ci: provide checksum-verified, architecture-specific E2E tool bundles for `amd64` and
54
+ `arm64`.
55
+ - deps: update `schemars` from `1.2.1` to `1.2.2`.
56
+ - release: bump workspace crate metadata and lockfile package versions to `0.14.1`.
57
+
58
+ ### Fixed
59
+
60
+ - agentty: provide selectable answers for orchestrator clarifications and routing
61
+ questions.
62
+ - agentty: bind orchestration question relays to their exact managed task, preserve
63
+ controller-authored questions, prevent managed-worker `Ctrl+c` interruption, and use
64
+ the global orchestration parallelism setting while choosing local merges or review
65
+ requests only when verified work is ready to integrate.
66
+ - agentty: persist controller verification verdicts before integration, re-verify
67
+ unintegrated siblings after follow-up work, and surface touched-area violations from
68
+ managed-child diffs.
69
+ - agentty: block managed workers from review-comment turns and preserve their final
70
+ review diff before merged worktree cleanup.
71
+ - agentty: key repeated campaign verification by generation, include the campaign goal
72
+ in its evidence, and complete campaigns without a redundant final controller turn.
73
+ - agentty: keep session titles and group labels visible while a running orchestrator
74
+ carries a multiline campaign-board snapshot.
75
+ - agentty: hide the unavailable `p: PR` action from orchestrator sessions.
76
+ - agentty: remove the misleading child-diff action from orchestrator campaign boards.
77
+ - agentty: route review follow-ups for settled campaign workers through their original
78
+ branches and re-run verification after the additional work.
79
+ - agentty: align orchestrator scroll bounds with the transcript pane below the campaign
80
+ board for line-by-line and half-page navigation.
81
+ - agentty: fail startup recovery on storage or Git errors while preserving unfinished
82
+ operations for retry on a later launch.
83
+
84
+ ### Contributors
85
+
86
+ - @andagaev
87
+ - @dependabot
88
+ - @minev-dev
89
+
10
90
  ## [v0.14.0] - 2026-08-03
11
91
 
12
92
  ### 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.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.14.0"
545
+ "version": "0.14.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.14.0"
3
+ "https://github.com/agentty-xyz/agentty/releases/download/v0.14.2"
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.2",
81
81
  "volta": {
82
82
  "node": "18.14.1",
83
83
  "npm": "9.5.0"