@aether-agent/cli 0.4.2 → 0.5.0

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,19 +2,36 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- ## [0.4.2](https://github.com/jcarver989/aether/compare/aether-agent-cli-v0.4.1...aether-agent-cli-v0.4.2) - 2026-05-05
5
+ ## [0.5.0](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.4.3...aether-agent-cli-v0.5.0) - 2026-05-08
6
+
7
+ ### Fixed
8
+
9
+ - *(mcp-servers)* Allow concurrent mcp auth requests
10
+
11
+ ### Other
12
+
13
+ - *(workspace)* Upgrade deps and to keyring 4.x
14
+ - *(mcp-utils)* Rewrite mcp config to better use serde, schemars, and enforce 1 proxy instance
15
+
16
+ ## [0.4.3](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.4.2...aether-agent-cli-v0.4.3) - 2026-05-05
17
+
18
+ ### Other
19
+
20
+ - port to contextbridge org
21
+
22
+ ## [0.4.2](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.4.1...aether-agent-cli-v0.4.2) - 2026-05-05
6
23
 
7
24
  ### Other
8
25
 
9
26
  - updated the following local packages: aether-mcp-utils, aether-acp-utils, aether-acp-utils, aether-agent-core, aether-wisp, aether-lspd, aether-mcp-servers, aether-project
10
27
 
11
- ## [0.4.1](https://github.com/jcarver989/aether/compare/aether-agent-cli-v0.4.0...aether-agent-cli-v0.4.1) - 2026-05-04
28
+ ## [0.4.1](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.4.0...aether-agent-cli-v0.4.1) - 2026-05-04
12
29
 
13
30
  ### Other
14
31
 
15
32
  - updated the following local packages: aether-tui, aether-wisp
16
33
 
17
- ## [0.4.0](https://github.com/jcarver989/aether/compare/aether-agent-cli-v0.3.3...aether-agent-cli-v0.4.0) - 2026-05-03
34
+ ## [0.4.0](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.3.3...aether-agent-cli-v0.4.0) - 2026-05-03
18
35
 
19
36
  ### Added
20
37
 
@@ -24,14 +41,14 @@ All notable changes to this project will be documented in this file.
24
41
 
25
42
  - *(aether-cli)* Resolve user-level settings from aether home
26
43
 
27
- ## [0.3.3](https://github.com/jcarver989/aether/compare/aether-agent-cli-v0.3.2...aether-agent-cli-v0.3.3) - 2026-04-29
44
+ ## [0.3.3](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.3.2...aether-agent-cli-v0.3.3) - 2026-04-29
28
45
 
29
46
  ### Other
30
47
 
31
48
  - *(aether-cli)* Fix backticks
32
49
  - *(aether-cli)* correct binary references and slash command docs
33
50
 
34
- ## [0.3.2](https://github.com/jcarver989/aether/compare/aether-agent-cli-v0.3.1...aether-agent-cli-v0.3.2) - 2026-04-29
51
+ ## [0.3.2](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.3.1...aether-agent-cli-v0.3.2) - 2026-04-29
35
52
 
36
53
  ### Fixed
37
54
 
package/README.md CHANGED
@@ -38,11 +38,11 @@ Pick whichever fits your workflow:
38
38
  npm install -g @aether-agent/cli
39
39
 
40
40
  # Homebrew (macOS / Linux)
41
- brew install jcarver989/tap/aether
41
+ brew install contextbridge/tap/aether
42
42
 
43
43
  # Shell installer (macOS / Linux)
44
44
  curl --proto '=https' --tlsv1.2 -LsSf \
45
- https://github.com/jcarver989/aether/releases/latest/download/aether-agent-cli-installer.sh | sh
45
+ https://github.com/contextbridge/aether/releases/latest/download/aether-agent-cli-installer.sh | sh
46
46
 
47
47
  # From source
48
48
  cargo install aether-agent-cli
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "MIT",
25
25
  "name": "@aether-agent/cli",
26
- "version": "0.4.2"
26
+ "version": "0.5.0"
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.4.2"
545
+ "version": "0.5.0"
546
546
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "artifactDownloadUrls": [
3
- "https://github.com/jcarver989/aether/releases/download/aether-agent-cli-v0.4.2"
3
+ "https://github.com/contextbridge/aether/releases/download/aether-agent-cli-v0.5.0"
4
4
  ],
5
5
  "bin": {
6
6
  "aether": "run-aether.js"
@@ -24,7 +24,7 @@
24
24
  "major": 2,
25
25
  "series": 35
26
26
  },
27
- "homepage": "https://github.com/jcarver989/aether",
27
+ "homepage": "https://github.com/contextbridge/aether",
28
28
  "keywords": [
29
29
  "command-line-utilities",
30
30
  "development-tools",
@@ -37,7 +37,7 @@
37
37
  "license": "MIT",
38
38
  "name": "@aether-agent/cli",
39
39
  "preferUnplugged": true,
40
- "repository": "https://github.com/jcarver989/aether",
40
+ "repository": "https://github.com/contextbridge/aether",
41
41
  "scripts": {
42
42
  "fmt": "prettier --write **/*.js",
43
43
  "fmt:check": "prettier --check **/*.js",
@@ -66,7 +66,7 @@
66
66
  "zipExt": ".tar.xz"
67
67
  }
68
68
  },
69
- "version": "0.4.2",
69
+ "version": "0.5.0",
70
70
  "volta": {
71
71
  "node": "18.14.1",
72
72
  "npm": "9.5.0"