@aether-agent/cli 0.6.3 → 0.7.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,18 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [0.7.1](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.7.0...aether-agent-cli-v0.7.1) - 2026-05-14
6
+
7
+ ### Other
8
+
9
+ - updated the following local packages: aether-llm, aether-mcp-servers, aether-mcp-utils, aether-acp-utils, aether-acp-utils, aether-agent-core, aether-project, aether-wisp
10
+
11
+ ## [0.7.0](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.6.3...aether-agent-cli-v0.7.0) - 2026-05-14
12
+
13
+ ### Fixed
14
+
15
+ - *(aether-core)* Give users escape hatch to set custom context window limit and set provider urls disable auth (useful for bedrock sigv4 proxy)
16
+
5
17
  ## [0.6.3](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.6.2...aether-agent-cli-v0.6.3) - 2026-05-13
6
18
 
7
19
  ### Fixed
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "MIT",
25
25
  "name": "@aether-agent/cli",
26
- "version": "0.6.3"
26
+ "version": "0.7.1"
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.6.3"
545
+ "version": "0.7.1"
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.6.3"
3
+ "https://github.com/contextbridge/aether/releases/download/aether-agent-cli-v0.7.1"
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.6.3",
69
+ "version": "0.7.1",
70
70
  "volta": {
71
71
  "node": "18.14.1",
72
72
  "npm": "9.5.0"