agentty 0.7.3 → 0.7.4

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,23 @@ 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.7.4] - 2026-04-13
9
+
10
+ ### Added
11
+
12
+ - Add GitLab support to forge review requests.
13
+ - Add `feature-test` skill for E2E tests with VHS GIF generation.
14
+
15
+ ### Changed
16
+
17
+ - Auto-sync already-published session branches after completed turns.
18
+ - Consolidate review-request publishing under `p`.
19
+
20
+ ### Contributors
21
+
22
+ - @andagaev
23
+ - @minev-dev
24
+
8
25
  ## [v0.7.3] - 2026-04-08
9
26
 
10
27
  ### Added
package/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  ![NPM Version](https://img.shields.io/npm/v/agentty) [![codecov](https://codecov.io/gh/agentty-xyz/agentty/graph/badge.svg?token=YRGKGTM0HP)](https://codecov.io/gh/agentty-xyz/agentty)
4
4
 
5
5
  Agentty is an **ADE (Agentic Development Environment) for structured, controllable AI-assisted software development**. It is itself developed with Agentty, built with Rust and [Ratatui](https://ratatui.rs), and designed around a deeply integrated workflow.
6
+ Published session branches stay in sync automatically after later completed turns, so linked pull requests or merge requests do not drift behind the active worktree.
6
7
 
7
8
  ## Installation
8
9
 
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "Apache-2.0",
25
25
  "name": "agentty",
26
- "version": "0.7.3"
26
+ "version": "0.7.4"
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.7.3"
518
+ "version": "0.7.4"
519
519
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/agentty-xyz/agentty/releases/download/v0.7.3",
2
+ "artifactDownloadUrl": "https://github.com/agentty-xyz/agentty/releases/download/v0.7.4",
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.7.3",
69
+ "version": "0.7.4",
70
70
  "volta": {
71
71
  "node": "18.14.1",
72
72
  "npm": "9.5.0"