You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: surface API errors in CLI, fix fill --ref parsing, add daemon st…
…art --wait
- Replace raw HTTPStatusError tracebacks with clean error messages showing
the server's detail field (e.g. "Error (400): Profile 'personal' already
in use by session 2")
- Fix fill/select commands so --ref doesn't require a positional SELECTOR
argument (brow fill -s 1 --ref 29 "value" now works)
- Add --wait flag to daemon start that blocks until server is ready
- Add BrowAPIError exception class for structured error handling
- Exit code 2 for API errors (vs 1 for user errors)
chore: bump version to 1.0.0
Ref engine, auto-snapshot, table-aware markdown, inline list compression,
adaptive node caps, and parallel tool execution.
fix: package README in tarball to avoid .. paths
Fixes Homebrew installation by including README.md directly in the package directory instead of referencing ../README.md, which creates invalid tarball paths.