Releases: agentuity/sdk
Release 3.0.0-alpha.6
- New Features
- Add v2→v3 migration mode via
@agentuity/migrate, and deprecateagentuity.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/runtimeand 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/workbenchpackage (huijiro). - Improvements
- Use prerelease-aware npm dist-tags in CLI scaffolding so prerelease CLI versions install matching prerelease dependencies (including
@alphamapping and derived dist-tags) (huijiro). - Pin scaffolded
@agentuity/*dependencies to^3.0.0(huijiro). - Add
vite.config.tsto frontend templates/projects and run client builds by spawning Vite for better plugin compatibility (huijiro). - Improve
agentuity devcredential and gateway behavior: loadAGENTUITY_SDK_KEYfrom 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/openaiv3 forOPENAI_BASE_URLsupport (huijiro). - Use
bun --hotfor 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: truetocpSyncinapplyOverlayso template files overwrite defaults correctly (huijiro). - Default major version fallback to
3in 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.htmloutput from Vite builds (huijiro). - Prevent double
Bun.serve()in production (EADDRINUSE) and include websocket handler inAppResultforbun --hotdev mode (huijiro). - Add explicit subpath exports for all
@agentuity/coreservices (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
New Features
- Added v2→v3 migration mode in
@agentuity/migrateto help existing projects move to the v3 architecture (huijiro). - Added the
@agentuity/migratepackage and deprecatedagentuity.config.tsin favor of the migration path (huijiro). - Added
vite.config.tsgeneration 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/servicespackages 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/runtimeand removed the v2 build pipeline and agent system (#1367) by Gabriel Rodrigues Campos. - Removed the
@agentuity/workbenchpackage (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.0for 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/coreservices (huijiro). - Migrated build/typecheck scripts away from
tsgoback totscwhile 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
3when version parsing fallback is used (huijiro). - Fixed
create-agentuityprerelease tag mapping so alpha prereleases correctly resolve to@alphaand derive the right CLI dist-tag (huijiro). - Fixed TypeScript compilation to exclude template overlays (huijiro).
- Fixed dev command env loading to read
AGENTUITY_SDK_KEYfrom project.envfiles 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_URLsupport (huijiro). - Fixed runtime web route client directory resolution and nested
index.htmlhandling 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
-
New Features
-
Added v2→v3 migration mode and introduced the
@agentuity/migratepackage 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/runtimeby 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.tsgeneration; routing/types are now derived from the Hono router and explicit routing flow (huijiro). -
Removed the
@agentuity/workbenchpackage (huijiro). -
Improvements
-
Routed DevMode tunnel traffic through the front-door proxy for more reliable connectivity (#1369, Rick Blalock).
-
Updated
agentuity devto loadAGENTUITY_SDK_KEYfrom project.envfiles 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.0in 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/coreservices to resolve import issues (huijiro). -
Fixed runtime web route resolution for frontend assets, including nested
index.htmloutputs from Vite builds (huijiro). -
Prevented duplicate
Bun.serve()startup in production (EADDRINUSE) and restored websocket handler exposure forbun --hotdev 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
-
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/runtimeand removed the v2 build pipeline and agent system (#1367, Gabriel Rodrigues Campos). -
Deprecated
agentuity.config.tsin 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_URLvia AI SDK v6 and@ai-sdk/openaiv3 (huijiro). -
Added fallback to CLI auth key for AI Gateway when no project is linked (huijiro).
-
Loaded
AGENTUITY_SDK_KEYfrom project.envfiles in thedevcommand (huijiro). -
Added explicit subpath exports for all
@agentuity/coreservices 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.0for 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.htmloutput 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
json5import with localparseJSONCutility (huijiro). -
Documentation
-
Updated docs-related content by resolving outdated review feedback in
apps/docs(huijiro). -
Internal
-
Switched backend dev HMR to
bun --hotand 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/workbenchand cleaned remaining references from scaffolds and build artifacts (huijiro).
Release 3.0.0-alpha.0
v3.0.0-alpha.0 fix(cli): route DevMode tunnel traffic through the front-door proxy (…
Release 2.0.11
Release 2.0.10
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
v2.0.9 Fix SDK Explorer sandbox runs (#1339)
Release 2.0.8
v2.0.8 feat(coder): add Coder SDK service, standalone package, and CLI comma…
Release 2.0.7
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
- #1318 Reword eval(s) to evaluations to avoid socket.dev false positive — Jeff Haynie
- #1316 Fix favicon path — Parteek Singh
Documentation
- #1317 Remove v0 migration guide — Parteek Singh
- #1313 Improve docs build and markdown export — Parteek Singh
Internal
- #1312 Add npm release pipeline for 'next' tag on main — Gabriel Rodrigues Campos