@agentty-xyz/testty 0.13.7 → 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 +93 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,99 @@ 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
|
+
|
|
64
|
+
## [v0.14.0] - 2026-08-03
|
|
65
|
+
|
|
66
|
+
### Added
|
|
67
|
+
|
|
68
|
+
- agentty: support orchestrated child-session workflows with validated subtask plans,
|
|
69
|
+
bounded scheduling, status propagation, and session-tree navigation.
|
|
70
|
+
- agentty: add per-session response-speed controls and role-specific reasoning levels
|
|
71
|
+
for model defaults.
|
|
72
|
+
- agentty: add a `grilling` skill for explicitly requested, one-question-at-a-time plan
|
|
73
|
+
and decision stress tests.
|
|
74
|
+
- ag-harness: add a Qwen model adapter and schema-validated structured model output with
|
|
75
|
+
bounded responses and diagnostics.
|
|
76
|
+
|
|
77
|
+
### Changed
|
|
78
|
+
|
|
79
|
+
- agentty: route session operations through a foreground runtime, separate orchestration
|
|
80
|
+
policy from application runtime, and centralize UI surface routing and terminal input
|
|
81
|
+
handling.
|
|
82
|
+
- agentty: use native Antigravity stream output, retire obsolete model identifiers, and
|
|
83
|
+
migrate active sessions and persisted model selections to supported replacements.
|
|
84
|
+
- agentty: hydrate lazy transcripts from persisted history, refine provisional titles
|
|
85
|
+
after actionable intent, and allow canceled sessions to continue.
|
|
86
|
+
- agentty: complete merged stacked reviews after manual sync and keep post-sync workflow
|
|
87
|
+
statuses chronological.
|
|
88
|
+
- agentty: wrap slash-command selection, navigate directly to model selector rows, use
|
|
89
|
+
lowercase `c` to continue done sessions, and stack over-wide Mermaid graphs
|
|
90
|
+
vertically.
|
|
91
|
+
- agentty: harden persistence and external-command handling, validate stored lifecycle
|
|
92
|
+
state, and surface terminal reader and task-shutdown failures.
|
|
93
|
+
- deps: update `agent-client-protocol` to `2.0.0`, `base64` to `0.23.0`, `jsonschema` to
|
|
94
|
+
`0.49.1`, `tokio-util` to `0.7.19`, and pinned CI actions.
|
|
95
|
+
- release: bump workspace crate metadata and lockfile package versions to `0.14.0`.
|
|
96
|
+
|
|
97
|
+
### Contributors
|
|
98
|
+
|
|
99
|
+
- @andagaev
|
|
100
|
+
- @dependabot
|
|
101
|
+
- @minev-dev
|
|
102
|
+
|
|
10
103
|
## [v0.13.7] - 2026-07-27
|
|
11
104
|
|
|
12
105
|
### Added
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"hasInstallScript": true,
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"name": "@agentty-xyz/testty",
|
|
26
|
-
"version": "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.
|
|
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.
|
|
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.
|
|
80
|
+
"version": "0.14.1",
|
|
81
81
|
"volta": {
|
|
82
82
|
"node": "18.14.1",
|
|
83
83
|
"npm": "9.5.0"
|