agentty 0.9.1 → 0.9.3

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,54 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [v0.9.3] - 2026-05-20
11
+
12
+ ### Added
13
+
14
+ - agentty: add Gemini 3.5 Flash as a selectable Gemini model.
15
+
16
+ ### Changed
17
+
18
+ - Bump workspace crate metadata and lockfile package versions to `0.9.3`.
19
+
20
+ ### Contributors
21
+
22
+ - @minev-dev
23
+
24
+ ## [v0.9.2] - 2026-05-20
25
+
26
+ ### Added
27
+
28
+ - agentty: add `/qe:check` as a prompt slash command that sends a checked-in
29
+ quality-enforcement audit prompt instead of running an in-process audit engine.
30
+ - Add reusable GitHub Actions OIDC publishing workflow support for npm release jobs.
31
+ - testty: split the README into a quick-start landing page plus focused docs for
32
+ assertions, frame diffing, journeys, proof reports, scenarios, snapshots, and
33
+ upgrades.
34
+
35
+ ### Changed
36
+
37
+ - agentty: switch Gemini prompt delivery from standard input to argument transport.
38
+ - agentty: warn on main-checkout drift and require clean preflight state before merge
39
+ workflows continue.
40
+ - agentty: split requested reviews into personal and group sections.
41
+ - agentty: refactor session state, prompt routing, UI formatting, and database access
42
+ into more focused modules.
43
+ - Update workspace guidance, docs, roadmap slices, and validation expectations.
44
+ - Bump workspace crate metadata and lockfile package versions to `0.9.2`.
45
+ - Bump dependency versions, including `askama` to `0.16.0` and `pulldown-cmark` to
46
+ `0.13.4`.
47
+
48
+ ### Removed
49
+
50
+ - agentty: remove the `Stats` tab and provider usage polling.
51
+
52
+ ### Contributors
53
+
54
+ - @andagaev
55
+ - @dependabot
56
+ - @minev-dev
57
+
10
58
  ## [v0.9.1] - 2026-05-02
11
59
 
12
60
  ### Changed
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "Apache-2.0",
25
25
  "name": "agentty",
26
- "version": "0.9.1"
26
+ "version": "0.9.3"
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.9.1"
545
+ "version": "0.9.3"
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.9.1"
3
+ "https://github.com/agentty-xyz/agentty/releases/download/v0.9.3"
4
4
  ],
5
5
  "bin": {
6
6
  "agentty": "run-agentty.js"
@@ -68,7 +68,7 @@
68
68
  "zipExt": ".tar.xz"
69
69
  }
70
70
  },
71
- "version": "0.9.1",
71
+ "version": "0.9.3",
72
72
  "volta": {
73
73
  "node": "18.14.1",
74
74
  "npm": "9.5.0"