@pentoshi/clai 3.7.8 → 3.7.9

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.
@@ -4,7 +4,7 @@ import { fileURLToPath } from "node:url";
4
4
  import { dirname, join } from "node:path";
5
5
  import { getConfig, updateConfig } from "../store/config.js";
6
6
  const REPO = "pentoshi007/clai";
7
- const FALLBACK_VERSION = "3.7.7";
7
+ const FALLBACK_VERSION = "3.7.9";
8
8
  function resolvePackageVersion() {
9
9
  try {
10
10
  let dir = dirname(fileURLToPath(import.meta.url));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pentoshi/clai",
3
- "version": "3.7.8",
3
+ "version": "3.7.9",
4
4
  "description": "A fast, cross-platform AI CLI assistant with ask and agent modes for shell tasks, file operations, and cybersecurity workflows.",
5
5
  "type": "module",
6
6
  "license": "MIT",