codesavant 4.0.0 → 4.0.1

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -70466,7 +70466,7 @@ function createHookExecutor(config) {
70466
70466
  return new HookExecutor(config);
70467
70467
  }
70468
70468
  // src/index.ts
70469
- var VERSION = "3.4.1";
70469
+ var VERSION = "4.0.1";
70470
70470
 
70471
70471
  // src/notifications/notifier.ts
70472
70472
  import { randomUUID as randomUUID4 } from "crypto";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codesavant",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "AI-powered autonomous coding agent CLI with Claude, GPT-4, and 10+ AI providers. Features autonomous /craft workflows, skill marketplace, self-improving brain, design intelligence, 20+ tools, session management, and beautiful terminal UI.",
5
5
  "type": "module",
6
6
  "main": "dist/cli.js",