Skip to content

Commit 77d2330

Browse files
authored
Merge pull request #20 from BjornMelin/release-please--branches--main--components--ai-agent-builder
chore(main): release ai-agent-builder 0.1.7
2 parents 63787f4 + d624e1f commit 77d2330

3 files changed

Lines changed: 26 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.6"
2+
".": "0.1.7"
33
}

CHANGELOG.md

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

3+
## [0.1.7](https://github.com/BjornMelin/ai-agent-builder/compare/ai-agent-builder-v0.1.6...ai-agent-builder-v0.1.7) (2026-02-06)
4+
5+
6+
### Features
7+
8+
* add GitHub Actions workflows for Vercel preview environment management ([60fe032](https://github.com/BjornMelin/ai-agent-builder/commit/60fe032bc22e142a84c8cc98eab9371cf85bc6c1))
9+
* enhance chat functionality with initial thread support and status management ([9a9dac6](https://github.com/BjornMelin/ai-agent-builder/commit/9a9dac6150b80a2e90a1ed1e82a09f8324ef3d04))
10+
* implement dynamic loading for AI elements and enhance audio player functionality ([9630036](https://github.com/BjornMelin/ai-agent-builder/commit/96300368c69ab2f37ab53df6f5ec296883620f13))
11+
* react + accessibility optimizations, bundle size reductions, GHA for Vercel preview branches ([63787f4](https://github.com/BjornMelin/ai-agent-builder/commit/63787f466ccd88f2a87daaa885922b9e4a4e5832))
12+
13+
14+
### Bug Fixes
15+
16+
* **a11y:** keep labeled disabled audio fallback controls ([d1fc2c7](https://github.com/BjornMelin/ai-agent-builder/commit/d1fc2c7b3a71bed7f79376e1e75efc697918d6ef))
17+
* **ai-elements:** harden accessibility semantics and test flow ([306fc02](https://github.com/BjornMelin/ai-agent-builder/commit/306fc02654990add3fdb27ffe40bf69c6c333678))
18+
* **chat:** apply review follow-up fixes ([11dbe46](https://github.com/BjornMelin/ai-agent-builder/commit/11dbe4627d2a81922a8955caa08790c681d25e70))
19+
* **chat:** enhance session termination and message handling in chat client ([d156530](https://github.com/BjornMelin/ai-agent-builder/commit/d156530a6e13fb5c5fbd2129fe2ceaf1bff5919f))
20+
* **chat:** harden thread lifecycle persistence and preserve terminal ui status ([9f26fa2](https://github.com/BjornMelin/ai-agent-builder/commit/9f26fa2862f820bbd55817e34fc7f041c6a400c7))
21+
* **chat:** improve chat client session handling and message management ([d1760da](https://github.com/BjornMelin/ai-agent-builder/commit/d1760daf82fe3ba689bd0f0c75e5b9e6e070d124))
22+
* **chat:** update chat client props and streamline message submission ([9642c0e](https://github.com/BjornMelin/ai-agent-builder/commit/9642c0e1f094d77dd86eed2524deaaa52fa5a97c))
23+
* **pr-19:** address unresolved CodeRabbit review threads ([862c694](https://github.com/BjornMelin/ai-agent-builder/commit/862c6941e3b774e9e09e965895a70e07ab49f8c1))
24+
* **pr-19:** resolve unresolved CodeRabbit review threads ([2c86aaf](https://github.com/BjornMelin/ai-agent-builder/commit/2c86aafabb8e8286de6206e53f167ccccbbaf958))
25+
* **review:** address unresolved PR [#19](https://github.com/BjornMelin/ai-agent-builder/issues/19) feedback threads ([ed8831c](https://github.com/BjornMelin/ai-agent-builder/commit/ed8831c019ffdb15646858efe035d68f77ebe29c))
26+
327
## [0.1.6](https://github.com/BjornMelin/ai-agent-builder/compare/ai-agent-builder-v0.1.5...ai-agent-builder-v0.1.6) (2026-02-05)
428

529

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.6",
3+
"version": "0.1.7",
44
"private": true,
55
"engines": {
66
"bun": ">=1.2.0"

0 commit comments

Comments
 (0)