chore: bump version and changelog (v0.8.1)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-03-18 22:28:19 -07:00
parent ef03c19abf
commit c6268aee2d
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## [0.8.1] - 2026-03-19
### Fixed
- **`/qa` no longer refuses to use the browser on backend-only changes.** Previously, if your branch only changed prompt templates, config files, or service logic, `/qa` would analyze the diff, conclude "no UI to test," and suggest running evals instead. Now it always opens the browser — falling back to a Quick mode smoke test (homepage + top 5 navigation targets) when no specific pages are identified from the diff.
## [0.8.0] - 2026-03-19 — Multi-AI Second Opinion
**`/codex` — get an independent second opinion from a completely different AI.**
+1 -1
View File
@@ -1 +1 @@
0.8.0
0.8.1