@nicotinetool/o7-cli 1.2.4 → 1.2.6

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/bin/o7 CHANGED
@@ -4,7 +4,7 @@ import { existsSync, readFileSync, writeFileSync, unlinkSync, mkdirSync } from '
4
4
  import { join, dirname } from 'path';
5
5
  import { homedir, hostname, platform, arch, release } from 'os';
6
6
 
7
- const VERSION = '1.2.4';
7
+ const VERSION = '1.2.6';
8
8
  const O7_ADMIN_URL = 'https://o7-os-admin-production.up.railway.app';
9
9
  const MC_DIR = process.env.O7_MC_DIR || join(homedir(), 'Projects/unified-mc');
10
10
  const STATE_DIR = join(homedir(), '.openclaw');
package/bin/o7-setup CHANGED
@@ -5,7 +5,7 @@ import { join, dirname } from 'path';
5
5
  import { fileURLToPath } from 'url';
6
6
  import { homedir, platform, hostname, release } from 'os';
7
7
 
8
- const VERSION = '1.2.4';
8
+ const VERSION = '1.2.6';
9
9
  const O7_ADMIN_URL = 'https://o7-os-admin-production.up.railway.app';
10
10
  const __filename = fileURLToPath(import.meta.url);
11
11
  const __dirname = dirname(__filename);
package/bin/o7-setup.js CHANGED
@@ -5,7 +5,7 @@ import { join, dirname } from 'path';
5
5
  import { fileURLToPath } from 'url';
6
6
  import { homedir, platform, hostname, release } from 'os';
7
7
 
8
- const VERSION = '1.2.4';
8
+ const VERSION = '1.2.6';
9
9
  const O7_ADMIN_URL = 'https://o7-os-admin-production.up.railway.app';
10
10
  const __filename = fileURLToPath(import.meta.url);
11
11
  const __dirname = dirname(__filename);
package/bin/o7.js CHANGED
@@ -4,7 +4,7 @@ import { existsSync, readFileSync, writeFileSync, unlinkSync, mkdirSync } from '
4
4
  import { join, dirname } from 'path';
5
5
  import { homedir, hostname, platform, arch, release } from 'os';
6
6
 
7
- const VERSION = '1.2.4';
7
+ const VERSION = '1.2.6';
8
8
  const O7_ADMIN_URL = 'https://o7-os-admin-production.up.railway.app';
9
9
  const MC_DIR = process.env.O7_MC_DIR || join(homedir(), 'Projects/unified-mc');
10
10
  const STATE_DIR = join(homedir(), '.openclaw');
@@ -242,6 +242,8 @@ if ! state_check "mc-daemon" && [[ -d "$MC_DIR" ]]; then
242
242
  <string>dev</string>
243
243
  <string>--hostname</string>
244
244
  <string>127.0.0.1</string>
245
+ <string>--port</string>
246
+ <string>18790</string>
245
247
  </array>
246
248
  <key>EnvironmentVariables</key>
247
249
  <dict>
@@ -318,7 +320,6 @@ echo
318
320
  echo -e "${BOLD} Quick links:${RESET}"
319
321
  echo -e " ${CYAN}→ Mission Control:${RESET} http://localhost:18790"
320
322
  echo -e " ${CYAN}→ Docs:${RESET} https://docs.openclaw.ai"
321
- echo -e " ${CYAN}→ Discord:${RESET} https://discord.gg/clawd"
322
323
  echo
323
324
  echo -e "${BOLD} Useful commands:${RESET}"
324
325
  echo -e " ${DIM}openclaw gateway status${RESET} — check gateway"
@@ -19,7 +19,7 @@ setup_claude() {
19
19
  fi
20
20
 
21
21
  info "Launching browser authentication..."
22
- openclaw onboard --auth-choice setup-token --non-interactive=false 2>&1 | while read -r line; do
22
+ openclaw onboard --auth-choice setup-token 2>&1 | while read -r line; do
23
23
  echo -e " ${DIM}${line}${RESET}"
24
24
  done
25
25
  local exit_code=${PIPESTATUS[0]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nicotinetool/o7-cli",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "description": "Optimum7 OpenClaw installer and lifecycle manager",
5
5
  "type": "module",
6
6
  "bin": {