Skip to content

Commit 5434413

Browse files
authored
Merge pull request #38 from BjornMelin/release-please--branches--main--components--ai-agent-builder
chore(main): release ai-agent-builder 0.1.13
2 parents 8abf722 + e74d128 commit 5434413

3 files changed

Lines changed: 29 additions & 2 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-
".": "0.1.12"
2+
".": "0.1.13"
33
}

CHANGELOG.md

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

3+
## [0.1.13](https://github.com/BjornMelin/ai-agent-builder/compare/ai-agent-builder-v0.1.12...ai-agent-builder-v0.1.13) (2026-02-11)
4+
5+
6+
### Features
7+
8+
* ai chat attachments and file uploads + Vercel blob handling ([8abf722](https://github.com/BjornMelin/ai-agent-builder/commit/8abf7227148257ca6df21acb3e3b9e63e2e895e6))
9+
* **chat:** add document attachments support in Project Chat ([e114e27](https://github.com/BjornMelin/ai-agent-builder/commit/e114e27aa9c082a64b80be4f08b9b4a52ffd1c3a))
10+
* **chat:** enhance file upload configuration ([4a51f5c](https://github.com/BjornMelin/ai-agent-builder/commit/4a51f5cfd6f1e535d56ca1b6f1f5615a26338e07))
11+
* **chat:** enhance file upload validation and error handling ([d5f1151](https://github.com/BjornMelin/ai-agent-builder/commit/d5f115144cbd6844074fba1bf3b42373220c7ba6))
12+
* **upload:** enhance upload path validation and error handling ([94de85d](https://github.com/BjornMelin/ai-agent-builder/commit/94de85dc664bff5a0ea437db8f631945581ceb27))
13+
* **uploads:** blob client uploads + register/ingest endpoint ([bdfdb61](https://github.com/BjornMelin/ai-agent-builder/commit/bdfdb61e0223414c7424b1c4baea2fc805e8a8e8))
14+
15+
16+
### Bug Fixes
17+
18+
* **attachments:** address PR review feedback ([dc30240](https://github.com/BjornMelin/ai-agent-builder/commit/dc3024043f9e2d03e315bde77a2eb68e62461cc2))
19+
* **chat:** avoid duplicate composer error surfacing ([77a3939](https://github.com/BjornMelin/ai-agent-builder/commit/77a3939f0971524d3e93af56789d0c12f6c719bc))
20+
* **chat:** validate marker file parts before rebuilding user message ([fad2b83](https://github.com/BjornMelin/ai-agent-builder/commit/fad2b831c4de905f9f38a777bdf75335d2ebeba7))
21+
* **prompt-input:** prefer source File for data-url conversion ([332af5d](https://github.com/BjornMelin/ai-agent-builder/commit/332af5d333d8b80ed24109a0a28c148ea39660af))
22+
* **upload:** address review nits ([c613d8c](https://github.com/BjornMelin/ai-agent-builder/commit/c613d8c5bbf3c961e8bacf93c52e5a2a46c48c9a))
23+
* **uploads:** address PR review feedback ([58533e6](https://github.com/BjornMelin/ai-agent-builder/commit/58533e697a721f0da6c740a6b78d1367bb4be019))
24+
25+
26+
### Performance Improvements
27+
28+
* **upload:** parallelize register and reduce revalidation ([cf77484](https://github.com/BjornMelin/ai-agent-builder/commit/cf77484f9bfe16261e733576bfe5e779281b2c05))
29+
330
## [0.1.12](https://github.com/BjornMelin/ai-agent-builder/compare/ai-agent-builder-v0.1.11...ai-agent-builder-v0.1.12) (2026-02-10)
431

532

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-agent-builder",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"private": true,
55
"engines": {
66
"bun": ">=1.2.0",

0 commit comments

Comments
 (0)