@agentty-xyz/testty 0.15.10 → 0.15.12

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,64 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [v0.15.12] - 2026-09-08
11
+
12
+ ### Added
13
+
14
+ - agentty: support repository file lookup in question answers.
15
+ - ag-harness: expose model history and validate tool calls.
16
+
17
+ ### Changed
18
+
19
+ - orchestration: move campaign orchestration into a reusable workspace crate.
20
+ - ag-harness: strengthen durable session persistence, recovery, and lifecycle handling.
21
+ - ag-harness: use trusted Git executables for repository tools and default the CLI to
22
+ Git from `PATH`.
23
+ - agentty: limit concurrent subagents for native providers.
24
+ - build: limit parallelism across sessions and update Rust, dependencies, and GitHub
25
+ Actions.
26
+ - release: bump workspace crate metadata and lockfile package versions to `0.15.12`.
27
+
28
+ ### Fixed
29
+
30
+ - agentty: keep session creation, transcript rendering, and scrolling responsive.
31
+ - agentty: preserve session replay context, protocol integrity, and replacement
32
+ continuations during resume fallback.
33
+ - agentty: skip duplicate automatic focused reviews and preserve review routing.
34
+ - agentty: track session resources without using runtime process IDs incorrectly.
35
+ - agentty: avoid optional Git locks during inspection and stop automatic commits on
36
+ persistent index locks.
37
+
38
+ ### Contributors
39
+
40
+ - @andagaev
41
+ - @dependabot
42
+ - @minev-dev
43
+
44
+ ## [v0.15.11] - 2026-09-05
45
+
46
+ ### Added
47
+
48
+ - agentty: add the `gpt-6-astra` Codex model with its large-context compaction policy.
49
+
50
+ ### Changed
51
+
52
+ - ag-harness: accept bounded assistant content alongside native tool calls while
53
+ preserving response-size limits.
54
+ - ag-harness: expand live benchmarks with persistent session reopening, lifecycle
55
+ telemetry, filtering, rate limiting, latency reporting, and redacted provider errors.
56
+ - ag-harness: simplify file line scanning and session history budget selection.
57
+ - release: bump workspace crate metadata and lockfile package versions to `0.15.11`.
58
+
59
+ ### Fixed
60
+
61
+ - agentty: restrict generated npm test scripts to owner-only executable permissions.
62
+
63
+ ### Contributors
64
+
65
+ - @andagaev
66
+ - @minev-dev
67
+
10
68
  ## [v0.15.10] - 2026-09-03
11
69
 
12
70
  ### Added
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "Apache-2.0",
25
25
  "name": "@agentty-xyz/testty",
26
- "version": "0.15.10"
26
+ "version": "0.15.12"
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.10"
545
+ "version": "0.15.12"
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.10"
3
+ "https://github.com/agentty-xyz/agentty/releases/download/v0.15.12"
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.10",
79
+ "version": "0.15.12",
81
80
  "volta": {
82
81
  "node": "18.14.1",
83
82
  "npm": "9.5.0"