Skip to content

Commit 366673c

Browse files
committed
chore(release): v0.22.4
1 parent 77e4659 commit 366673c

3 files changed

Lines changed: 29 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.22.4] - 2026-08-13
11+
12+
### Added
13+
14+
- **Google Antigravity OAuth subscription provider.** A new
15+
`antigravity-oauth` channel exposes Google-native models over native Google
16+
REST, resolving the live OAuth access token from `auth.toml` (key
17+
`google-antigravity`) and refreshing it at activate/switch time. Registered
18+
with a public client id and an offline-access consent scope, it uses the
19+
browser login flow by default. The OAuth bearer resolution in the agent
20+
catalog and model discovery was collapsed from three per-provider match arms
21+
into a single `oauth_provider_id()`-driven lookup, so future OAuth channels
22+
no longer need bespoke resolution code; a matching `antigravity-oauth`
23+
template appears in the TUI provider picker with the correct labels.
24+
1025
## [0.22.3] - 2026-08-12
1126

1227
### Added
@@ -2654,7 +2669,8 @@ TUI, tool use, on-demand skills, plan mode, and durable sessions.
26542669
`neenee-agent``neenee-cli`) with typed errors and a unified agent loop.
26552670
- Standardized on MIT-only licensing.
26562671

2657-
[Unreleased]: https://github.com/ming2k/neenee/compare/v0.22.3...HEAD
2672+
[Unreleased]: https://github.com/ming2k/neenee/compare/v0.22.4...HEAD
2673+
[0.22.4]: https://github.com/ming2k/neenee/releases/tag/v0.22.4
26582674
[0.22.3]: https://github.com/ming2k/neenee/releases/tag/v0.22.3
26592675
[0.22.2]: https://github.com/ming2k/neenee/releases/tag/v0.22.2
26602676
[0.22.1]: https://github.com/ming2k/neenee/releases/tag/v0.22.1

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default-members = ["crates/neenee-cli"]
44
resolver = "2"
55

66
[workspace.package]
7-
version = "0.22.3"
7+
version = "0.22.4"
88
edition = "2024"
99
rust-version = "1.95"
1010
license = "MIT"

0 commit comments

Comments
 (0)