paseo-agy-acp 2.3.0 → 2.3.1
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
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `paseo-agy-acp` are recorded here.
|
|
4
4
|
|
|
5
|
+
## 2.3.1 - 2026-08-31
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
|
|
9
|
+
- Show the official OAuth authorization URL promptly during `--login`, put the
|
|
10
|
+
URL on its own line, and allow pasting the browser callback URL so it can be
|
|
11
|
+
delivered to the kernel's local loopback listener.
|
|
12
|
+
|
|
13
|
+
### Verification
|
|
14
|
+
|
|
15
|
+
- Complete validation: 37 test files, 217 passed, 1 skipped; architecture and
|
|
16
|
+
secret checks passed.
|
|
17
|
+
|
|
18
|
+
### Contributors
|
|
19
|
+
|
|
20
|
+
- Thanks to [@maomomo-eth](https://github.com/maomomo-eth) for the login prompt
|
|
21
|
+
and callback delivery work in [#10](https://github.com/tiezbro/paseo-agy-acp/pull/10).
|
|
22
|
+
|
|
5
23
|
## 2.3.0 - 2026-08-30
|
|
6
24
|
|
|
7
25
|
### Added
|