Skip to content

build(deps): bump the inkeep-agents group across 1 directory with 9 updates#2869

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/create-agents-template/inkeep-agents-6c0cc75f22
Open

build(deps): bump the inkeep-agents group across 1 directory with 9 updates#2869
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/create-agents-template/inkeep-agents-6c0cc75f22

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2026

Bumps the inkeep-agents group with 5 updates in the /create-agents-template directory:

Package From To
@inkeep/agents-core 0.59.4 0.62.0
@inkeep/agents-manage-ui 0.59.4 0.62.0
@inkeep/agents-sdk 0.59.4 0.62.0
@inkeep/agents-cli 0.59.4 0.62.0
@inkeep/agents-api 0.59.4 0.62.0

Updates @inkeep/agents-core from 0.59.4 to 0.62.0

Changelog

Sourced from @​inkeep/agents-core's changelog.

0.62.0

Minor Changes

  • ce9c516: Add migration to seed global playground app for authenticated chat sessions

0.61.0

Patch Changes

  • 12722d9: Add interactive merge conflict resolution UI for inkeep pull command
  • f4a9c69: Fix key_findings persistence in compressor by using proper update instead of insert-only upsert

0.60.0

Patch Changes

  • 2eaebb3: Fix deterministic ID generation for sub-agent relation/junction tables to prevent Dolt merge conflicts
  • c0018a6: Use actual AI SDK token usage for compression decisions and fix pricing service model ID lookup
  • ed10886: Add optional prompt field to app deployments for surface-specific behavioral tuning
  • b1199eb: Compute sorted merge resolution order based on fk relations
Commits

Updates @inkeep/agents-manage-ui from 0.59.4 to 0.62.0

Changelog

Sourced from @​inkeep/agents-manage-ui's changelog.

0.62.0

Patch Changes

  • b1507d1: Fix evaluation scoring returning null and display evaluation results in local time
  • ce9c516: Update @​inkeep/agents-ui to support getAuthToken, remove max keys limit, add public key hover/copy
  • Updated dependencies [ce9c516]
    • @​inkeep/agents-core@​0.62.0

0.61.0

Patch Changes

  • 15c3f9d: Improve agent page sidepane performance using Activity component

  • ec1b2f7: Extract selection-sync logic into useAgentSelectionSync hook and remove useDefaultSubAgentNodeIdRef

  • 1e4f05d: Refactor agent graph editor to use deterministic graph keys and single source of truth for form state

    Graph identity system

    • Add deterministic graph key derivation for all node types (getSubAgentGraphKey, getMcpGraphKey, getFunctionToolGraphKey, getExternalAgentGraphKey, getTeamAgentGraphKey) via new graph-keys.ts, graph-identity.ts, sub-agent-identity.ts, and function-tool-identity.ts modules
    • Replace unstable generateId() UUIDs with stable, domain-meaningful identifiers derived from persisted IDs (relation IDs, tool IDs, agent IDs)
    • URL-based sidepane selection now uses graph keys instead of raw React Flow IDs, so deep-links survive re-renders and saves

    RHF as single source of truth

    • Strip node.data down to a thin identity envelope (nodeKey + minimal refs like toolId) — all business fields (name, description, prompt, models, code, etc.) are read exclusively from React Hook Form state
    • Remove hydrateNodesWithFormData() entirely; editorToPayload() now reads all business data directly from a SerializeAgentFormState bundle with requireFormValue() fail-fast guards
    • Rename FullAgentUpdateSchemaFullAgentFormSchema, remove .transform() from schema (resolution now happens at serialize-time), split types into FullAgentFormValues / FullAgentFormInputValues

    Connection state consolidation

    • Collapse scattered tempSelectedTools/tempHeaders/tempToolPolicies on node data into mcpRelations and functionToolRelations RHF record maps with factory helpers (createMcpRelationFormInput, createFunctionToolRelationFormInput)
    • Edge removal triggers synchronous form.unregister() instead of deferred requestAnimationFrame — only relationshipId is unregistered for MCP relations to avoid a race condition where headers would be set to empty string on removal
    • Remove subAgentId manipulation from Zustand store's onEdgesChange

    Save-cycle reconciliation

    • Expand syncSavedAgentGraph to reconcile three categories of server-assigned IDs: tool canUse relations, external agent delegate relations, and team agent delegate relations
    • Rename MCP node IDs to deterministic graph keys post-save; preserve URL selection state via findNodeByGraphKey/findEdgeByGraphKey
    • Collapse redundant double isNodeType patterns into single guards

    Bug fixes

    • Fix function tool "requires approval" flag not persisting across save/reload by hydrating needsApproval tool policies from canUse relations back into form state during apiToFormValues()
    • Fix model inheritance display: use getModelInheritanceStatus() instead of bare !subAgent.models check to correctly show "(inherited)" label
    • Fix MCP node editor crash on deep-link/reload: consolidate null guards for toolData, tool, and mcpRelation with proper JSX fallback UI
    • Fix function tool node editor crash after node removal: add early return when functionId is undefined
    • Fix race condition when MCP relation is removed but component is still mounted

    Performance

... (truncated)

Commits

Updates @inkeep/agents-sdk from 0.59.4 to 0.62.0

Changelog

Sourced from @​inkeep/agents-sdk's changelog.

0.62.0

Patch Changes

  • Updated dependencies [ce9c516]
    • @​inkeep/agents-core@​0.62.0

0.61.0

Patch Changes

  • Updated dependencies [12722d9]
  • Updated dependencies [f4a9c69]
    • @​inkeep/agents-core@​0.61.0

0.60.0

Patch Changes

Commits

Updates @inkeep/agents-cli from 0.59.4 to 0.62.0

Changelog

Sourced from @​inkeep/agents-cli's changelog.

0.62.0

Patch Changes

  • Updated dependencies [ce9c516]
  • Updated dependencies [b1507d1]
  • Updated dependencies [ce9c516]
    • @​inkeep/agents-core@​0.62.0
    • @​inkeep/agents-manage-ui@​0.62.0
    • @​inkeep/agents-sdk@​0.62.0

0.61.0

Minor Changes

  • 12722d9: Add interactive merge conflict resolution UI for inkeep pull command

Patch Changes

  • 1e4f05d: Refactor agent graph editor to use deterministic graph keys and single source of truth for form state

    Graph identity system

    • Add deterministic graph key derivation for all node types (getSubAgentGraphKey, getMcpGraphKey, getFunctionToolGraphKey, getExternalAgentGraphKey, getTeamAgentGraphKey) via new graph-keys.ts, graph-identity.ts, sub-agent-identity.ts, and function-tool-identity.ts modules
    • Replace unstable generateId() UUIDs with stable, domain-meaningful identifiers derived from persisted IDs (relation IDs, tool IDs, agent IDs)
    • URL-based sidepane selection now uses graph keys instead of raw React Flow IDs, so deep-links survive re-renders and saves

    RHF as single source of truth

    • Strip node.data down to a thin identity envelope (nodeKey + minimal refs like toolId) — all business fields (name, description, prompt, models, code, etc.) are read exclusively from React Hook Form state
    • Remove hydrateNodesWithFormData() entirely; editorToPayload() now reads all business data directly from a SerializeAgentFormState bundle with requireFormValue() fail-fast guards
    • Rename FullAgentUpdateSchemaFullAgentFormSchema, remove .transform() from schema (resolution now happens at serialize-time), split types into FullAgentFormValues / FullAgentFormInputValues

    Connection state consolidation

    • Collapse scattered tempSelectedTools/tempHeaders/tempToolPolicies on node data into mcpRelations and functionToolRelations RHF record maps with factory helpers (createMcpRelationFormInput, createFunctionToolRelationFormInput)
    • Edge removal triggers synchronous form.unregister() instead of deferred requestAnimationFrame — only relationshipId is unregistered for MCP relations to avoid a race condition where headers would be set to empty string on removal
    • Remove subAgentId manipulation from Zustand store's onEdgesChange

    Save-cycle reconciliation

    • Expand syncSavedAgentGraph to reconcile three categories of server-assigned IDs: tool canUse relations, external agent delegate relations, and team agent delegate relations
    • Rename MCP node IDs to deterministic graph keys post-save; preserve URL selection state via findNodeByGraphKey/findEdgeByGraphKey
    • Collapse redundant double isNodeType patterns into single guards

    Bug fixes

    • Fix function tool "requires approval" flag not persisting across save/reload by hydrating needsApproval tool policies from canUse relations back into form state during apiToFormValues()
    • Fix model inheritance display: use getModelInheritanceStatus() instead of bare !subAgent.models check to correctly show "(inherited)" label
    • Fix MCP node editor crash on deep-link/reload: consolidate null guards for toolData, tool, and mcpRelation with proper JSX fallback UI

... (truncated)

Commits

Updates @inkeep/agents-api from 0.59.4 to 0.62.0

Release notes

Sourced from @​inkeep/agents-api's releases.

2026-03-27

Changelog

@​inkeep/agents-core@​0.62.0

Minor Changes

  • ce9c516: Add migration to seed global playground app for authenticated chat sessions

@​inkeep/agents-api@​0.62.0

Patch Changes

  • ce9c516: Add startup auto-registration of playground public key and derived kid for key rotation
  • b1507d1: Fix evaluation scoring returning null and display evaluation results in local time
  • Updated dependencies [ce9c516]
    • @​inkeep/agents-core@​0.62.0
    • @​inkeep/agents-work-apps@​0.62.0
    • @​inkeep/agents-email@​0.62.0
    • @​inkeep/agents-mcp@​0.62.0

@​inkeep/agents-cli@​0.62.0

Patch Changes

  • Updated dependencies [ce9c516]
  • Updated dependencies [b1507d1]
  • Updated dependencies [ce9c516]
    • @​inkeep/agents-core@​0.62.0
    • @​inkeep/agents-manage-ui@​0.62.0
    • @​inkeep/agents-sdk@​0.62.0

@​inkeep/agents-manage-ui@​0.62.0

Patch Changes

  • b1507d1: Fix evaluation scoring returning null and display evaluation results in local time
  • ce9c516: Update @​inkeep/agents-ui to support getAuthToken, remove max keys limit, add public key hover/copy
  • Updated dependencies [ce9c516]
    • @​inkeep/agents-core@​0.62.0

@​inkeep/agents-sdk@​0.62.0

Patch Changes

  • Updated dependencies [ce9c516]
    • @​inkeep/agents-core@​0.62.0

@​inkeep/agents-work-apps@​0.62.0

Patch Changes

... (truncated)

Changelog

Sourced from @​inkeep/agents-api's changelog.

0.62.0

Patch Changes

  • ce9c516: Add startup auto-registration of playground public key and derived kid for key rotation
  • b1507d1: Fix evaluation scoring returning null and display evaluation results in local time
  • Updated dependencies [ce9c516]
    • @​inkeep/agents-core@​0.62.0
    • @​inkeep/agents-work-apps@​0.62.0
    • @​inkeep/agents-email@​0.62.0
    • @​inkeep/agents-mcp@​0.62.0

0.61.0

Patch Changes

  • 1e4f05d: Refactor agent graph editor to use deterministic graph keys and single source of truth for form state

    Graph identity system

    • Add deterministic graph key derivation for all node types (getSubAgentGraphKey, getMcpGraphKey, getFunctionToolGraphKey, getExternalAgentGraphKey, getTeamAgentGraphKey) via new graph-keys.ts, graph-identity.ts, sub-agent-identity.ts, and function-tool-identity.ts modules
    • Replace unstable generateId() UUIDs with stable, domain-meaningful identifiers derived from persisted IDs (relation IDs, tool IDs, agent IDs)
    • URL-based sidepane selection now uses graph keys instead of raw React Flow IDs, so deep-links survive re-renders and saves

    RHF as single source of truth

    • Strip node.data down to a thin identity envelope (nodeKey + minimal refs like toolId) — all business fields (name, description, prompt, models, code, etc.) are read exclusively from React Hook Form state
    • Remove hydrateNodesWithFormData() entirely; editorToPayload() now reads all business data directly from a SerializeAgentFormState bundle with requireFormValue() fail-fast guards
    • Rename FullAgentUpdateSchemaFullAgentFormSchema, remove .transform() from schema (resolution now happens at serialize-time), split types into FullAgentFormValues / FullAgentFormInputValues

    Connection state consolidation

    • Collapse scattered tempSelectedTools/tempHeaders/tempToolPolicies on node data into mcpRelations and functionToolRelations RHF record maps with factory helpers (createMcpRelationFormInput, createFunctionToolRelationFormInput)
    • Edge removal triggers synchronous form.unregister() instead of deferred requestAnimationFrame — only relationshipId is unregistered for MCP relations to avoid a race condition where headers would be set to empty string on removal
    • Remove subAgentId manipulation from Zustand store's onEdgesChange

    Save-cycle reconciliation

    • Expand syncSavedAgentGraph to reconcile three categories of server-assigned IDs: tool canUse relations, external agent delegate relations, and team agent delegate relations
    • Rename MCP node IDs to deterministic graph keys post-save; preserve URL selection state via findNodeByGraphKey/findEdgeByGraphKey
    • Collapse redundant double isNodeType patterns into single guards

    Bug fixes

    • Fix function tool "requires approval" flag not persisting across save/reload by hydrating needsApproval tool policies from canUse relations back into form state during apiToFormValues()
    • Fix model inheritance display: use getModelInheritanceStatus() instead of bare !subAgent.models check to correctly show "(inherited)" label
    • Fix MCP node editor crash on deep-link/reload: consolidate null guards for toolData, tool, and mcpRelation with proper JSX fallback UI
    • Fix function tool node editor crash after node removal: add early return when functionId is undefined
    • Fix race condition when MCP relation is removed but component is still mounted

... (truncated)

Commits

Updates @inkeep/agents-email from 0.59.4 to 0.62.0

Release notes

Sourced from @​inkeep/agents-email's releases.

2026-03-27

Changelog

@​inkeep/agents-core@​0.62.0

Minor Changes

  • ce9c516: Add migration to seed global playground app for authenticated chat sessions

@​inkeep/agents-api@​0.62.0

Patch Changes

  • ce9c516: Add startup auto-registration of playground public key and derived kid for key rotation
  • b1507d1: Fix evaluation scoring returning null and display evaluation results in local time
  • Updated dependencies [ce9c516]
    • @​inkeep/agents-core@​0.62.0
    • @​inkeep/agents-work-apps@​0.62.0
    • @​inkeep/agents-email@​0.62.0
    • @​inkeep/agents-mcp@​0.62.0

@​inkeep/agents-cli@​0.62.0

Patch Changes

  • Updated dependencies [ce9c516]
  • Updated dependencies [b1507d1]
  • Updated dependencies [ce9c516]
    • @​inkeep/agents-core@​0.62.0
    • @​inkeep/agents-manage-ui@​0.62.0
    • @​inkeep/agents-sdk@​0.62.0

@​inkeep/agents-manage-ui@​0.62.0

Patch Changes

  • b1507d1: Fix evaluation scoring returning null and display evaluation results in local time
  • ce9c516: Update @​inkeep/agents-ui to support getAuthToken, remove max keys limit, add public key hover/copy
  • Updated dependencies [ce9c516]
    • @​inkeep/agents-core@​0.62.0

@​inkeep/agents-sdk@​0.62.0

Patch Changes

  • Updated dependencies [ce9c516]
    • @​inkeep/agents-core@​0.62.0

@​inkeep/agents-work-apps@​0.62.0

Patch Changes

... (truncated)

Changelog

Sourced from @​inkeep/agents-email's changelog.

0.62.0

0.61.0

0.60.0

Commits

Updates @inkeep/agents-mcp from 0.59.4 to 0.62.0

Release notes

Sourced from @​inkeep/agents-mcp's releases.

2026-03-27

Changelog

@​inkeep/agents-core@​0.62.0

Minor Changes

  • ce9c516: Add migration to seed global playground app for authenticated chat sessions

@​inkeep/agents-api@​0.62.0

Patch Changes

  • ce9c516: Add startup auto-registration of playground public key and derived kid for key rotation
  • b1507d1: Fix evaluation scoring returning null and display evaluation results in local time
  • Updated dependencies [ce9c516]
    • @​inkeep/agents-core@​0.62.0
    • @​inkeep/agents-work-apps@​0.62.0
    • @​inkeep/agents-email@​0.62.0
    • @​inkeep/agents-mcp@​0.62.0

@​inkeep/agents-cli@​0.62.0

Patch Changes

  • Updated dependencies [ce9c516]
  • Updated dependencies [b1507d1]
  • Updated dependencies [ce9c516]
    • @​inkeep/agents-core@​0.62.0
    • @​inkeep/agents-manage-ui@​0.62.0
    • @​inkeep/agents-sdk@​0.62.0

@​inkeep/agents-manage-ui@​0.62.0

Patch Changes

  • b1507d1: Fix evaluation scoring returning null and display evaluation results in local time
  • ce9c516: Update @​inkeep/agents-ui to support getAuthToken, remove max keys limit, add public key hover/copy
  • Updated dependencies [ce9c516]
    • @​inkeep/agents-core@​0.62.0

@​inkeep/agents-sdk@​0.62.0

Patch Changes

  • Updated dependencies [ce9c516]
    • @​inkeep/agents-core@​0.62.0

@​inkeep/agents-work-apps@​0.62.0

Patch Changes

... (truncated)

Changelog

Sourced from @​inkeep/agents-mcp's changelog.

0.62.0

0.61.0

0.60.0

Commits

Updates @inkeep/agents-ui from 0.15.20 to 0.15.21

Commits

Updates @inkeep/agents-work-apps from 0.59.4 to 0.62.0

Release notes

Sourced from @​inkeep/agents-work-apps's releases.

2026-03-27

Changelog

@​inkeep/agents-core@​0.62.0

Minor Changes

  • ce9c516: Add migration to seed global playground app for authenticated chat sessions

@​inkeep/agents-api@​0.62.0

Patch Changes

  • ce9c516: Add startup auto-registration of playground public key and derived kid for key rotation
  • b1507d1: Fix evaluation scoring returning null and display evaluation results in local time
  • Updated dependencies [ce9c516]
    • @​inkeep/agents-core@​0.62.0
    • @​inkeep/agents-work-apps@​0.62.0
    • @​inkeep/agents-email@​0.62.0
    • @​inkeep/agents-mcp@​0.62.0

@​inkeep/agents-cli@​0.62.0

Patch Changes

  • Updated dependencies [ce9c516]
  • Updated dependencies [b1507d1]
  • Updated dependencies [ce9c516]
    • @​inkeep/agents-core@​0.62.0
    • @​inkeep/agents-manage-ui@​0.62.0
    • @​inkeep/agents-sdk@​0.62.0

@​inkeep/agents-manage-ui@​0.62.0

Patch Changes

  • b1507d1: Fix evaluation scoring returning null and display evaluation results in local time
  • ce9c516: Update @​inkeep/agents-ui to support getAuthToken, remove max keys limit, add public key hover/copy
  • Updated dependencies [ce9c516]
    • @​inkeep/agents-core@​0.62.0

@​inkeep/agents-sdk@​0.62.0

Patch Changes

  • Updated dependencies [ce9c516]
    • @​inkeep/agents-core@​0.62.0

@​inkeep/agents-work-apps@​0.62.0

Patch Changes

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 27, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agents-api Ready Ready Preview, Comment Mar 31, 2026 6:53pm
agents-docs Ready Ready Preview, Comment Mar 31, 2026 6:53pm
agents-manage-ui Ready Ready Preview, Comment Mar 31, 2026 6:53pm

Request Review

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 27, 2026

⚠️ No Changeset found

Latest commit: 24d1441

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

…pdates

Bumps the inkeep-agents group with 5 updates in the /create-agents-template directory:

| Package | From | To |
| --- | --- | --- |
| [@inkeep/agents-core](https://github.com/inkeep/agents/tree/HEAD/packages/agents-core) | `0.59.4` | `0.62.0` |
| [@inkeep/agents-manage-ui](https://github.com/inkeep/agents/tree/HEAD/agents-manage-ui) | `0.59.4` | `0.62.0` |
| [@inkeep/agents-sdk](https://github.com/inkeep/agents/tree/HEAD/packages/agents-sdk) | `0.59.4` | `0.62.0` |
| [@inkeep/agents-cli](https://github.com/inkeep/agents/tree/HEAD/agents-cli) | `0.59.4` | `0.62.0` |
| [@inkeep/agents-api](https://github.com/inkeep/agents/tree/HEAD/agents-api) | `0.59.4` | `0.62.0` |



Updates `@inkeep/agents-core` from 0.59.4 to 0.62.0
- [Release notes](https://github.com/inkeep/agents/releases)
- [Changelog](https://github.com/inkeep/agents/blob/main/packages/agents-core/CHANGELOG.md)
- [Commits](https://github.com/inkeep/agents/commits/v0.62.0/packages/agents-core)

Updates `@inkeep/agents-manage-ui` from 0.59.4 to 0.62.0
- [Release notes](https://github.com/inkeep/agents/releases)
- [Changelog](https://github.com/inkeep/agents/blob/main/agents-manage-ui/CHANGELOG.md)
- [Commits](https://github.com/inkeep/agents/commits/v0.62.0/agents-manage-ui)

Updates `@inkeep/agents-sdk` from 0.59.4 to 0.62.0
- [Release notes](https://github.com/inkeep/agents/releases)
- [Changelog](https://github.com/inkeep/agents/blob/main/packages/agents-sdk/CHANGELOG.md)
- [Commits](https://github.com/inkeep/agents/commits/v0.62.0/packages/agents-sdk)

Updates `@inkeep/agents-cli` from 0.59.4 to 0.62.0
- [Release notes](https://github.com/inkeep/agents/releases)
- [Changelog](https://github.com/inkeep/agents/blob/main/agents-cli/CHANGELOG.md)
- [Commits](https://github.com/inkeep/agents/commits/v0.62.0/agents-cli)

Updates `@inkeep/agents-api` from 0.59.4 to 0.62.0
- [Release notes](https://github.com/inkeep/agents/releases)
- [Changelog](https://github.com/inkeep/agents/blob/main/agents-api/CHANGELOG.md)
- [Commits](https://github.com/inkeep/agents/commits/v0.62.0/agents-api)

Updates `@inkeep/agents-email` from 0.59.4 to 0.62.0
- [Release notes](https://github.com/inkeep/agents/releases)
- [Changelog](https://github.com/inkeep/agents/blob/main/packages/agents-email/CHANGELOG.md)
- [Commits](https://github.com/inkeep/agents/commits/v0.62.0/packages/agents-email)

Updates `@inkeep/agents-mcp` from 0.59.4 to 0.62.0
- [Release notes](https://github.com/inkeep/agents/releases)
- [Changelog](https://github.com/inkeep/agents/blob/main/packages/agents-mcp/CHANGELOG.md)
- [Commits](https://github.com/inkeep/agents/commits/v0.62.0/packages/agents-mcp)

Updates `@inkeep/agents-ui` from 0.15.20 to 0.15.21
- [Commits](https://github.com/inkeep/agents-ui/commits/HEAD/packages/agents-ui)

Updates `@inkeep/agents-work-apps` from 0.59.4 to 0.62.0
- [Release notes](https://github.com/inkeep/agents/releases)
- [Commits](https://github.com/inkeep/agents/commits/v0.62.0/packages/agents-workapps)

---
updated-dependencies:
- dependency-name: "@inkeep/agents-core"
  dependency-version: 0.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: inkeep-agents
- dependency-name: "@inkeep/agents-manage-ui"
  dependency-version: 0.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: inkeep-agents
- dependency-name: "@inkeep/agents-sdk"
  dependency-version: 0.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: inkeep-agents
- dependency-name: "@inkeep/agents-cli"
  dependency-version: 0.62.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: inkeep-agents
- dependency-name: "@inkeep/agents-api"
  dependency-version: 0.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: inkeep-agents
- dependency-name: "@inkeep/agents-email"
  dependency-version: 0.62.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: inkeep-agents
- dependency-name: "@inkeep/agents-mcp"
  dependency-version: 0.62.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: inkeep-agents
- dependency-name: "@inkeep/agents-ui"
  dependency-version: 0.15.21
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: inkeep-agents
- dependency-name: "@inkeep/agents-work-apps"
  dependency-version: 0.62.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: inkeep-agents
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/create-agents-template/inkeep-agents-6c0cc75f22 branch from 105aa2b to 24d1441 Compare March 31, 2026 18:50
@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addednext@​16.2.162100919770
Addeddrizzle-orm@​0.44.7981008899100
Addedzustand@​5.0.910010010092100

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants