liteagents 2.4.2 → 2.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
@@ -17,6 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
 
18
18
  ---
19
19
 
20
+ ## [2.4.3] - 2026-01-24
21
+
22
+ ### Fixed
23
+ - CLI installer version display: Updated from v2.4.1 to v2.4.2 (matches package version)
24
+
25
+ ---
26
+
20
27
  ## [2.4.2] - 2026-01-24
21
28
 
22
29
  ### Fixed
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.1 | 11 agents + 20 commands per tool${colors.reset}
459
+ ${colors.bright}v2.4.2 | 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.2",
3
+ "version": "2.4.3",
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": {