agentty 0.6.4 → 0.6.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 CHANGED
@@ -5,6 +5,51 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [v0.6.6] - 2026-03-18
9
+
10
+ ### Added
11
+
12
+ - Add VHS-based E2E testing framework with screenshot comparison.
13
+
14
+ ### Changed
15
+
16
+ - Refresh session workflow and settings docs.
17
+ - Keep tracked upstream branches current in the footer.
18
+ - Keep prompt file index unbounded within max depth.
19
+ - Keep publish branch shortcut keys in the input field.
20
+ - Extract shared input key utilities and add emacs-style editing to question input.
21
+ - Document shared-host test thread budget.
22
+
23
+ ### Refactored
24
+
25
+ - Introduce typed `DbError` for database operations.
26
+
27
+ ### Fixed
28
+
29
+ - Confirm review session cancellation.
30
+
31
+ ### Contributors
32
+
33
+ - @andagaev
34
+ - @minev-dev
35
+
36
+ ## [v0.6.5] - 2026-03-17
37
+
38
+ ### Added
39
+
40
+ - Add `AGENTS.md` files for app-server, CLI, and shared modules.
41
+ - Add the tech debt error handling implementation plan.
42
+
43
+ ### Changed
44
+
45
+ - Publish session branches with `git push --force-with-lease`.
46
+ - Update agent test expectations for generic agent wording and the current commit message model.
47
+
48
+ ### Contributors
49
+
50
+ - @andagaev
51
+ - @minev-dev
52
+
8
53
  ## [v0.6.4] - 2026-03-16
9
54
 
10
55
  ### Refactored
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "Apache-2.0",
25
25
  "name": "agentty",
26
- "version": "0.6.4"
26
+ "version": "0.6.6"
27
27
  },
28
28
  "node_modules/@isaacs/balanced-match": {
29
29
  "engines": {
@@ -515,5 +515,5 @@
515
515
  }
516
516
  },
517
517
  "requires": true,
518
- "version": "0.6.4"
518
+ "version": "0.6.6"
519
519
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/agentty-xyz/agentty/releases/download/v0.6.4",
2
+ "artifactDownloadUrl": "https://github.com/agentty-xyz/agentty/releases/download/v0.6.6",
3
3
  "bin": {
4
4
  "agentty": "run-agentty.js"
5
5
  },
@@ -66,7 +66,7 @@
66
66
  "zipExt": ".tar.xz"
67
67
  }
68
68
  },
69
- "version": "0.6.4",
69
+ "version": "0.6.6",
70
70
  "volta": {
71
71
  "node": "18.14.1",
72
72
  "npm": "9.5.0"