Skip to content

Releases: inkeep/agents

2026-01-21

21 Jan 19:57
82aac5e

Choose a tag to compare

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

2026-01-13

13 Jan 20:58
6cda8af

Choose a tag to compare

Changelog

@inkeep/agents-cli@0.41.2

Patch Changes

  • 112b5c7: Add --local flag to inkeep init to set local profile as default
  • de84714: Add tsdown clean option based on watch status
  • af347c8: Add dev watch scripts and skip d.ts generation in watch mode across packages

@inkeep/agents-manage-ui@0.41.2

Patch Changes

  • d32fdb8: Fix import for streamdown css
  • 01ca1e6: - Fix bug with trying to use the useRuntimeConfig hook within the shadow dom"
  • c584a64: Remove fixedOverflowWidgets option from monaco-editor config
  • 86273ec: fix: add missing border for shadcn tooltip arrow
  • e5e12d9: Disable warnings for –’ characters in Prompt editor
  • 2e86062: warning status messages

@inkeep/agents-core@0.41.2

Patch Changes

  • de84714: Add tsdown clean option based on watch status
  • af347c8: Add dev watch scripts and skip d.ts generation in watch mode across packages

@inkeep/agents-sdk@0.41.2

Patch Changes

  • de84714: Add tsdown clean option based on watch status
  • af347c8: Add dev watch scripts and skip d.ts generation in watch mode across packages

@inkeep/ai-sdk-provider@0.41.2

Patch Changes

  • de84714: Add tsdown clean option based on watch status
  • af347c8: Add dev watch scripts and skip d.ts generation in watch mode across packages

@inkeep/create-agents@0.41.1

07 Jan 22:08
01dfa65

Choose a tag to compare

Patch Changes

  • d1f60f3: added azure provider
  • Updated dependencies [d1f60f3]
    • @inkeep/agents-core@0.41.1

@inkeep/create-agents@0.41.0

07 Jan 17:05
968b859

Choose a tag to compare

Patch Changes

  • 49ec561: fix auth dependencies
  • 5d095da: Properly contain overflow of trace card content
  • f1a6cd4: compression ui improvements
  • 561605f: Export DEFAULT_NANGO_STORE_ID from @inkeep/agents-core main exports
  • 4b016d4: target ids for chat-to-edit
  • d933953: Disable colorized logs in non-TTY environments like Vercel. Logs now respect the NO_COLOR env var and automatically disable colors when stdout is not a TTY.
  • 9b17c81: streamObject removed from traces
  • f58f9e4: Fix cookie header forwarding for MCP server authentication
  • Updated dependencies [49ec561]
  • Updated dependencies [5d095da]
  • Updated dependencies [f1a6cd4]
  • Updated dependencies [561605f]
  • Updated dependencies [4b016d4]
  • Updated dependencies [d933953]
  • Updated dependencies [9b17c81]
  • Updated dependencies [f58f9e4]
    • @inkeep/agents-core@0.41.0

@inkeep/ai-sdk-provider@0.41.1

07 Jan 22:08
01dfa65

Choose a tag to compare

Patch Changes

  • d1f60f3: added azure provider
  • Updated dependencies [d1f60f3]
    • @inkeep/agents-core@0.41.1

@inkeep/ai-sdk-provider@0.41.0

07 Jan 17:05
968b859

Choose a tag to compare

Patch Changes

  • 49ec561: fix auth dependencies
  • 5d095da: Properly contain overflow of trace card content
  • f1a6cd4: compression ui improvements
  • 561605f: Export DEFAULT_NANGO_STORE_ID from @inkeep/agents-core main exports
  • 4b016d4: target ids for chat-to-edit
  • d933953: Disable colorized logs in non-TTY environments like Vercel. Logs now respect the NO_COLOR env var and automatically disable colors when stdout is not a TTY.
  • 9b17c81: streamObject removed from traces
  • f58f9e4: Fix cookie header forwarding for MCP server authentication
  • Updated dependencies [49ec561]
  • Updated dependencies [5d095da]
  • Updated dependencies [f1a6cd4]
  • Updated dependencies [561605f]
  • Updated dependencies [4b016d4]
  • Updated dependencies [d933953]
  • Updated dependencies [9b17c81]
  • Updated dependencies [f58f9e4]
    • @inkeep/agents-core@0.41.0

@inkeep/agents-sdk@0.41.1

07 Jan 22:08
01dfa65

Choose a tag to compare

Patch Changes

  • d1f60f3: added azure provider
  • Updated dependencies [d1f60f3]
    • @inkeep/agents-core@0.41.1

@inkeep/agents-sdk@0.41.0

07 Jan 17:05
968b859

Choose a tag to compare

Patch Changes

  • 49ec561: fix auth dependencies
  • 5d095da: Properly contain overflow of trace card content
  • f1a6cd4: compression ui improvements
  • 561605f: Export DEFAULT_NANGO_STORE_ID from @inkeep/agents-core main exports
  • 4b016d4: target ids for chat-to-edit
  • d933953: Disable colorized logs in non-TTY environments like Vercel. Logs now respect the NO_COLOR env var and automatically disable colors when stdout is not a TTY.
  • 9b17c81: streamObject removed from traces
  • f58f9e4: Fix cookie header forwarding for MCP server authentication
  • Updated dependencies [49ec561]
  • Updated dependencies [5d095da]
  • Updated dependencies [f1a6cd4]
  • Updated dependencies [561605f]
  • Updated dependencies [4b016d4]
  • Updated dependencies [d933953]
  • Updated dependencies [9b17c81]
  • Updated dependencies [f58f9e4]
    • @inkeep/agents-core@0.41.0

@inkeep/agents-run-api@0.41.1

07 Jan 22:08
01dfa65

Choose a tag to compare

Patch Changes

  • d1f60f3: added azure provider
  • Updated dependencies [d1f60f3]
    • @inkeep/agents-core@0.41.1

@inkeep/agents-run-api@0.41.0

07 Jan 17:05
968b859

Choose a tag to compare

Patch Changes

  • 49ec561: fix auth dependencies
  • 5d095da: Properly contain overflow of trace card content
  • f1a6cd4: compression ui improvements
  • 561605f: Export DEFAULT_NANGO_STORE_ID from @inkeep/agents-core main exports
  • 4b016d4: target ids for chat-to-edit
  • d933953: Disable colorized logs in non-TTY environments like Vercel. Logs now respect the NO_COLOR env var and automatically disable colors when stdout is not a TTY.
  • 9b17c81: streamObject removed from traces
  • f58f9e4: Fix cookie header forwarding for MCP server authentication
  • Updated dependencies [49ec561]
  • Updated dependencies [5d095da]
  • Updated dependencies [f1a6cd4]
  • Updated dependencies [561605f]
  • Updated dependencies [4b016d4]
  • Updated dependencies [d933953]
  • Updated dependencies [9b17c81]
  • Updated dependencies [f58f9e4]
    • @inkeep/agents-core@0.41.0