@agentty-xyz/testty 0.13.4 → 0.13.6
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 +54 -0
- package/README.md +9 -3
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
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.13.6] - 2026-07-22
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- agentty: batch linked review comments by marking each actionable thread to address or
|
|
15
|
+
deny before submitting one session-agent turn.
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- agentty: replace Gemini 3.5 Flash and Gemini 3.1 Flash-Lite with Gemini 3.6 Flash and
|
|
20
|
+
Gemini 3.5 Flash-Lite, migrating persisted selections to their replacements.
|
|
21
|
+
- agentty: centralize review comment selection and grouped-row presentation.
|
|
22
|
+
- testty: refresh the `README.md` header layout.
|
|
23
|
+
- ci: run E2E workflows in a pinned Linux/amd64 image and update the Zizmor action from
|
|
24
|
+
`0.5.7` to `0.6.0`.
|
|
25
|
+
- release: bump workspace crate metadata and lockfile package versions to `0.13.6`.
|
|
26
|
+
|
|
27
|
+
### Contributors
|
|
28
|
+
|
|
29
|
+
- @andagaev
|
|
30
|
+
- @dependabot
|
|
31
|
+
- @minev-dev
|
|
32
|
+
|
|
33
|
+
## [v0.13.5] - 2026-07-21
|
|
34
|
+
|
|
35
|
+
### Added
|
|
36
|
+
|
|
37
|
+
- agentty: add a rendered markdown and Mermaid preview toggle for changed markdown files
|
|
38
|
+
in diff view.
|
|
39
|
+
- agentty: start a session directly from assigned issue details, using the issue URL as
|
|
40
|
+
the initial prompt.
|
|
41
|
+
|
|
42
|
+
### Changed
|
|
43
|
+
|
|
44
|
+
- agentty: group review comments by unresolved, resolved, and standalone state while
|
|
45
|
+
preserving thread selection across refreshes.
|
|
46
|
+
- agentty: preserve prompt drafts when returning to `Sessions` and display `C` as the
|
|
47
|
+
done-session continuation shortcut.
|
|
48
|
+
- agentty: centralize session action eligibility, prompt composer state, settings
|
|
49
|
+
presentation state, and agent CLI subprocess execution behind their owning runtime
|
|
50
|
+
boundaries.
|
|
51
|
+
- docs: refresh the `README.md` navigation, homepage workflow highlights, and session
|
|
52
|
+
management showcase.
|
|
53
|
+
- ci: enforce coverage checks on all builds and update the grouped GitHub Actions
|
|
54
|
+
dependencies.
|
|
55
|
+
- deps: update `uuid` from `1.23.4` to `1.24.0`.
|
|
56
|
+
- release: bump workspace crate metadata and lockfile package versions to `0.13.5`.
|
|
57
|
+
|
|
58
|
+
### Contributors
|
|
59
|
+
|
|
60
|
+
- @andagaev
|
|
61
|
+
- @dependabot
|
|
62
|
+
- @minev-dev
|
|
63
|
+
|
|
10
64
|
## [v0.13.4] - 2026-07-18
|
|
11
65
|
|
|
12
66
|
### Changed
|
package/README.md
CHANGED
|
@@ -1,15 +1,21 @@
|
|
|
1
|
-
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
3
|
+
<h1>Testty</h1>
|
|
2
4
|
|
|
3
5
|
[](https://crates.io/crates/testty)
|
|
4
6
|
[](https://docs.rs/testty)
|
|
5
7
|
[](../../LICENSE)
|
|
6
8
|
|
|
7
|
-
[Documentation](docs/README.md) | [API reference](https://docs.rs/testty)
|
|
8
|
-
|
|
9
9
|
testty is a framework for end-to-end testing of terminal apps. It launches your real app
|
|
10
10
|
and checks what shows up on screen — text, colors, and highlights — with a single Rust
|
|
11
11
|
API.
|
|
12
12
|
|
|
13
|
+
[Documentation](docs/README.md) · [API reference](https://docs.rs/testty)
|
|
14
|
+
|
|
15
|
+
</div>
|
|
16
|
+
|
|
17
|
+
______________________________________________________________________
|
|
18
|
+
|
|
13
19
|
## Installation
|
|
14
20
|
|
|
15
21
|
```toml
|
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.13.
|
|
26
|
+
"version": "0.13.6"
|
|
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.13.
|
|
545
|
+
"version": "0.13.6"
|
|
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.13.
|
|
3
|
+
"https://github.com/agentty-xyz/agentty/releases/download/v0.13.6"
|
|
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.13.
|
|
80
|
+
"version": "0.13.6",
|
|
81
81
|
"volta": {
|
|
82
82
|
"node": "18.14.1",
|
|
83
83
|
"npm": "9.5.0"
|