@ritwikamit/cl8 0.1.0-alpha.8 → 0.1.0-alpha.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.
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=jarvis.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jarvis.d.ts","sourceRoot":"","sources":["../../src/bin/jarvis.ts"],"names":[],"mappings":""}
@@ -0,0 +1,19 @@
1
+ #!/usr/bin/env node
2
+ "use strict";
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ const index_js_1 = require("../cli/index.js");
5
+ async function main() {
6
+ process.title = 'jarviscli';
7
+ const program = (0, index_js_1.createCLI)();
8
+ if (process.argv.length <= 2) {
9
+ program.parse(['node', 'jarvis', 'chat'], { from: 'user' });
10
+ }
11
+ else {
12
+ await program.parseAsync();
13
+ }
14
+ }
15
+ main().catch((err) => {
16
+ console.error('Fatal error:', err);
17
+ process.exit(1);
18
+ });
19
+ //# sourceMappingURL=jarvis.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jarvis.js","sourceRoot":"","sources":["../../src/bin/jarvis.ts"],"names":[],"mappings":";;;AAEA,8CAA4C;AAE5C,KAAK,UAAU,IAAI;IACjB,OAAO,CAAC,KAAK,GAAG,WAAW,CAAC;IAE5B,MAAM,OAAO,GAAG,IAAA,oBAAS,GAAE,CAAC;IAE5B,IAAI,OAAO,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,EAAE,CAAC;QAC7B,OAAO,CAAC,KAAK,CAAC,CAAC,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;SAAM,CAAC;QACN,MAAM,OAAO,CAAC,UAAU,EAAE,CAAC;IAC7B,CAAC;AACH,CAAC;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,CAAC,GAAG,EAAE,EAAE;IACnB,OAAO,CAAC,KAAK,CAAC,cAAc,EAAE,GAAG,CAAC,CAAC;IACnC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAClB,CAAC,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function showGradientLogo(): void;
2
+ //# sourceMappingURL=gradient-logo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gradient-logo.d.ts","sourceRoot":"","sources":["../../../src/ui/splash-screen/gradient-logo.ts"],"names":[],"mappings":"AAIA,wBAAgB,gBAAgB,IAAI,IAAI,CASvC"}
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.showGradientLogo = showGradientLogo;
7
+ const chalk_1 = __importDefault(require("chalk"));
8
+ const figlet_1 = __importDefault(require("figlet"));
9
+ const gradient_string_1 = __importDefault(require("gradient-string"));
10
+ function showGradientLogo() {
11
+ const text = figlet_1.default.textSync('CL8', {
12
+ font: 'ANSI Shadow',
13
+ horizontalLayout: 'default',
14
+ });
15
+ console.log((0, gradient_string_1.default)(['#6C5CE7', '#A29BFE', '#00CEC9']).multiline(text));
16
+ console.log(chalk_1.default.cyan(' Terminal AI Coding & Automation Assistant'));
17
+ console.log(chalk_1.default.dim(' Version 0.1.0 · Type /help for commands'));
18
+ console.log();
19
+ }
20
+ //# sourceMappingURL=gradient-logo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gradient-logo.js","sourceRoot":"","sources":["../../../src/ui/splash-screen/gradient-logo.ts"],"names":[],"mappings":";;;;;AAIA,4CASC;AAbD,kDAA0B;AAC1B,oDAA4B;AAC5B,sEAAuC;AAEvC,SAAgB,gBAAgB;IAC9B,MAAM,IAAI,GAAG,gBAAM,CAAC,QAAQ,CAAC,KAAK,EAAE;QAClC,IAAI,EAAE,aAAa;QACnB,gBAAgB,EAAE,SAAS;KAC5B,CAAC,CAAC;IACH,OAAO,CAAC,GAAG,CAAC,IAAA,yBAAQ,EAAC,CAAC,SAAS,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC;IACzE,OAAO,CAAC,GAAG,CAAC,eAAK,CAAC,IAAI,CAAC,6CAA6C,CAAC,CAAC,CAAC;IACvE,OAAO,CAAC,GAAG,CAAC,eAAK,CAAC,GAAG,CAAC,2CAA2C,CAAC,CAAC,CAAC;IACpE,OAAO,CAAC,GAAG,EAAE,CAAC;AAChB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ritwikamit/cl8",
3
- "version": "0.1.0-alpha.8",
3
+ "version": "0.1.0-alpha.9",
4
4
  "description": "Terminal-first AI coding + automation assistant. Powered by OpenAI, Gemini, or Ollama.",
5
5
  "keywords": [
6
6
  "ai",
@@ -56,7 +56,6 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@google/generative-ai": "^0.21.0",
59
- "better-sqlite3": "^11.7.0",
60
59
  "chalk": "^5.4.0",
61
60
  "commander": "^12.1.0",
62
61
  "conf": "^13.1.0",
@@ -73,7 +72,6 @@
73
72
  "winston": "^3.17.0"
74
73
  },
75
74
  "devDependencies": {
76
- "@types/better-sqlite3": "^7.6.12",
77
75
  "@types/figlet": "^1.7.0",
78
76
  "@types/gradient-string": "^1.1.6",
79
77
  "@types/inquirer": "^9.0.7",