@aether-agent/cli 0.4.1 → 0.4.3

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,13 +2,25 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- ## [0.4.1](https://github.com/jcarver989/aether/compare/aether-agent-cli-v0.4.0...aether-agent-cli-v0.4.1) - 2026-05-04
5
+ ## [0.4.3](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.4.2...aether-agent-cli-v0.4.3) - 2026-05-05
6
+
7
+ ### Other
8
+
9
+ - port to contextbridge org
10
+
11
+ ## [0.4.2](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.4.1...aether-agent-cli-v0.4.2) - 2026-05-05
12
+
13
+ ### Other
14
+
15
+ - 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
16
+
17
+ ## [0.4.1](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.4.0...aether-agent-cli-v0.4.1) - 2026-05-04
6
18
 
7
19
  ### Other
8
20
 
9
21
  - updated the following local packages: aether-tui, aether-wisp
10
22
 
11
- ## [0.4.0](https://github.com/jcarver989/aether/compare/aether-agent-cli-v0.3.3...aether-agent-cli-v0.4.0) - 2026-05-03
23
+ ## [0.4.0](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.3.3...aether-agent-cli-v0.4.0) - 2026-05-03
12
24
 
13
25
  ### Added
14
26
 
@@ -18,14 +30,14 @@ All notable changes to this project will be documented in this file.
18
30
 
19
31
  - *(aether-cli)* Resolve user-level settings from aether home
20
32
 
21
- ## [0.3.3](https://github.com/jcarver989/aether/compare/aether-agent-cli-v0.3.2...aether-agent-cli-v0.3.3) - 2026-04-29
33
+ ## [0.3.3](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.3.2...aether-agent-cli-v0.3.3) - 2026-04-29
22
34
 
23
35
  ### Other
24
36
 
25
37
  - *(aether-cli)* Fix backticks
26
38
  - *(aether-cli)* correct binary references and slash command docs
27
39
 
28
- ## [0.3.2](https://github.com/jcarver989/aether/compare/aether-agent-cli-v0.3.1...aether-agent-cli-v0.3.2) - 2026-04-29
40
+ ## [0.3.2](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.3.1...aether-agent-cli-v0.3.2) - 2026-04-29
29
41
 
30
42
  ### Fixed
31
43
 
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.1"
26
+ "version": "0.4.3"
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.1"
545
+ "version": "0.4.3"
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.1"
3
+ "https://github.com/contextbridge/aether/releases/download/aether-agent-cli-v0.4.3"
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.1",
69
+ "version": "0.4.3",
70
70
  "volta": {
71
71
  "node": "18.14.1",
72
72
  "npm": "9.5.0"