ropilot 0.1.17 → 0.1.18

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/lib/setup.js +4 -4
  2. package/package.json +1 -1
package/lib/setup.js CHANGED
@@ -410,9 +410,9 @@ export async function init(providedApiKey = null) {
410
410
  console.log('Setup complete!');
411
411
  console.log('');
412
412
  console.log('Next steps:');
413
- console.log('1. Restart Roblox Studio to load the plugin');
414
- console.log('2. In Studio: Plugins tab → Ropilot Settings → Enter your API key');
415
- console.log('3. Run Claude Code in this directory - it will auto-detect .mcp.json');
413
+ console.log('1. Open Roblox Studio and check the Plugins tab for "Ropilot AI"');
414
+ console.log('2. Click Ropilot AI → Enter your API key → Connect');
415
+ console.log('3. Run Claude Code, Cursor, or any MCP-compatible AI tool in this directory');
416
416
  console.log('');
417
417
  }
418
418
 
@@ -449,6 +449,6 @@ export async function update() {
449
449
 
450
450
  console.log('Update complete!');
451
451
  console.log('');
452
- console.log('Note: Restart Roblox Studio to load the updated plugin.');
452
+ console.log('Note: Check the Studio Plugins tab to verify the updated plugin is loaded.');
453
453
  console.log('');
454
454
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ropilot",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "AI-powered Roblox development assistant - MCP CLI",
5
5
  "author": "whut",
6
6
  "license": "MIT",