Skip to content

Latest commit

 

History

History
291 lines (205 loc) · 30.4 KB

File metadata and controls

291 lines (205 loc) · 30.4 KB

Changelog

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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

0.1.3 (2026-02-03)

Bug Fixes

  • ci: enforce ubuntu-latest for scorecard (af278ae)
  • ci: enforce ubuntu-latest for scorecard (3a43fee)

0.1.2 (2026-02-03)

Features

  • add @edge-runtime/primitives, @edge-runtime/vm, and tsx dependencies to bun.lock. (3500202)
  • add GitHub, Vercel, Neon, and Upstash environment schemas with validation and access methods (850b406)
  • add Neon Auth proxy middleware, enhance global styles, and implement access control pages (058caaf)
  • add new authentication, UI, and captcha dependencies, update ai package, and disable Biome key sorting for package.json. (694560a)
  • auth: enhance environment configuration for social login and update documentation (f271dd1)
  • auth: introduce AUTH_SOCIAL_PROVIDERS for configurable social login options and update related documentation (a30ca55)
  • ci: implement Vercel Preview automation with Neon branch provisioning (764f58e)
  • ci: streamline Vercel Preview automation with Neon Auth trusted domains (f99ddbe)
  • enhance Vercel Sandbox environment configuration with new auth modes and validation, updating related documentation and tests (684d832)
  • export normalizeEmail function and add tests for restricted user email handling in access control (6898363)
  • implement Neon Auth integration with client-side providers, account management routes, and access control enforcement (14f8154)
  • integrate @vercel/analytics for enhanced tracking and update project description (93cee24)
  • platform: add typed env and server foundation utilities (5851132)
  • scaffold platform foundations + env + Neon Auth + Neon DB (432b22f)

Bug Fixes

  • ci: improve error handling in Neon Auth workflow (c2cfa0d)
  • pr-review: resolve review feedback (5ddfb30)
  • pr: address review comments (PR #5) (b6759c6)

0.1.1 (2026-01-30)

Features

  • document argon2 build prerequisites and configure CI setup for them, update CI/CD spec requirements, and fix accessibility typo. (2a59402)
  • scaffold app router UI (aa7e938)

Bug Fixes

  • pr-review: resolve CodeRabbit comments (06feed0)
  • vitest: extend excludes with defaults (41e029c)