Skip to content

Tags: detrin/brow

Tags

v1.1.0

Toggle v1.1.0's commit message
chore: bump version to 1.1.0

v1.0.3

Toggle v1.0.3's commit message
chore: bump version to 1.0.3

v1.0.2

Toggle v1.0.2's commit message
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)

v1.0.1

Toggle v1.0.1's commit message
chore: bump version to 1.0.1

v1.0.0

Toggle v1.0.0's commit message
chore: bump version to 1.0.0

Ref engine, auto-snapshot, table-aware markdown, inline list compression,
adaptive node caps, and parallel tool execution.

v0.1.4

Toggle v0.1.4's commit message
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.

v0.1.3

Toggle v0.1.3's commit message
chore: update homebrew formula for v0.1.3 and Python 3.12+

v0.1.2

Toggle v0.1.2's commit message
docs: add agent skill installation and restructure skill directory

v0.1.1

Toggle v0.1.1's commit message
chore: bump version to 0.1.1

v0.1.0

Toggle v0.1.0's commit message
docs: add developer guide, CI workflow, rename profile to personal