liteagents 2.4.4 → 2.4.5

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
@@ -17,10 +17,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
 
18
18
  ---
19
19
 
20
+ ## [2.4.5] - 2026-01-24
21
+
22
+ ### Fixed
23
+ - CLI installer version display: Finally shows v2.4.4 correctly matching package version
24
+
25
+ ---
26
+
20
27
  ## [2.4.4] - 2026-01-24
21
28
 
22
29
  ### Fixed
23
- - CLI installer version display: Now correctly shows v2.4.3 to match package version
30
+ - CLI installer version display: Updated to v2.4.3 (still had mismatch with v2.4.4)
24
31
 
25
32
  ---
26
33
 
package/installer/cli.js CHANGED
@@ -456,7 +456,7 @@ ${colors.bright}${colors.cyan} ██║ ██║ ██║ ██╔
456
456
  ${colors.bright}${colors.cyan} ███████╗██║ ██║ ███████╗██║ ██║╚██████╔╝███████╗██║ ╚████║ ██║ ███████║${colors.reset}
457
457
  ${colors.bright}${colors.cyan} ╚══════╝╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚══════╝${colors.reset}
458
458
 
459
- ${colors.bright}v2.4.3 | 11 agents + 20 commands per tool${colors.reset}
459
+ ${colors.bright}v2.4.4 | 11 agents + 20 commands per tool${colors.reset}
460
460
  `);
461
461
  }
462
462
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "liteagents",
3
- "version": "2.4.4",
3
+ "version": "2.4.5",
4
4
  "description": "AI development toolkit with 11 specialized agents and 20 commands. Simple one-question installer for Claude, Opencode, Ampcode, and Droid.",
5
5
  "main": "index.js",
6
6
  "bin": {