@aether-agent/cli 0.7.10 → 0.7.12

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,29 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [0.7.12](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.7.11...aether-agent-cli-v0.7.12) - 2026-06-10
6
+
7
+ ### Added
8
+
9
+ - *(aether-cli)* Add evals command ([#142](https://github.com/contextbridge/aether/pull/142))
10
+ - *(wisp)* Allow configuring status lines via settings ([#132](https://github.com/contextbridge/aether/pull/132))
11
+
12
+ ### Other
13
+
14
+ - *(aether-cli)* Make aether cli headless mode output serialized AgentMessages instead of abusing the tracing crate output format and run evals in isolated Docker containers ([#141](https://github.com/contextbridge/aether/pull/141))
15
+ - Upgrade deps ([#140](https://github.com/contextbridge/aether/pull/140))
16
+ - *(website)* Docs fixes + docs skill ([#131](https://github.com/contextbridge/aether/pull/131))
17
+
18
+ ## [0.7.11](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.7.10...aether-agent-cli-v0.7.11) - 2026-06-05
19
+
20
+ ### Added
21
+
22
+ - *(aether-cli)* Settings init command now offers to load config from other harnesses like Claude to ease onboarding ([#126](https://github.com/contextbridge/aether/pull/126))
23
+
24
+ ### Fixed
25
+
26
+ - model override switches to default agent ([#128](https://github.com/contextbridge/aether/pull/128))
27
+
5
28
  ## [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
29
 
7
30
  ### Added
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "MIT",
25
25
  "name": "@aether-agent/cli",
26
- "version": "0.7.10"
26
+ "version": "0.7.12"
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.10"
545
+ "version": "0.7.12"
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.10"
3
+ "https://github.com/contextbridge/aether/releases/download/aether-agent-cli-v0.7.12"
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.10",
69
+ "version": "0.7.12",
70
70
  "volta": {
71
71
  "node": "18.14.1",
72
72
  "npm": "9.5.0"