agentty 0.6.9 → 0.6.11

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,12 +5,56 @@ 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.11] - 2026-03-28
9
+
10
+ ### Added
11
+
12
+ - Launch and reopen sibling sessions from follow-up tasks.
13
+ - Show session active-work timers and metadata in UI lists.
14
+ - Add `testty` E2E proof pipeline with native rendering and frame diffing.
15
+ - Add roadmap queue tooling and planning workflows.
16
+
17
+ ### Changed
18
+
19
+ - Migrate E2E tests to the `testty` proof pipeline and remove the `check-indexes` hook.
20
+ - Propagate typed errors through app, session, and infra layers.
21
+ - Keep unchanged review sessions in view mode.
22
+ - Remove GitLab review request support.
23
+ - Streamline prompt suggestion handling and question-mode interactions.
24
+ - Replace directory indexes with semantic agent guidance.
25
+
26
+ ### Contributors
27
+
28
+ - @andagaev
29
+ - @dependabot
30
+ - @minev-dev
31
+
32
+ ## [v0.6.10] - 2026-03-26
33
+
34
+ ### Added
35
+
36
+ - Add a docs-site blog section.
37
+ - Add roadmap metadata requirements for step headings, IDs, assignees, and claim commits.
38
+
39
+ ### Changed
40
+
41
+ - Rename the Rust-native TUI E2E crate from `ag-tui-test` to `testty` and prepare it for crates.io publishing.
42
+ - Remove the manual review-request sync flow and keep `end_turn_no_answer` aligned with `Review`.
43
+ - Refocus implementation-roadmap guidance on active follow-up work and simpler step operations.
44
+ - Remove `#[ignore]` gates from E2E tests.
45
+ - Clarify session commit prompt guidance to consult repository commit conventions.
46
+
47
+ ### Contributors
48
+
49
+ - @andagaev
50
+ - @minev-dev
51
+
8
52
  ## [v0.6.9] - 2026-03-25
9
53
 
10
54
  ### Added
11
55
 
12
56
  - Add `s` keybinding to sync review request status in session view.
13
- - Add `ag-tui-test` TUI E2E testing framework with PTY-driven semantic assertions.
57
+ - Add `testty` TUI E2E testing framework with PTY-driven semantic assertions.
14
58
 
15
59
  ### Changed
16
60
 
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "Apache-2.0",
25
25
  "name": "agentty",
26
- "version": "0.6.9"
26
+ "version": "0.6.11"
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.9"
518
+ "version": "0.6.11"
519
519
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/agentty-xyz/agentty/releases/download/v0.6.9",
2
+ "artifactDownloadUrl": "https://github.com/agentty-xyz/agentty/releases/download/v0.6.11",
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.9",
69
+ "version": "0.6.11",
70
70
  "volta": {
71
71
  "node": "18.14.1",
72
72
  "npm": "9.5.0"