@agentty-xyz/testty 0.13.0 → 0.13.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,96 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [v0.13.2] - 2026-07-16
11
+
12
+ ### Added
13
+
14
+ - agentty: add shared semantic text editing across prompt, clarification,
15
+ publish-branch, and launch-configuration inputs, including word and line movement,
16
+ consistent paste behavior, and bounded undo and redo history.
17
+ - security: add a security policy covering supported versions, private vulnerability
18
+ reporting, response and disclosure timelines, and safe harbor.
19
+ - docs: add the SonarCloud coverage badge to `README.md`.
20
+
21
+ ### Changed
22
+
23
+ - agentty: bind pasted image attachments to exact placeholder occurrences and input
24
+ revisions so editing, undo, redo, and prompt-history navigation preserve the intended
25
+ images and clean up discarded files safely.
26
+ - agentty: align the activity heatmap with its dashboard panel by deriving panel height
27
+ from content and removing the redundant legend and summary footer.
28
+ - agentty: render queued follow-up messages after the transcript messages and workflow
29
+ notices that preceded them.
30
+ - agentty: normalize transcript, queued-message, and workflow-notice spacing to one
31
+ empty line between visible messages.
32
+ - agentty: keep focused review suggestions aligned with decisions, accepted tradeoffs,
33
+ and explanations already resolved in the session chat.
34
+ - agentty: centralize chat-focus key handling while preserving transcript scrolling,
35
+ diff preview, prompt draft protection, and question-mode exit behavior.
36
+ - agentty: extract transcript-to-display-line assembly from `SessionOutput`, leaving the
37
+ component responsible for layout caching, scrolling, loader effects, and painting.
38
+ - deps: update `agent-client-protocol` to `1.2.0` and `serde_with` to `3.21.0`.
39
+ - ci: run SonarQube from coverage jobs with LCOV input and remove the standalone
40
+ security-scan workflow.
41
+ - ci: update `taiki-e/install-action` from `2.82.10` to `2.82.11`.
42
+ - release: bump workspace crate metadata and lockfile package versions to `0.13.2`.
43
+
44
+ ### Fixed
45
+
46
+ - agentty: render assigned issue rows with the active theme's text color.
47
+ - ci: grant the Pages workflow the read permissions required by its build steps.
48
+
49
+ ### Contributors
50
+
51
+ - @andagaev
52
+ - @dependabot
53
+ - @minev-dev
54
+
55
+ ## [v0.13.1] - 2026-07-15
56
+
57
+ ### Added
58
+
59
+ - testty: add `feature::Redaction` and `FeatureDemo::redact` so callers can declare
60
+ generated tokens the GIF freshness hash must ignore.
61
+ - testty: add `Redaction::literal` for exact-string redaction, such as the version an
62
+ application paints in its header.
63
+ - agentty: declare the `wt/<hash>` session worktree redaction in feature tests, so a
64
+ session's random worktree name no longer makes every recorded GIF look stale.
65
+ - agentty: redact the `Agentty v<version>` header in feature tests so release bumps do
66
+ not stale every committed GIF hash.
67
+
68
+ ### Changed
69
+
70
+ - agentty: make `TESTTY_GIF_MODE=check` and `check-only` run freshness checks for
71
+ published feature GIFs instead of silently disabling GIF hashing, including failures
72
+ for invalid committed hash sidecars.
73
+ - testty: distinguish missing and invalid feature GIF hash sidecars in
74
+ `GifStatus::Stale`.
75
+ - testty: use a stable FNV-1a feature GIF frame hash so committed sidecars compare
76
+ consistently across local machines and CI.
77
+ - testty (breaking): `feature::compute_frame_hash` now takes the caller's redaction
78
+ rules as a second argument. Pass `&[]` to keep the previous behavior.
79
+ - agentty: nest the E2E test project and worktree directories under the test `HOME` so
80
+ the TUI paints home-collapsed paths (`~/test-project`, `~/.agentty/wt/<hash>`) and
81
+ feature GIF frame hashes reproduce across macOS and Linux CI.
82
+ - agentty: stub every supported agent CLI in E2E test environments — not just `claude` —
83
+ so the default agent a new session resolves is identical on developer machines and CI.
84
+ - agentty: run feature tests and VHS recordings with color disabled so GIF hashes remain
85
+ stable across local shells and CI.
86
+ - agentty: preserve prompt and question drafts while chat output is focused for
87
+ scrolling, and clarify the related footer shortcuts and send labels.
88
+ - agentty: accept and queue follow-up prompts while sessions are rebasing.
89
+ - agentty: preserve review-request publishing progress across session refreshes.
90
+ - agentty: place queued synchronization notices after the active turn and before
91
+ follow-up messages.
92
+ - ci: run coverage checks in presubmit and postsubmit workflows.
93
+ - release: bump workspace crate metadata and lockfile package versions to `0.13.1`.
94
+
95
+ ### Contributors
96
+
97
+ - @andagaev
98
+ - @minev-dev
99
+
10
100
  ## [v0.13.0] - 2026-07-14
11
101
 
12
102
  ### Added
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "Apache-2.0",
25
25
  "name": "@agentty-xyz/testty",
26
- "version": "0.13.0"
26
+ "version": "0.13.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.13.0"
545
+ "version": "0.13.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.13.0"
3
+ "https://github.com/agentty-xyz/agentty/releases/download/v0.13.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.13.0",
80
+ "version": "0.13.2",
81
81
  "volta": {
82
82
  "node": "18.14.1",
83
83
  "npm": "9.5.0"