Skip to content

Commit 849cc8f

Browse files
Merge pull request #83 from spinabot/release-please--branches--main--components--brigade
chore(main): release brigade 1.29.0
2 parents 40bb1e7 + eb08b4d commit 849cc8f

4 files changed

Lines changed: 32 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.28.0"
2+
".": "1.29.0"
33
}

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## [1.29.0](https://github.com/spinabot/brigade/compare/brigade-v1.28.0...brigade-v1.29.0) (2026-07-12)
4+
5+
6+
### Features
7+
8+
* **claude-cli:** the backend can see images — it was never Opus that couldn't ([94d0b2a](https://github.com/spinabot/brigade/commit/94d0b2a89cac4927528dec35a2b4ce66e3f39b6d))
9+
* **tui:** attach files to a turn — [@path](https://github.com/path), drag-drop, and clipboard paste ([db0a019](https://github.com/spinabot/brigade/commit/db0a01957788e42adaaed59578fd5275c136ac0c))
10+
* **tui:** Ctrl+V attaches images, the way Claude Code does it ([9682335](https://github.com/spinabot/brigade/commit/9682335279a5b8f9e1657a9d28d1cd17f6f7c215))
11+
* **tui:** make attachments REAL — inline content, visible bar, Ctrl+V/Alt+V ([9d23c3b](https://github.com/spinabot/brigade/commit/9d23c3b9fac57af9502d4a93fdf5ddefccdf3815))
12+
* **tui:** screenshots auto-attach — no Ctrl+V, no /paste, no command ([e7e4363](https://github.com/spinabot/brigade/commit/e7e436390a77bd3d1afabed96d8d23a5e0e79b91))
13+
14+
15+
### Bug Fixes
16+
17+
* **tui:** a dropped file becomes an attachment ON DROP, not on submit ([fec881c](https://github.com/spinabot/brigade/commit/fec881caf05f9b7af5e72ac09e8d46a1282069ee))
18+
* **tui:** detect a dropped path on ANY text change, not on a guessed "paste" ([31980c9](https://github.com/spinabot/brigade/commit/31980c98a12e24add492174990a6b9a64d851444))
19+
* **tui:** drop hook never fired — pastes ARE escape sequences ([320a4cf](https://github.com/spinabot/brigade/commit/320a4cf98645c1f25c03ca690f39d62641a06dae))
20+
* **tui:** harden attachments — prose passthrough, byte caps, safe MIMEs ([6720f2e](https://github.com/spinabot/brigade/commit/6720f2ef82bdc0af15bf585fcf674b58dfd4cb2a))
21+
* **tui:** harden attachments end-to-end — two adversarial audits' findings ([c24fddd](https://github.com/spinabot/brigade/commit/c24fddd189678bb9542dae54a8bf117cf3fece60))
22+
* **tui:** one send path, attachments above the steer gate ([3bcd215](https://github.com/spinabot/brigade/commit/3bcd215971bab437b03926a45e357cfd461edd6f))
23+
* unquoted spacey paths + stop the stale gateway after a rebuild ([004fc47](https://github.com/spinabot/brigade/commit/004fc4714f9f44c21c81f79554c0996f88a2970b))
24+
25+
26+
### Performance Improvements
27+
28+
* **tui:** persistent clipboard worker — 2000ms paste becomes 72ms ([c0d2bf3](https://github.com/spinabot/brigade/commit/c0d2bf329ade3a0423a8b802296ead76df2f4feb))
29+
* **tui:** persistent clipboard worker on macOS and Linux too ([1be6ee2](https://github.com/spinabot/brigade/commit/1be6ee2bb054ec22e966598e736365769463c89a))
30+
331
## [1.28.0](https://github.com/spinabot/brigade/compare/brigade-v1.27.1...brigade-v1.28.0) (2026-07-10)
432

533

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spinabot/brigade",
3-
"version": "1.28.0",
3+
"version": "1.29.0",
44
"description": "Brigade — your personal AI crew",
55
"homepage": "https://brigade.spinabot.com",
66
"author": "Spinabot <hello@brigade-agent.ai>",

0 commit comments

Comments
 (0)