Skip to content

Releases: BjornMelin/ai-agent-builder

ai-agent-builder: v0.1.13

11 Feb 08:34
5434413

Choose a tag to compare

0.1.13 (2026-02-11)

Features

  • ai chat attachments and file uploads + Vercel blob handling (8abf722)
  • chat: add document attachments support in Project Chat (e114e27)
  • chat: enhance file upload configuration (4a51f5c)
  • chat: enhance file upload validation and error handling (d5f1151)
  • upload: enhance upload path validation and error handling (94de85d)
  • uploads: blob client uploads + register/ingest endpoint (bdfdb61)

Bug Fixes

  • attachments: address PR review feedback (dc30240)
  • chat: avoid duplicate composer error surfacing (77a3939)
  • chat: validate marker file parts before rebuilding user message (fad2b83)
  • prompt-input: prefer source File for data-url conversion (332af5d)
  • upload: address review nits (c613d8c)
  • uploads: address PR review feedback (58533e6)

Performance Improvements

  • upload: parallelize register and reduce revalidation (cf77484)

ai-agent-builder: v0.1.12

10 Feb 19:30
7b477bf

Choose a tag to compare

0.1.12 (2026-02-10)

Bug Fixes

  • citations: address review feedback (fa9d568)
  • db: address PR review feedback (a91f48d)
  • ui: address review feedback (bf9f919)
  • ui: show delete errors in confirm dialog (c88f3aa)
  • urls: canonicalize http(s) url normalization (6b05e85)

ai-agent-builder: v0.1.11

10 Feb 08:57
593f215

Choose a tag to compare

0.1.11 (2026-02-10)

Features

  • add agent skills + UI for management (36f0986)
  • add project skills table and relations for agent skills management (ebc6f3c)
  • code-mode: enhance sandbox path management and introduce redaction utilities (d05783c)
  • implement runtime-loadable Agent Skills with project-scoped overrides and skills registry integration (eb06c58)
  • projects: implement virtualized project list and enhance project management (9fbff7a)
  • skills: add registry UI management and runtime loading (1fc2161)
  • skills: enhance skills management with installed and registry tabs (bdd8b55)
  • workflows: introduce workflow orchestration utilities and enhance error handling (dd85e33)

Bug Fixes

  • security: avoid insecure temp-file pattern in skill fs reads (12731d7)
  • skills: address follow-up review (f6df49c)
  • skills: address review feedback (4ac6c8c)
  • skills: address review feedback (26de75c)
  • skills: align env defaults (33d9dac)
  • skills: reject directory paths in readFile (371c604)

ai-agent-builder: v0.1.10

09 Feb 20:42
9693fea

Choose a tag to compare

0.1.10 (2026-02-09)

Features

  • add Approvals and Code Mode tabs with corresponding components (65a1358)
  • code-mode: finalize compaction and docs (91d7c3d)
  • implementation runs code mode; sandbox; ctx-zip + bash tooling; repo + deploy agent automation (5250f1e)
  • repo: implement GitHub repo runtime detection and enhance sandbox policies (9f8311c)

Bug Fixes

  • sandbox: harden code mode defaults and runtime detection (a1adea5)
  • schema: remove NOT NULL constraint from approvedBy column in approvals table (a211289)

ai-agent-builder: v0.1.9

08 Feb 22:54
4435502

Choose a tag to compare

0.1.9 (2026-02-08)

Features

  • agent registry research mcp + tools (d5c47bd)
  • chat: agent modes, web research, context7, persistence (7f320fe)
  • chat: finalize web research tool contracts (e852816)
  • chat: harden web research + Context7 tools (302e1e8)
  • tests: enhance test coverage and add new test cases for AI components (39ae1a3)
  • tests: introduce utility for tool execution options and refactor tests (4695492)

Bug Fixes

  • address PR review feedback (8538abe)
  • chat: close Context7 MCP client (04d2b9b)
  • review: add shared abort listener (53fd281)
  • review: address PR 26 threads (bac31e1)
  • review: resolve PR 26 feedback (e1e430d)
  • web-extract: harden timeout detection (11ba2f4)

ai-agent-builder: v0.1.8

07 Feb 09:07
b89319a

Choose a tag to compare

0.1.8 (2026-02-07)

Features

  • app: finalize cache-components search hardening (cabcafe)
  • app: finalize cache-components search UX and bot preview resource governance (2530c36)
  • auth: add session parameters for production build to getSessionCached (b549841)
  • ui: overhaul app shell and account settings navigation (ce26c14)

Bug Fixes

  • a11y: label prompt action trigger by default (4cb4024)
  • auth: unblock cache-components builds and add local user create (e03b381)
  • pr: address review feedback (47dfdee)
  • review: address PR 23 feedback (845fd1e)
  • security: address neon-auth-local code scanning (55bac59)

ai-agent-builder: v0.1.7

06 Feb 02:55
77d2330

Choose a tag to compare

0.1.7 (2026-02-06)

Features

  • add GitHub Actions workflows for Vercel preview environment management (60fe032)
  • enhance chat functionality with initial thread support and status management (9a9dac6)
  • implement dynamic loading for AI elements and enhance audio player functionality (9630036)
  • react + accessibility optimizations, bundle size reductions, GHA for Vercel preview branches (63787f4)

Bug Fixes

  • a11y: keep labeled disabled audio fallback controls (d1fc2c7)
  • ai-elements: harden accessibility semantics and test flow (306fc02)
  • chat: apply review follow-up fixes (11dbe46)
  • chat: enhance session termination and message handling in chat client (d156530)
  • chat: harden thread lifecycle persistence and preserve terminal ui status (9f26fa2)
  • chat: improve chat client session handling and message management (d1760da)
  • chat: update chat client props and streamline message submission (9642c0e)
  • pr-19: address unresolved CodeRabbit review threads (862c694)
  • pr-19: resolve unresolved CodeRabbit review threads (2c86aaf)
  • review: address unresolved PR #19 feedback threads (ed8831c)

ai-agent-builder: v0.1.6

05 Feb 08:51
f1aba59

Choose a tag to compare

0.1.6 (2026-02-05)

Features

  • app: improve accessibility, motion performance, and metadata (00575c8)
  • artifacts: add versioned artifacts and citations DAL (d734a58)
  • artifacts: enhance artifact export functionality with improved download link and relative date formatting (86a8e95)
  • artifacts: implement artifact versioning and retrieval enhancements with comprehensive tests (05fdc5a)
  • dependencies: add @tanstack/react-virtual and @tanstack/virtual-core to package.json and bun.lock; update SPEC index metadata and improve artifact listing component (9d9da78)
  • export: add deterministic artifact zip export (da0c333)
  • export: enhance deterministic ZIP export with path sanitization and conflict handling (5dcab7f)
  • export: implement deterministic artifact export ZIP with enhanced sanitization and manifest integrity (a02d2cf)
  • metadata: add SITE_TAGLINE for enhanced branding in Open Graph and Twitter images (cf00993)
  • runs: migrate durable runs to Workflow DevKit (f6b1b09)
  • search: index artifacts and include in project search (7a7c3ca)
  • ui: add project artifacts tab (ff2f62f)
  • unify durable runs workflow devkit (39ad336)
  • workflows: add tests for projectRun workflow and enhance error handling (3ec3103)
  • workflows: persist run summary artifact (4a2b50c)

Bug Fixes

  • retrieval: dedupe latest artifact hits by logical key (05828fa)
  • runs: harden stream resilience and workflow cancellation (9fa1bad)

ai-agent-builder: v0.1.5

04 Feb 22:50
ee2a075

Choose a tag to compare

0.1.5 (2026-02-04)

Features

  • add components configuration and update ESLint rules for registry components (5cff0bd)
  • app: add workspace routes and layout (b0b3283)
  • chat: implement chat API endpoints and tests (658d4d0)
  • enhance UI/UX with accessibility improvements, input resets, and animation controls across various components. (3a09ab1)
  • Improve accessibility for AI elements components by adding aria-label attributes and refactoring interactive elements, and establish test suite documentation. (4744149)
  • integrate Vercel Workflow into Next.js configuration (196ec10)
  • introduce parseJsonBody utility to standardize JSON body parsing and Zod validation across API routes, accompanied by new tests. (309b2e0)
  • projects: enhance project creation and error handling (b575ac5)
  • ui: vendor ai-elements and shadcn primitives (b934a03)
  • workflow: integrate Vercel Workflow + AI Elements (6458674)
  • workflows: add chat workflow endpoints (e41d64e)

Bug Fixes

  • ai-elements: address PR #13 review feedback (f688e29)
  • ai-elements: complete accessibility hardening and regression coverage (41dbe3f)
  • ai-elements: harden prompt input and mic selector behavior (2744ec7)
  • ai-elements: harden schema and citation components (2a310a3)
  • ai-elements: improve a11y and docs for results and package UI (d024cde)
  • ai-elements: improve commit and transcription accessibility (9c7f990)
  • ai-elements: improve docs and error handling in metadata UIs (cd8733e)
  • ai-elements: improve message, prompt, and mic reliability (d31ed07)
  • ai-elements: improve motion a11y and source semantics (36b423c)
  • ai-elements: tighten accessibility and event handling (acfcf21)
  • api,ai-elements: harden auth flow and accessibility (2dee733)
  • api: parallelize auth and params in chat stream route (4122b03)
  • chat: harden stream auth checks and update resumable contract docs (41efe36)
  • chat: tighten stream contract tests and state update semantics (0338bab)
  • improve accessibility of forms, inputs, buttons, and status messages with ARIA attributes and semantic HTML. (f073667)
  • pr-13: address review thread issues in chat, ui, and workflow (56a64c7)
  • pr-13: harden search, file-tree, and docs comments (1f66847)
  • pr-13: tighten app UX copy, docs, and error handling (3eae0fe)
  • pr-13: tighten chat and speech ai-elements behavior (dcd8923)
  • pr13: address unresolved review feedback (57e2511)
  • pr: address review comments and polish components (ace503f)
  • review: resolve latest PR #13 comments (84b3996)
  • ui: address accessibility and import review notes (d102269)
  • ui: resolve motion, semantics, and docs review threads (b0c68e0)
  • ui: tighten selector, config docs, and button group imports (18df9e3)

ai-agent-builder: v0.1.4

03 Feb 18:55
0efc392

Choose a tag to compare

0.1.4 (2026-02-03)

Features

  • ai: add gateway provider and vector retrieval (8096d88)
  • align architecture and env config with Neon Postgres and Fluid compute stack (809a4b7)
  • api: add upload, search, run jobs (5d3529a)
  • api: enhance run management and file upload processes (7899f94)
  • api: enhance upload and ingestion processes with parallel handling and testing (ad63562)
  • data: add project, file, run accessors (fb09a56)
  • db: add schema, client, migrations (8f4d379)
  • env: add APP_BASE_URL for server callbacks and update related documentation (e9b3414)
  • ingest: add document extraction pipeline (af3baf6)
  • update AI Gateway model IDs and enhance environment configuration (f428e31)

Bug Fixes

  • docs: punctuate QStash list (50cc08a)
  • docs: update references and formatting in CI/CD and runbook documentation (e61a29d)
  • pr-10: address review feedback (8847cf9)
  • pr: resolve review comments for PR #10 (2f61f52)
  • review: address PR comments (0202f06)
  • review: resolve PR 10 comments (24f5c35)
  • tests: format expectation for AI Gateway base URL in env tests (1487481)