Sign In

insta

Package Overview
Dependencies
Maintainers
3
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

insta - npm Package Compare versions

Comparing version
0.0.41
to
0.0.42
+6
-3
dist/commands/setup.js

@@ -446,7 +446,10 @@ // `insta setup agent` — make this machine's coding agents InstaCloud-native in one step

}
// The checkmarks end the install, but the user's next move shouldn't be guesswork.
// The checkmarks end the install, but the user's next move shouldn't be guesswork. Agent-first:
// the whole point of setup is that the machine's coding agents now know InstaCloud (skill + MCP)
// and can drive `insta` themselves — project create/link, deploys, and (via the device flow)
// even login. The human's next move is simply to go build.
info(loggedIn
? 'next: run `insta project create` inside your app directory (existing project: `insta project link <id>`)'
: 'next: `insta login --oauth github` (headless: `insta login --device`), then `insta project create` inside your app directory');
? 'next: open a coding-agent session in your app directory and keep building — your agents know InstaCloud now'
: 'next: open a coding-agent session in your app directory and keep building — your agents know InstaCloud now (they will walk you through `insta login` when it is needed)');
}
//# sourceMappingURL=setup.js.map
{
"name": "insta",
"version": "0.0.41",
"version": "0.0.42",
"type": "module",

@@ -5,0 +5,0 @@ "description": "InstaCloud CLI — a thin client of the platform control-plane API.",