Skip to content

2026-01-21

Choose a tag to compare

@github-actions github-actions released this 21 Jan 19:57
· 1460 commits to main since this release
82aac5e

Changelog

@inkeep/agents-api@0.42.0

Minor Changes

  • ad01cd7: Add triggers API endpoints for CRUD operations on trigger configurations and viewing invocation history
  • 0893319: Add multi-part message format for triggers: messages now include both text part (from messageTemplate) and data part (transformed payload) for richer context
  • 82afd5b: Hash trigger authentication header values before storing in database using new headers array format
  • 82afd5b: Update webhook handler to use async trigger authentication verification with new headers format
  • a210291: Doltgres migration and evaluation system.
  • ad01cd7: Add webhook endpoint for trigger invocations with support for authentication, payload validation, output transformation, and async agent execution

Patch Changes

  • 3940062: added extra prompting optionally to mcp tools
  • 00fbaec: output schema filtering for evals
  • b336b0e: Fix bug with agent name and description not updating
  • 44461fe: trace default
  • 14041da: pagination fix
  • 568c1b2: added timestamp
  • 9123640: feat(api): use ?raw query in tsdown
  • c422f89: bug fix for user message evals
  • 4c65924: process attributes removed
  • b241c06: vercel workflow
  • 3e656cd: simple refactor to reorder models
  • 2d0d77a: Add ability to edit name and description from agent card
  • dc827b0: improve context breakdown
  • fabca13: add lint script for run-api and fix lint errors

@inkeep/agents-cli@0.42.0

Minor Changes

  • def71cc: add lint script and fix lint warnings
  • 82afd5b: Update trigger code generator to output new headers array authentication format

Patch Changes

  • 3940062: added extra prompting optionally to mcp tools
  • 00fbaec: output schema filtering for evals
  • 44461fe: trace default
  • 14041da: pagination fix
  • 568c1b2: added timestamp
  • c422f89: bug fix for user message evals
  • 4c65924: process attributes removed
  • b241c06: vercel workflow
  • 3e656cd: simple refactor to reorder models
  • a1126c1: enable d.ts files generation for dev script and set "isolatedDeclarations": true in tsconfig.json
  • dc827b0: improve context breakdown

@inkeep/agents-manage-ui@0.42.0

Minor Changes

  • d6830a0: add sentry logs about unexpected behavior of data animations
  • c302c77: update knip to latest, enable --files flag to report unused files, cleanup unused files
  • 7d46f27: feat(dashboard): add useMcpToolsQuery, useExternalAgentsQuery, useCredentialStoresQuery without manual useEffect
  • a210291: Doltgres migration and evaluation system.
  • 82afd5b: Replace auth type dropdown with dynamic header list for trigger authentication configuration
  • a11bb6b: automatically generate and render breadcrumbs in dashboard with Next.js /[tenantId]/@breadcrumbs/[...slug]/page.tsx parallel route

Patch Changes

  • 3940062: added extra prompting optionally to mcp tools
  • 00fbaec: output schema filtering for evals
  • 4f05b56: Change the way subagents are selected
  • b336b0e: Fix bug with agent name and description not updating
  • 322a6d6: Remove throwOnError option from default QueryClient settings in tanstack
  • d7da349: move all React context Provider in @/contexts (except shadcn providers)- remove unnecessary .Provider suffix React context components. Starting in React 19, you can render <SomeContext> as a provider.
  • e7b571b: Add templates for json fields
  • a0d4594: setup React compiler for /[tenantId]/projects/[projectId]/agents/[agentId] page
  • 44461fe: trace default
  • 14041da: pagination fix
  • 568c1b2: added timestamp
  • 09768e3: remove forwardRef usages. In React 19, forwardRef is no longer necessary. Pass ref as a prop instead.
  • c422f89: bug fix for user message evals
  • a5c9830: Improve trigger form to show transform type selector with clear guidance on when to use Object Transformation vs JMESPath
  • 4c65924: process attributes removed
  • 0893319: Update trigger form to make messageTemplate optional with improved help text explaining data part inclusion
  • 3c5aac4: add log for data operation animation
  • b68b15c: fix(sentry): Enable wider client file upload for source maps
  • 468fb23: remove extra closing tags for components without children and lint check
  • b241c06: vercel workflow
  • 3e656cd: simple refactor to reorder models
  • 9109949: fix color for flow edge markers
  • 2d0d77a: Add ability to edit name and description from agent card
  • dc827b0: improve context breakdown

@inkeep/agents-core@0.42.0

Minor Changes

  • a210291: Doltgres migration and evaluation system.
  • 0893319: Make trigger messageTemplate optional in schema and validation to support data-only trigger messages
  • ad01cd7: Add triggers feature with new database schemas for trigger configuration and invocation tracking, data access functions, validation schemas, and authentication utilities
  • 82afd5b: Simplify trigger authentication schema to use headers array format with hashed secrets. Add hashTriggerHeaderValue(), validateTriggerHeaderValue(), and hashAuthenticationHeaders() utilities. Breaking change: old auth types (api_key, basic_auth, bearer_token) removed.

Patch Changes

  • 3940062: added extra prompting optionally to mcp tools
  • 00fbaec: output schema filtering for evals
  • 91dad33: Removed FIELD_MODIFIERS and related logic from drizzle-schema-helpers.ts, simplifying schema creation functions.
  • 44461fe: trace default
  • 4f7f0d2: Cleanup orphaned function-tools during agent update
  • 14041da: pagination fix
  • 568c1b2: added timestamp
  • c422f89: bug fix for user message evals
  • 4c65924: process attributes removed
  • b241c06: vercel workflow
  • 3e656cd: simple refactor to reorder models
  • dc827b0: improve context breakdown
  • 82afd5b: Add keepExisting support for trigger authentication header updates

@inkeep/agents-sdk@0.42.0

Minor Changes

  • 82afd5b: Update trigger builder documentation to reflect new headers array authentication format
  • a210291: Doltgres migration and evaluation system.

Patch Changes

  • 3940062: added extra prompting optionally to mcp tools
  • 00fbaec: output schema filtering for evals
  • 44461fe: trace default
  • 14041da: pagination fix
  • 568c1b2: added timestamp
  • c422f89: bug fix for user message evals
  • 4c65924: process attributes removed
  • b241c06: vercel workflow
  • 3e656cd: simple refactor to reorder models
  • a1126c1: enable d.ts files generation for dev script and set "isolatedDeclarations": true in tsconfig.json
  • dc827b0: improve context breakdown

@inkeep/create-agents@0.42.0

Minor Changes

  • a210291: Doltgres migration and evaluation system.

Patch Changes

  • 3940062: added extra prompting optionally to mcp tools
  • 00fbaec: output schema filtering for evals
  • 44461fe: trace default
  • 14041da: pagination fix
  • 568c1b2: added timestamp
  • c422f89: bug fix for user message evals
  • 4c65924: process attributes removed
  • b241c06: vercel workflow
  • 3e656cd: simple refactor to reorder models
  • dc827b0: improve context breakdown

@inkeep/agents-manage-mcp@0.42.0

Patch Changes

  • 3940062: added extra prompting optionally to mcp tools
  • 00fbaec: output schema filtering for evals
  • 44461fe: trace default
  • 14041da: pagination fix
  • 568c1b2: added timestamp
  • c422f89: bug fix for user message evals
  • 4c65924: process attributes removed
  • b241c06: vercel workflow
  • 3e656cd: simple refactor to reorder models
  • dc827b0: improve context breakdown

@inkeep/ai-sdk-provider@0.42.0

Patch Changes

  • 3940062: added extra prompting optionally to mcp tools
  • 00fbaec: output schema filtering for evals
  • 44461fe: trace default
  • 14041da: pagination fix
  • 568c1b2: added timestamp
  • c422f89: bug fix for user message evals
  • 4c65924: process attributes removed
  • b241c06: vercel workflow
  • 3e656cd: simple refactor to reorder models
  • dc827b0: improve context breakdown