nia-wizard 0.1.28 → 0.1.29

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/README.md CHANGED
@@ -166,8 +166,8 @@ This prints the canonical agent workflow:
166
166
 
167
167
  1. Run `bun --version`
168
168
  2. Install `@nozomioai/nia@latest` globally with Bun or npm
169
- 3. Tell the user to open `https://app.trynia.ai`
170
- 4. Tell the user to go to `Settings -> API Keys` and create an API key
169
+ 3. Tell the user to open `https://app.trynia.ai/api-keys`
170
+ 4. Tell the user to create an API key there
171
171
  5. Ask the user to paste the `nk_...` key back to the agent
172
172
  6. Run `nia auth login --api-key <nk_api_key>`
173
173
  7. Run `nia skill --all`
package/dist/bin.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  runWizard,
9
9
  shutdown,
10
10
  track
11
- } from "./chunk-5A4LUPM5.js";
11
+ } from "./chunk-CUR7WEDI.js";
12
12
 
13
13
  // src/bin.ts
14
14
  import yargs from "yargs";
@@ -9,7 +9,7 @@ var require_package = __commonJS({
9
9
  "package.json"(exports, module) {
10
10
  module.exports = {
11
11
  name: "nia-wizard",
12
- version: "0.1.28",
12
+ version: "0.1.29",
13
13
  description: "CLI wizard to install Nia to your coding agents",
14
14
  packageManager: "pnpm@10.30.3",
15
15
  type: "module",
@@ -4036,9 +4036,9 @@ function getAgentGuideMarkdown() {
4036
4036
  "",
4037
4037
  "3. Tell the user to open this URL and sign in:",
4038
4038
  "",
4039
- "`https://app.trynia.ai`",
4039
+ "`https://app.trynia.ai/api-keys`",
4040
4040
  "",
4041
- "4. Tell the user to go to `Settings -> API Keys`, create a key, and copy the `nk_...` token.",
4041
+ "4. Tell the user to create an API key on that page and copy the `nk_...` token.",
4042
4042
  "",
4043
4043
  "5. Ask the user to paste the API key back into the agent chat or session.",
4044
4044
  "",
@@ -4058,7 +4058,7 @@ function getAgentGuideMarkdown() {
4058
4058
  "",
4059
4059
  "Send the user a message like this:",
4060
4060
  "",
4061
- "> I need your Nia API key to finish setup. Please open https://app.trynia.ai, sign in, go to Settings -> API Keys, create a key, and paste the `nk_...` value here. Once you send it, I will finish the setup for you.",
4061
+ "> I need your Nia API key to finish setup. Please open https://app.trynia.ai/api-keys, sign in, create a key, and paste the `nk_...` value here. Once you send it, I will finish the setup for you.",
4062
4062
  "",
4063
4063
  "## Expected Result",
4064
4064
  "",
@@ -4089,4 +4089,4 @@ export {
4089
4089
  getAgentGuideMarkdown,
4090
4090
  printAgentGuide
4091
4091
  };
4092
- //# sourceMappingURL=chunk-5A4LUPM5.js.map
4092
+ //# sourceMappingURL=chunk-CUR7WEDI.js.map