agentty 0.5.6 → 0.5.8

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,35 @@ 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.5.8] - 2026-03-10
9
+
10
+ ### Fixed
11
+
12
+ - **Git:** Ignore HTTPS userinfo in remote parsing.
13
+
14
+ ### Contributors
15
+
16
+ - @minev-dev
17
+
18
+ ## [v0.5.7] - 2026-03-10
19
+
20
+ ### Added
21
+
22
+ - **Plan:** Add session commit message flow plan.
23
+ - **UI:** Add branch publish popup for custom remote targets.
24
+ - **Session:** Persist published upstream refs for sessions.
25
+ - **Architecture:** Extract forge review-request code into `ag-forge`.
26
+
27
+ ### Changed
28
+
29
+ - **UI:** Replace review request flow with manual branch publish.
30
+ - **Projects:** Skip stale project directories in project list.
31
+ - **Docs:** Replace docs plan symlinks with explicit indexes and format plan headings.
32
+
33
+ ### Contributors
34
+
35
+ - @minev-dev
36
+
8
37
  ## [v0.5.6] - 2026-03-09
9
38
 
10
39
  ### Added
package/README.md CHANGED
@@ -4,9 +4,9 @@
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
6
 
7
- Session view includes first-class review workflows for linked GitHub pull
8
- requests and GitLab merge requests, including create/link, open-link, and
9
- manual refresh actions from the TUI.
7
+ Session view includes a manual branch-publish workflow so reviewed session
8
+ branches can be pushed from the TUI before you open a pull request or merge
9
+ request yourself.
10
10
 
11
11
  ## Installation
12
12
 
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "Apache-2.0",
25
25
  "name": "agentty",
26
- "version": "0.5.6"
26
+ "version": "0.5.8"
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.5.6"
518
+ "version": "0.5.8"
519
519
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/agentty-xyz/agentty/releases/download/v0.5.6",
2
+ "artifactDownloadUrl": "https://github.com/agentty-xyz/agentty/releases/download/v0.5.8",
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.5.6",
69
+ "version": "0.5.8",
70
70
  "volta": {
71
71
  "node": "18.14.1",
72
72
  "npm": "9.5.0"