Skip to content

Releases: agentuity/sdk

Release 3.0.0-alpha.6

14 Apr 23:22
209d718

Choose a tag to compare

Release 3.0.0-alpha.6 Pre-release
Pre-release
  • New Features
  • Add v2→v3 migration mode via @agentuity/migrate, and deprecate agentuity.config.ts (huijiro).
  • Add framework-agnostic build pipeline for CNB/Buildpack support (#1334) (Gabriel Rodrigues Campos).
  • Create new packages: @agentuity/hono, @agentuity/services, @agentuity/otel, @agentuity/local, @agentuity/analytics, and @agentuity/adapter (huijiro).
  • Replace inline AI/landing snippets with template overlay directories in CLI scaffolding (huijiro).
  • Add OTP prompt (Jeff Haynie).
  • Breaking Changes
  • Sunset @agentuity/runtime and remove the v2 build pipeline and agent system (#1367) (Gabriel Rodrigues Campos).
  • Remove file-based routing and AST lifecycle generation; routing now uses explicit route definitions and Hono-router-derived types (#1168) (Gabriel Rodrigues Campos).
  • Remove @agentuity/workbench package (huijiro).
  • Improvements
  • Use prerelease-aware npm dist-tags in CLI scaffolding so prerelease CLI versions install matching prerelease dependencies (including @alpha mapping and derived dist-tags) (huijiro).
  • Pin scaffolded @agentuity/* dependencies to ^3.0.0 (huijiro).
  • Add vite.config.ts to frontend templates/projects and run client builds by spawning Vite for better plugin compatibility (huijiro).
  • Improve agentuity dev credential and gateway behavior: load AGENTUITY_SDK_KEY from project .env, fall back to CLI auth key, and show profile transport URL plus gateway routing status (huijiro).
  • Upgrade AI template stack to AI SDK v6 and @ai-sdk/openai v3 for OPENAI_BASE_URL support (huijiro).
  • Use bun --hot for backend HMR instead of a manual file watcher/restart loop (huijiro).
  • Augment Hono defaults and consolidate runtime entry generation into bootstrap() (#1183, #1184) (Gabriel Rodrigues Campos).
  • Bug Fixes
  • Add force: true to cpSync in applyOverlay so template files overwrite defaults correctly (huijiro).
  • Default major version fallback to 3 in CLI version resolution (huijiro).
  • Exclude template overlays from TypeScript compilation in CLI (huijiro).
  • Correct runtime client directory resolution for web routes and handle nested index.html output from Vite builds (huijiro).
  • Prevent double Bun.serve() in production (EADDRINUSE) and include websocket handler in AppResult for bun --hot dev mode (huijiro).
  • Add explicit subpath exports for all @agentuity/core services (huijiro).
  • Internal
  • Improve release/CI reliability by separating package and app builds, refining build order, using Bun in smoke tests, setting NODE_ENV=test, and dynamically discovering packages in smoke tests (huijiro).
  • Add PR branch npm publishing and PR install-detail comments, then adjust workflows for safer release behavior (branch.* dist-tag handling and PR branch publish rollback) (huijiro).
  • Standardize framework demo tests on port 3000, update TanStack Playwright tests, and fix dead scaffolds/tsconfig refs/lint warnings that caused CI failures (huijiro).
  • Add repository metadata across packages for npm provenance verification (huijiro).

Release 3.0.0-alpha.5

14 Apr 22:52
209d718

Choose a tag to compare

Release 3.0.0-alpha.5 Pre-release
Pre-release

New Features

  • Added v2→v3 migration mode in @agentuity/migrate to help existing projects move to the v3 architecture (huijiro).
  • Added the @agentuity/migrate package and deprecated agentuity.config.ts in favor of the migration path (huijiro).
  • Added vite.config.ts generation for frontend scaffolds/projects via the CLI (huijiro).
  • Added a framework-agnostic build pipeline for CNB/Buildpack support (#1334) by Gabriel Rodrigues Campos.
  • Added @agentuity/hono, @agentuity/local, and @agentuity/services packages to support the new modular runtime stack (huijiro).
  • Added @agentuity/otel (later evolved into analytics/telemetry packages) as part of the new observability architecture (huijiro).

Breaking Changes

  • Sunset @agentuity/runtime and removed the v2 build pipeline and agent system (#1367) by Gabriel Rodrigues Campos.
  • Removed the @agentuity/workbench package (huijiro).
  • Removed route type file generation (routes.ts) and switched to deriving types from the Hono router (#1168) by Gabriel Rodrigues Campos.
  • Removed file-based routing and AST-based route generation in favor of explicit routing/type-checker-based flow (huijiro).

Improvements

  • Replaced inline AI/landing snippets with template overlay directories in the CLI scaffolder for cleaner template composition (huijiro).
  • Pinned scaffolded @agentuity/* dependencies to ^3.0.0 for consistent v3 installs (huijiro).
  • Updated scaffolded AI examples to use the Vercel AI SDK (huijiro).
  • Replaced the TanStack Start scaffold with a real TanStack Start app template and aligned template UI styling with Agentuity design (huijiro).
  • Switched backend dev hot reload to bun --hot, removing the manual watcher/restart loop (huijiro).
  • Added explicit subpath exports for all @agentuity/core services (huijiro).
  • Migrated build/typecheck scripts away from tsgo back to tsc while keeping TypeScript 6 migration progress moving (huijiro).

Bug Fixes

  • Fixed CLI prerelease dependency resolution to use dist-tags for project dependencies when the CLI itself is prerelease (huijiro).
  • Fixed CLI fallback behavior to default the major version to 3 when version parsing fallback is used (huijiro).
  • Fixed create-agentuity prerelease tag mapping so alpha prereleases correctly resolve to @alpha and derive the right CLI dist-tag (huijiro).
  • Fixed TypeScript compilation to exclude template overlays (huijiro).
  • Fixed dev command env loading to read AGENTUITY_SDK_KEY from project .env files and fall back to CLI auth key when no project is linked (huijiro).
  • Fixed AI Gateway fallback to use regional Catalyst URLs and upgraded AI SDK/OpenAI SDK for OPENAI_BASE_URL support (huijiro).
  • Fixed runtime web route client directory resolution and nested index.html handling from Vite builds (huijiro).
  • Fixed production startup to prevent double Bun.serve() (EADDRINUSE) and restored WebSocket handler wiring for Bun hot mode (huijiro).
  • Fixed JSON Schema to TypeScript generation to escape string literals and quote special property keys correctly (huijiro).
  • Added OTP prompt support by Jeff Haynie.

Internal

  • Added comprehensive CLI dev server lifecycle tests and public-folder handling tests to harden CLI behavior (huijiro).
  • Refactored build system boundaries by separating package/app builds and iterating analytics/telemetry package structure (huijiro).
  • Added repository metadata fields across packages to improve npm provenance verification (huijiro).
  • Improved CI/release reliability with corrected build ordering (tsc --build), smoke test fixes, and release workflow hardening (huijiro).
  • Reverted PR-branch npm publishing in release workflow after introducing it, so branch-release behavior remains controlled (revert(ci): remove PR branch publishing from release workflow) (huijiro).

Release 3.0.0-alpha.2

14 Apr 20:02
5247d43

Choose a tag to compare

Release 3.0.0-alpha.2 Pre-release
Pre-release
  • New Features

  • Added v2→v3 migration mode and introduced the @agentuity/migrate package to support upgrades from v2 projects (huijiro).

  • Added framework-agnostic build pipeline support for CNB/Buildpack deployments (#1334, Gabriel Rodrigues Campos).

  • Added enabled agent roster support to the coder SDK (#1364, Rick Blalock).

  • Added an OTP prompt in auth flow (Jeff Haynie).

  • Breaking Changes

  • Sunset @agentuity/runtime by removing the v2 build pipeline and v2 agent system (#1367, Gabriel Rodrigues Campos).

  • Deprecated agentuity.config.ts, with migration support added for moving to v3 configuration patterns (huijiro).

  • Removed file-based routing and routes.ts generation; routing/types are now derived from the Hono router and explicit routing flow (huijiro).

  • Removed the @agentuity/workbench package (huijiro).

  • Improvements

  • Routed DevMode tunnel traffic through the front-door proxy for more reliable connectivity (#1369, Rick Blalock).

  • Updated agentuity dev to load AGENTUITY_SDK_KEY from project .env files and fall back to the CLI auth key when no project is linked (huijiro).

  • Added profile transport URL loading and gateway routing status visibility in dev workflow (huijiro).

  • Replaced inline AI/landing scaffold snippets with template overlay directories and updated scaffolded AI examples to the Vercel AI SDK (huijiro).

  • Switched backend HMR to bun --hot, removing manual watcher/restart loops for local development (huijiro).

  • Bug Fixes

  • Excluded template overlays from TypeScript compilation in the CLI (huijiro).

  • Pinned scaffolded @agentuity/* dependencies to ^3.0.0 in generated projects (huijiro).

  • Fixed AI Gateway fallback to use regional Catalyst URLs, and upgraded AI SDK dependencies to support OPENAI_BASE_URL (huijiro).

  • Fixed TanStack Start scaffolding/runtime issues by using proper server routes, replacing dead scaffolds, and restoring CSS injection in __root.tsx (huijiro).

  • Added explicit subpath exports for all @agentuity/core services to resolve import issues (huijiro).

  • Fixed runtime web route resolution for frontend assets, including nested index.html outputs from Vite builds (huijiro).

  • Prevented duplicate Bun.serve() startup in production (EADDRINUSE) and restored websocket handler exposure for bun --hot dev mode (huijiro).

  • Internal

  • Expanded CLI test coverage with comprehensive dev server lifecycle and public folder handling tests (huijiro).

  • Reworked release/build workflows across CI (build order, smoke tests, env handling, branch dist-tag behavior, and Bun-based execution) to stabilize packaging and validation (huijiro).

  • Refactored routing/build internals away from AST-driven generation toward TypeScript checker + Hono-based bootstrap/createRouter flow (huijiro).

Release 3.0.0-alpha.1

14 Apr 17:39
215865c

Choose a tag to compare

Release 3.0.0-alpha.1 Pre-release
Pre-release
  • New Features

  • Added v2→v3 migration mode in @agentuity/migrate (huijiro).

  • Added OTP prompt support in CLI auth flow (Jeff Haynie).

  • Added framework-agnostic build pipeline support for CNB/Buildpack deployments (#1334, Gabriel Rodrigues Campos).

  • Added enabled agent roster support to the coder SDK (#1364, Rick Blalock).

  • Added new packages: @agentuity/hono, @agentuity/local, @agentuity/adapter, and @agentuity/analytics (huijiro).

  • Added Vite config generation for frontend projects in CLI scaffolding (huijiro).

  • Breaking Changes

  • Sunset @agentuity/runtime and removed the v2 build pipeline and agent system (#1367, Gabriel Rodrigues Campos).

  • Deprecated agentuity.config.ts in favor of the migration tooling (@agentuity/migrate) (huijiro).

  • Added deprecation warning to createApp() to signal migration to the v3 architecture (huijiro).

  • Removed file-based routing and AST-based route generation; routing now uses explicit Hono-based patterns (huijiro, Gabriel Rodrigues Campos, #1168).

  • Improvements

  • Routed DevMode tunnel traffic through the front-door proxy for more reliable local development (#1369, Rick Blalock).

  • Upgraded AI SDK integration to support OPENAI_BASE_URL via AI SDK v6 and @ai-sdk/openai v3 (huijiro).

  • Added fallback to CLI auth key for AI Gateway when no project is linked (huijiro).

  • Loaded AGENTUITY_SDK_KEY from project .env files in the dev command (huijiro).

  • Added explicit subpath exports for all @agentuity/core services to improve import ergonomics (huijiro).

  • Replaced TanStack Start scaffolding with a real TanStack Start app and updated AI examples to use the Vercel AI SDK (huijiro).

  • Bug Fixes

  • Pinned scaffolded @agentuity/* dependencies to ^3.0.0 for v3 compatibility (huijiro).

  • Switched AI Gateway fallback to use regional Catalyst URLs (huijiro).

  • Fixed runtime client directory resolution for web routes (huijiro).

  • Fixed runtime handling for nested index.html output paths from Vite builds (huijiro).

  • Fixed backend behavior to prevent double Bun.serve() startup in production (EADDRINUSE) (huijiro).

  • Fixed Bun hot mode behavior by including websocket handler in AppResult (huijiro).

  • Fixed JSONC parsing by replacing json5 import with local parseJSONC utility (huijiro).

  • Documentation

  • Updated docs-related content by resolving outdated review feedback in apps/docs (huijiro).

  • Internal

  • Switched backend dev HMR to bun --hot and removed manual file watcher/restart loop (huijiro).

  • Improved Hono defaults and consolidated runtime entry generation into bootstrap() (#1183, #1184, Gabriel Rodrigues Campos).

  • Added comprehensive CLI dev server lifecycle/public-folder tests and expanded framework test coverage (huijiro).

  • Removed @agentuity/workbench and cleaned remaining references from scaffolds and build artifacts (huijiro).

Release 3.0.0-alpha.0

13 Apr 20:35
0aa50a9

Choose a tag to compare

Release 3.0.0-alpha.0 Pre-release
Pre-release
v3.0.0-alpha.0

fix(cli): route DevMode tunnel traffic through the front-door proxy (…

Release 2.0.11

08 Apr 19:48
a8a1c3d

Choose a tag to compare

v2.0.11

Prevent duplicate WebRTC offers during renegotiation (#1362)

Release 2.0.10

08 Apr 19:45
a426b68

Choose a tag to compare

Make start -> tui, fix auth issue, drop "Hub" from terminology (#1342)

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: CodeRabbit <noreply@coderabbit.ai>
Co-authored-by: Bobby Christopher <b.christopher.3rd@gmail.com>

Release 2.0.9

03 Apr 18:17
5388f93

Choose a tag to compare

v2.0.9

Fix SDK Explorer sandbox runs (#1339)

Release 2.0.8

03 Apr 03:28
ed9b14e

Choose a tag to compare

v2.0.8

feat(coder): add Coder SDK service, standalone package, and CLI comma…

Release 2.0.7

31 Mar 17:44
8dc5173

Choose a tag to compare

New Features

  • #1319 Add batch update/close operations and enhanced list filters for tasks — Jeff Haynie
  • #1320 Add stored Coder Hub config and TUI RPC handling — Rick Blalock

Bug Fixes

Documentation

Internal