dsh-agy-link 0.4.26 → 0.4.27
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 +9 -0
- package/dist/index.js +198 -116
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.4.27 (2026-09-11)
|
|
4
|
+
|
|
5
|
+
- **Fixed: Windows binary discovery misses the official Google installer path (Issue #7).**
|
|
6
|
+
- `resolveAgyBin()` now probes `%LOCALAPPDATA%\agy\bin\agy.exe` (plus `.cmd`/`.bat` siblings and the WinGet Links shim), so installs via `irm https://antigravity.google/cli/install.ps1 | iex` no longer raise `AGY_NOT_INSTALLED` when PATH has not propagated to the GUI process.
|
|
7
|
+
- **Fixed: Quota unavailable on Linux (Issue #8).**
|
|
8
|
+
- Added `readLinuxSecretToken()`: the primary account's OAuth credential is now read from the FreeDesktop Secret Service (GNOME Keyring / KDE Wallet) via `secret-tool`, with a python3-dbus fallback — the same `service="gemini" / username="antigravity"` go-keyring slot agy writes on Linux.
|
|
9
|
+
- `QuotaService.readSystemKeychainToken()` now dispatches per platform (darwin → Keychain, linux → Secret Service), restoring quota refresh on Linux where no on-disk token file exists.
|
|
10
|
+
- Shared go-keyring payload parsing (raw or `go-keyring-base64:` prefixed JSON) extracted into `parseGoKeyringPayload`.
|
|
11
|
+
|
|
3
12
|
## 0.4.26 (2026-09-07)
|
|
4
13
|
|
|
5
14
|
- **Added: Support for `gemini-3.8-flash` in Fallback Models Catalog (Issue #6).**
|