@pentoshi/clai 2.0.32 → 2.0.33

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.
@@ -12,7 +12,7 @@ const REPO = "pentoshi007/clai";
12
12
  * in the compiled dist layout). Falls back to a baked constant only if the
13
13
  * file can't be read.
14
14
  */
15
- const FALLBACK_VERSION = "2.0.32";
15
+ const FALLBACK_VERSION = "2.0.33";
16
16
  function resolvePackageVersion() {
17
17
  try {
18
18
  let dir = dirname(fileURLToPath(import.meta.url));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pentoshi/clai",
3
- "version": "2.0.32",
3
+ "version": "2.0.33",
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",