@aether-agent/cli 0.7.8 → 0.7.10
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 +16 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [0.7.10](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.7.9...aether-agent-cli-v0.7.10) - 2026-06-04
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
|
|
9
|
+
- *(aether-cli)* Support encrypted file store for oauth for users that do not want full keyring ([#124](https://github.com/contextbridge/aether/pull/124))
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- *(aether-cli)* Default Plan edit unable to create/edit plan files ([#125](https://github.com/contextbridge/aether/pull/125))
|
|
14
|
+
|
|
15
|
+
## [0.7.9](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.7.8...aether-agent-cli-v0.7.9) - 2026-06-02
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
|
|
19
|
+
- *(aether-cli)* Detect stdio file descriptors and use unix streams o… ([#118](https://github.com/contextbridge/aether/pull/118))
|
|
20
|
+
|
|
5
21
|
## [0.7.8](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.7.7...aether-agent-cli-v0.7.8) - 2026-05-31
|
|
6
22
|
|
|
7
23
|
### Added
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"hasInstallScript": true,
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"name": "@aether-agent/cli",
|
|
26
|
-
"version": "0.7.
|
|
26
|
+
"version": "0.7.10"
|
|
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.7.
|
|
545
|
+
"version": "0.7.10"
|
|
546
546
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"artifactDownloadUrls": [
|
|
3
|
-
"https://github.com/contextbridge/aether/releases/download/aether-agent-cli-v0.7.
|
|
3
|
+
"https://github.com/contextbridge/aether/releases/download/aether-agent-cli-v0.7.10"
|
|
4
4
|
],
|
|
5
5
|
"bin": {
|
|
6
6
|
"aether": "run-aether.js"
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"zipExt": ".tar.xz"
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
|
-
"version": "0.7.
|
|
69
|
+
"version": "0.7.10",
|
|
70
70
|
"volta": {
|
|
71
71
|
"node": "18.14.1",
|
|
72
72
|
"npm": "9.5.0"
|