@agentty-xyz/testty 0.13.1 → 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,51 @@ 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
+
10
55
  ## [v0.13.1] - 2026-07-15
11
56
 
12
57
  ### 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.1"
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.1"
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.1"
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.1",
80
+ "version": "0.13.2",
81
81
  "volta": {
82
82
  "node": "18.14.1",
83
83
  "npm": "9.5.0"