Commit Graph

6 Commits

Author SHA1 Message Date
zumayaaustin 2cb6e4b76f Merge branch 'main' into codex/update-setup-guidance-and-cli-checks
Resolve install.ps1 conflict by adopting main's complete installer (Resolve-Python,
agent checks, desktop shortcut, browser auto-open) and folding in this branch's
winget install hints and optional agent-CLI reminders. Clean up README duplicate
Python/Node prerequisite rows and duplicate Windows Quick Start left over from the
earlier merge.

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-07-09 00:08:16 +00:00
Claude 9c1cac130a Address CodeRabbit review: harden port parsing and shortcut creation
- install.ps1: wrap desktop shortcut creation in try/catch so a COM
  failure doesn't abort the whole installer (ErrorActionPreference=Stop)
- start.ps1: coerce dashboard.port to int on the Python side so a float
  value in settings.json doesn't crash the [int] cast
- start.sh: fail loudly with a clear error if no free port is found in
  20 attempts, instead of silently launching on an unverified port
2026-07-05 21:49:19 +00:00
Claude f22b44a000 Auto-detect free port and add one-click launcher
start.ps1/start.sh now fall back to the next free port instead of
crashing when the configured port is already taken (e.g. by another
local app), and auto-open the dashboard in the browser once it's up.
install.ps1 also creates a desktop shortcut (Launch-Dashboard.bat) so
the dashboard can be started without typing any commands.
2026-07-05 21:05:14 +00:00
zumayaaustin-creator 23fcae67cb Merge branch 'main' into codex/update-setup-guidance-and-cli-checks 2026-06-28 00:01:14 -07:00
zumayaaustin-creator b6fbbbd6fc Add Windows setup guidance 2026-06-23 09:01:09 -07:00
zumayaaustin-creator fce57302de Add cross-platform launcher scripts 2026-06-23 08:50:04 -07:00