@agentty-xyz/testty 0.15.11 → 0.15.13
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 +48 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,54 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [v0.15.13] - 2026-09-09
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- agentty: support repository file lookup in diff comments while preserving drafts.
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- release: bump workspace crate metadata and lockfile package versions to `0.15.13`.
|
|
19
|
+
|
|
20
|
+
### Contributors
|
|
21
|
+
|
|
22
|
+
- @minev-dev
|
|
23
|
+
|
|
24
|
+
## [v0.15.12] - 2026-09-08
|
|
25
|
+
|
|
26
|
+
### Added
|
|
27
|
+
|
|
28
|
+
- agentty: support repository file lookup in question answers.
|
|
29
|
+
- ag-harness: expose model history and validate tool calls.
|
|
30
|
+
|
|
31
|
+
### Changed
|
|
32
|
+
|
|
33
|
+
- orchestration: move campaign orchestration into a reusable workspace crate.
|
|
34
|
+
- ag-harness: strengthen durable session persistence, recovery, and lifecycle handling.
|
|
35
|
+
- ag-harness: use trusted Git executables for repository tools and default the CLI to
|
|
36
|
+
Git from `PATH`.
|
|
37
|
+
- agentty: limit concurrent subagents for native providers.
|
|
38
|
+
- build: limit parallelism across sessions and update Rust, dependencies, and GitHub
|
|
39
|
+
Actions.
|
|
40
|
+
- release: bump workspace crate metadata and lockfile package versions to `0.15.12`.
|
|
41
|
+
|
|
42
|
+
### Fixed
|
|
43
|
+
|
|
44
|
+
- agentty: keep session creation, transcript rendering, and scrolling responsive.
|
|
45
|
+
- agentty: preserve session replay context, protocol integrity, and replacement
|
|
46
|
+
continuations during resume fallback.
|
|
47
|
+
- agentty: skip duplicate automatic focused reviews and preserve review routing.
|
|
48
|
+
- agentty: track session resources without using runtime process IDs incorrectly.
|
|
49
|
+
- agentty: avoid optional Git locks during inspection and stop automatic commits on
|
|
50
|
+
persistent index locks.
|
|
51
|
+
|
|
52
|
+
### Contributors
|
|
53
|
+
|
|
54
|
+
- @andagaev
|
|
55
|
+
- @dependabot
|
|
56
|
+
- @minev-dev
|
|
57
|
+
|
|
10
58
|
## [v0.15.11] - 2026-09-05
|
|
11
59
|
|
|
12
60
|
### 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.15.
|
|
26
|
+
"version": "0.15.13"
|
|
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.
|
|
545
|
+
"version": "0.15.13"
|
|
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.
|
|
3
|
+
"https://github.com/agentty-xyz/agentty/releases/download/v0.15.13"
|
|
4
4
|
],
|
|
5
5
|
"bin": {
|
|
6
6
|
"testty": "run-testty.js"
|
|
@@ -28,7 +28,6 @@
|
|
|
28
28
|
"major": 2,
|
|
29
29
|
"series": 35
|
|
30
30
|
},
|
|
31
|
-
"homepage": "https://github.com/agentty-xyz/agentty",
|
|
32
31
|
"keywords": [
|
|
33
32
|
"development-tools::testing",
|
|
34
33
|
"command-line-interface",
|
|
@@ -77,7 +76,7 @@
|
|
|
77
76
|
"zipExt": ".tar.xz"
|
|
78
77
|
}
|
|
79
78
|
},
|
|
80
|
-
"version": "0.15.
|
|
79
|
+
"version": "0.15.13",
|
|
81
80
|
"volta": {
|
|
82
81
|
"node": "18.14.1",
|
|
83
82
|
"npm": "9.5.0"
|