@krishivpb60/aether-ai-cli 1.3.5 → 1.3.6

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/HIGHLIGHTS.md CHANGED
@@ -1,3 +1,9 @@
1
+ # Aether CLI v1.3.6 Highlights
2
+ - **DX Fixes & Upgrades (Git TUI, Autopilot, Dashboard)**:
3
+ - Fixes non-interactive Git TUI test hangs in git-initialized home directories.
4
+ - Fixes visual HUD telemetry version rendering.
5
+ - Updates project package-lock mappings.
6
+
1
7
  # Aether CLI v1.3.5 Highlights
2
8
  - **Visual Telemetry Dashboard HUD (`aether dashboard` / `aether telemetry`)**:
3
9
  - Adds a local zero-dependency Web Server hosting a cyberpunk observability dashboard HUD.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@krishivpb60/aether-ai-cli",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "description": "Aether Core AI — A cyberpunk command-line AI assistant with multi-mode reasoning, 12-node failover mesh, file context injection, and offline fallbacks.",
5
5
  "main": "src/cli.js",
6
6
  "bin": {
@@ -76,7 +76,7 @@
76
76
  }
77
77
 
78
78
  .hud-frame::after {
79
- content: "AETHER CLI V1.3.5";
79
+ content: "AETHER CLI V1.3.6";
80
80
  position: absolute;
81
81
  bottom: -12px;
82
82
  right: 20px;