gamemindpilot 2.9.0 → 2.9.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.
- package/dist/commands/utility.js +3 -3
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/src/commands/utility.ts +3 -3
- package/src/index.ts +1 -1
package/dist/commands/utility.js
CHANGED
|
@@ -277,7 +277,7 @@ Run \`gmpilot --help\` for a full list of commands.
|
|
|
277
277
|
logger_1.logger.warn('AI Playtester is now "watching" the game state. Type queries to it live.');
|
|
278
278
|
},
|
|
279
279
|
interactiveDashboard: async () => {
|
|
280
|
-
logger_1.logger.bold('\n--- 🛸 GameMindPilot COMMAND CENTER v2.
|
|
280
|
+
logger_1.logger.bold('\n--- 🛸 GameMindPilot COMMAND CENTER v2.9.1 ---');
|
|
281
281
|
logger_1.logger.info('Master 100+ AI commands across the entire game dev lifecycle.');
|
|
282
282
|
const { category } = await inquirer_1.default.prompt([
|
|
283
283
|
{
|
|
@@ -434,7 +434,7 @@ Run \`gmpilot --help\` for a full list of commands.
|
|
|
434
434
|
</header>
|
|
435
435
|
|
|
436
436
|
<div class="hero-section">
|
|
437
|
-
<h1>Command Center v2.
|
|
437
|
+
<h1>Command Center v2.9.1</h1>
|
|
438
438
|
<p>AI-Powered Game Development Intelligence Dashboard</p>
|
|
439
439
|
</div>
|
|
440
440
|
|
|
@@ -603,7 +603,7 @@ Run \`gmpilot --help\` for a full list of commands.
|
|
|
603
603
|
logger_1.logger.warn('Tip: Our AI suggests starting with "gmpilot init" to index your project first.');
|
|
604
604
|
},
|
|
605
605
|
demo: async () => {
|
|
606
|
-
logger_1.logger.bold('\n--- 🎬 GameMindPilot MASTERY SHOWCASE (v2.
|
|
606
|
+
logger_1.logger.bold('\n--- 🎬 GameMindPilot MASTERY SHOWCASE (v2.9.1) ---');
|
|
607
607
|
logger_1.logger.info('Experience the "Unbeatable" reasoning of our Hero Features.');
|
|
608
608
|
const spinner = (0, ora_1.default)('Initializing Neural Demo Environment...').start();
|
|
609
609
|
await new Promise(r => setTimeout(r, 1500));
|
package/dist/index.js
CHANGED
|
@@ -44,7 +44,7 @@ const program = new commander_1.Command();
|
|
|
44
44
|
program
|
|
45
45
|
.name('gmpilot')
|
|
46
46
|
.description('GameMindPilot CLI - Your AI Game Development Assistant')
|
|
47
|
-
.version('
|
|
47
|
+
.version('2.9.1');
|
|
48
48
|
const login_1 = require("./commands/login");
|
|
49
49
|
const chat_1 = require("./commands/chat");
|
|
50
50
|
const init_1 = require("./commands/init");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gamemindpilot",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.1",
|
|
4
4
|
"description": "AI-powered CLI for game developers - Design, Asset Gen, Analysis & Optimization",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"godot",
|
|
27
27
|
"generation"
|
|
28
28
|
],
|
|
29
|
-
"author": "
|
|
29
|
+
"author": "GameMindPilot",
|
|
30
30
|
"license": "MIT",
|
|
31
31
|
"type": "commonjs",
|
|
32
32
|
"dependencies": {
|
package/src/commands/utility.ts
CHANGED
|
@@ -316,7 +316,7 @@ Run \`gmpilot --help\` for a full list of commands.
|
|
|
316
316
|
},
|
|
317
317
|
|
|
318
318
|
interactiveDashboard: async () => {
|
|
319
|
-
logger.bold('\n--- 🛸 GameMindPilot COMMAND CENTER v2.
|
|
319
|
+
logger.bold('\n--- 🛸 GameMindPilot COMMAND CENTER v2.9.1 ---');
|
|
320
320
|
logger.info('Master 100+ AI commands across the entire game dev lifecycle.');
|
|
321
321
|
|
|
322
322
|
const { category } = await inquirer.prompt([
|
|
@@ -481,7 +481,7 @@ Run \`gmpilot --help\` for a full list of commands.
|
|
|
481
481
|
</header>
|
|
482
482
|
|
|
483
483
|
<div class="hero-section">
|
|
484
|
-
<h1>Command Center v2.
|
|
484
|
+
<h1>Command Center v2.9.1</h1>
|
|
485
485
|
<p>AI-Powered Game Development Intelligence Dashboard</p>
|
|
486
486
|
</div>
|
|
487
487
|
|
|
@@ -666,7 +666,7 @@ Run \`gmpilot --help\` for a full list of commands.
|
|
|
666
666
|
},
|
|
667
667
|
|
|
668
668
|
demo: async () => {
|
|
669
|
-
logger.bold('\n--- 🎬 GameMindPilot MASTERY SHOWCASE (v2.
|
|
669
|
+
logger.bold('\n--- 🎬 GameMindPilot MASTERY SHOWCASE (v2.9.1) ---');
|
|
670
670
|
logger.info('Experience the "Unbeatable" reasoning of our Hero Features.');
|
|
671
671
|
|
|
672
672
|
const spinner = ora('Initializing Neural Demo Environment...').start();
|
package/src/index.ts
CHANGED
|
@@ -12,7 +12,7 @@ const program = new Command();
|
|
|
12
12
|
program
|
|
13
13
|
.name('gmpilot')
|
|
14
14
|
.description('GameMindPilot CLI - Your AI Game Development Assistant')
|
|
15
|
-
.version('
|
|
15
|
+
.version('2.9.1');
|
|
16
16
|
|
|
17
17
|
import { loginCommand } from './commands/login';
|
|
18
18
|
import { chatCommand } from './commands/chat';
|