halfcopilot 1.0.13 → 1.0.14

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.
@@ -13,7 +13,7 @@ const program = new Command();
13
13
  program
14
14
  .name('halfcop')
15
15
  .description('HalfCopilot — Multi-model Agent Framework CLI')
16
- .version('1.0.11');
16
+ .version('1.0.14');
17
17
  // Beautiful color palette
18
18
  const c = {
19
19
  reset: '',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "halfcopilot",
3
- "version": "1.0.13",
4
- "description": "HalfCopilot Multi-model Agent Framework CLI with Beautiful Chat Interface",
3
+ "version": "1.0.14",
4
+ "description": "HalfCopilot \u2014 Multi-model Agent Framework CLI with Beautiful Chat Interface",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "halfcop": "./bin/halfcop.js",