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 into
mainfrom
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 into
mainfrom
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.72.1
@inkeep/agents-manage-ui 0.59.4 0.72.1
@inkeep/agents-sdk 0.59.4 0.72.1
@inkeep/agents-cli 0.59.4 0.72.1
@inkeep/agents-api 0.59.4 0.72.1

Updates @inkeep/agents-core from 0.59.4 to 0.72.1

Release notes

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

2026-04-15

Changelog

@​inkeep/agents-api@​0.68.4

Patch Changes

  • Updated dependencies [7438f76]
    • @​inkeep/agents-work-apps@​0.68.4
    • @​inkeep/agents-core@​0.68.4
    • @​inkeep/agents-email@​0.68.4
    • @​inkeep/agents-mcp@​0.68.4

@​inkeep/agents-cli@​0.68.4

Patch Changes

  • @​inkeep/agents-manage-ui@​0.68.4
  • @​inkeep/agents-core@​0.68.4
  • @​inkeep/agents-sdk@​0.68.4

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

Patch Changes

  • @​inkeep/agents-core@​0.68.4

@​inkeep/agents-sdk@​0.68.4

Patch Changes

  • @​inkeep/agents-core@​0.68.4

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

Patch Changes

  • 7438f76: add thread to resume link message context
    • @​inkeep/agents-core@​0.68.4

@​inkeep/ai-sdk-provider@​0.68.4

Patch Changes

  • @​inkeep/agents-core@​0.68.4

@​inkeep/create-agents@​0.68.4

Patch Changes

  • @​inkeep/agents-core@​0.68.4

... (truncated)

Changelog

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

0.72.1

Patch Changes

  • 52e099d: Drop FK constraints on events.conversation_id and events.message_id so events fired before their anchor rows exist (e.g. first user_message_submitted of a conversation) are not silently dropped. Conversation deletion still removes associated events via explicit app-level cleanup.

0.72.0

Minor Changes

  • 4a0d963: Phase 2 of the events API: top-level identity + per-turn context columns.
    • Add userProperties and properties jsonb columns to conversations and messages tables (D36/D37). Migration is purely additive; existing rows start null. messages.metadata runtime telemetry stays unchanged; ConversationMetadata.userContext remains intact.
    • Add helpers in utils/conversations.ts for top-level access: getConversationUserProperties, getConversationProperties, getMessageUserProperties (with conversation fallback), buildConversationUserProperties. buildConversationMetadata now skips writing the userProperties argument into metadata.userContext and additionally populates initiatedBy from execution context.
    • Update createOrGetConversation and setActiveAgentForConversation data-access helpers so chat handlers can persist userProperties + properties to the new top-level columns (last-write-wins on existing rows). Chat handlers drop widget-synthesized auto-mint identities (identificationType of 'ANONYMOUS' or 'COOKIED') and strip the identificationType marker from anything they do persist — only host-supplied / SDK-supplied identities reach the database.
    • POST /run/v1/events resolves event-level userProperties from caller body → message anchor → conversation anchor → null. There is no auto-fill from the JWT-verified endUserId; consumers needing the verified user identity should read conversation.userId (the cryptographically verified sub claim, populated on every chat turn).
    • Add 'event.created' to WebhookDestinationEventTypeEnum for the family-level subscription opted into by destinations that want all events fired through POST /run/v1/events.

Patch Changes

  • 4a0d963: Add events table, DAL, validation schemas, and lifecycle-event registry

0.71.0

Minor Changes

  • 2e2d3aa: Add outbound webhooks: configure per-project HTTP destinations and receive conversation.created, conversation.updated, and feedback.created events with full conversation context. Webhook payloads mirror the canonical ConversationDetail shape now also returned by GET /conversations/{id}, so receivers can reuse one TypeScript type for both.

Patch Changes

  • e348e84: Return tenant role on apps list response
  • 648957c: Canonicalize attachment MIME types at ingress; alias types (e.g. text/x-golang, text/javascript) rewrite to canonical forms before validation
  • c3cbdbf: optimizations for querying traces

0.70.8

0.70.7

Patch Changes

  • a03d008: CSV functionality for feedback and exporting
  • 2e5c421: Sign out the autoSignIn orphan session created during db:auth:init and log session deletions via Better Auth's databaseHooks.session.delete.after hook

0.70.6

0.70.5

Patch Changes

  • 26cc75a: Enforce 15-character password policy with HaveIBeenPwned check; add password requirements UI on signup, reset, and change-password
  • 903b1ef: Use organization slug as id when creating organizations via better-auth

... (truncated)

Commits

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

Release notes

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

2026-04-15

Changelog

@​inkeep/agents-api@​0.68.4

Patch Changes

  • Updated dependencies [7438f76]
    • @​inkeep/agents-work-apps@​0.68.4
    • @​inkeep/agents-core@​0.68.4
    • @​inkeep/agents-email@​0.68.4
    • @​inkeep/agents-mcp@​0.68.4

@​inkeep/agents-cli@​0.68.4

Patch Changes

  • @​inkeep/agents-manage-ui@​0.68.4
  • @​inkeep/agents-core@​0.68.4
  • @​inkeep/agents-sdk@​0.68.4

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

Patch Changes

  • @​inkeep/agents-core@​0.68.4

@​inkeep/agents-sdk@​0.68.4

Patch Changes

  • @​inkeep/agents-core@​0.68.4

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

Patch Changes

  • 7438f76: add thread to resume link message context
    • @​inkeep/agents-core@​0.68.4

@​inkeep/ai-sdk-provider@​0.68.4

Patch Changes

  • @​inkeep/agents-core@​0.68.4

@​inkeep/create-agents@​0.68.4

Patch Changes

  • @​inkeep/agents-core@​0.68.4

... (truncated)

Changelog

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

0.72.1

Patch Changes

  • Updated dependencies [52e099d]
    • @​inkeep/agents-core@​0.72.1

0.72.0

Patch Changes

  • 4a0d963: Phase 2 of the events API: chat-handler propagation, dispatch wiring, and webhook UI.

    • Chat handlers (/run/api/chat, /run/v1/chat/completions, /run/api/chat-data-stream) now write body.userProperties and the new body.properties to top-level conversations.userProperties and conversations.properties columns (D36 — and stop writing userProperties into metadata.userContext). User-message inserts snapshot userProperties to messages.userProperties per D37.
    • conversationFormatter.formatConversationDetail now reads userProperties and properties from the new top-level columns. The webhook payload wire shape is unchanged.
    • POST /run/v1/events now resolves userProperties and properties via the D38 chain (caller → message → conversation → endUserId → null) and dispatches to webhook destinations subscribed to the new event.created family (fire-and-forget, errors logged without blocking the response).
    • The webhook destination create/edit form in agents-manage-ui exposes a Event Created checkbox alongside the existing event-type options.
  • b639f7f: slow-path server-side pagination for span-filtered conversations

  • Updated dependencies [4a0d963]

  • Updated dependencies [4a0d963]

    • @​inkeep/agents-core@​0.72.0

0.71.0

Minor Changes

  • 2e2d3aa: Add outbound webhooks: configure per-project HTTP destinations and receive conversation.created, conversation.updated, and feedback.created events with full conversation context. Webhook payloads mirror the canonical ConversationDetail shape now also returned by GET /conversations/{id}, so receivers can reuse one TypeScript type for both.

Patch Changes

  • 0532008: Hide New App, Edit, and Delete buttons on the apps page for non-admins
  • c3cbdbf: optimizations for querying traces
  • e9092d0: Add Support Copilot install dialog with Chrome Web Store instructions, apps-list install button, post-create install flow, and member-count admin note
  • Updated dependencies [e348e84]
  • Updated dependencies [648957c]
  • Updated dependencies [2e2d3aa]
  • Updated dependencies [c3cbdbf]
    • @​inkeep/agents-core@​0.71.0

0.70.8

Patch Changes

  • @​inkeep/agents-core@​0.70.8

0.70.7

Patch Changes

  • 2e5c421: Render inkeep-cli sessions as 'Inkeep CLI ' in the active sessions list

... (truncated)

Commits

Updates @inkeep/agents-sdk from 0.59.4 to 0.72.1

Release notes

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

2026-04-15

Changelog

@​inkeep/agents-api@​0.68.4

Patch Changes

  • Updated dependencies [7438f76]
    • @​inkeep/agents-work-apps@​0.68.4
    • @​inkeep/agents-core@​0.68.4
    • @​inkeep/agents-email@​0.68.4
    • @​inkeep/agents-mcp@​0.68.4

@​inkeep/agents-cli@​0.68.4

Patch Changes

  • @​inkeep/agents-manage-ui@​0.68.4
  • @​inkeep/agents-core@​0.68.4
  • @​inkeep/agents-sdk@​0.68.4

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

Patch Changes

  • @​inkeep/agents-core@​0.68.4

@​inkeep/agents-sdk@​0.68.4

Patch Changes

  • @​inkeep/agents-core@​0.68.4

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

Patch Changes

  • 7438f76: add thread to resume link message context
    • @​inkeep/agents-core@​0.68.4

@​inkeep/ai-sdk-provider@​0.68.4

Patch Changes

  • @​inkeep/agents-core@​0.68.4

@​inkeep/create-agents@​0.68.4

Patch Changes

  • @​inkeep/agents-core@​0.68.4

... (truncated)

Changelog

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

0.72.1

Patch Changes

  • Updated dependencies [52e099d]
    • @​inkeep/agents-core@​0.72.1

0.72.0

Patch Changes

  • Updated dependencies [4a0d963]
  • Updated dependencies [4a0d963]
    • @​inkeep/agents-core@​0.72.0

0.71.0

Patch Changes

  • Updated dependencies [e348e84]
  • Updated dependencies [648957c]
  • Updated dependencies [2e2d3aa]
  • Updated dependencies [c3cbdbf]
    • @​inkeep/agents-core@​0.71.0

0.70.8

Patch Changes

  • @​inkeep/agents-core@​0.70.8

0.70.7

Patch Changes

  • Updated dependencies [a03d008]
  • Updated dependencies [2e5c421]
    • @​inkeep/agents-core@​0.70.7

0.70.6

Patch Changes

  • @​inkeep/agents-core@​0.70.6

0.70.5

Patch Changes

  • Updated dependencies [26cc75a]

... (truncated)

Commits

Updates @inkeep/agents-cli from 0.59.4 to 0.72.1

Release notes

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

2026-04-15

Changelog

@​inkeep/agents-api@​0.68.4

Patch Changes

  • Updated dependencies [7438f76]
    • @​inkeep/agents-work-apps@​0.68.4
    • @​inkeep/agents-core@​0.68.4
    • @​inkeep/agents-email@​0.68.4
    • @​inkeep/agents-mcp@​0.68.4

@​inkeep/agents-cli@​0.68.4

Patch Changes

  • @​inkeep/agents-manage-ui@​0.68.4
  • @​inkeep/agents-core@​0.68.4
  • @​inkeep/agents-sdk@​0.68.4

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

Patch Changes

  • @​inkeep/agents-core@​0.68.4

@​inkeep/agents-sdk@​0.68.4

Patch Changes

  • @​inkeep/agents-core@​0.68.4

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

Patch Changes

  • 7438f76: add thread to resume link message context
    • @​inkeep/agents-core@​0.68.4

@​inkeep/ai-sdk-provider@​0.68.4

Patch Changes

  • @​inkeep/agents-core@​0.68.4

@​inkeep/create-agents@​0.68.4

Patch Changes

  • @​inkeep/agents-core@​0.68.4

... (truncated)

Changelog

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

0.72.1

Patch Changes

  • Updated dependencies [52e099d]
    • @​inkeep/agents-core@​0.72.1
    • @​inkeep/agents-manage-ui@​0.72.1
    • @​inkeep/agents-sdk@​0.72.1

0.72.0

Patch Changes

  • Updated dependencies [4a0d963]
  • Updated dependencies [4a0d963]
  • Updated dependencies [4a0d963]
  • Updated dependencies [b639f7f]
    • @​inkeep/agents-manage-ui@​0.72.0
    • @​inkeep/agents-core@​0.72.0
    • @​inkeep/agents-sdk@​0.72.0

0.71.0

Patch Changes

  • Updated dependencies [0532008]
  • Updated dependencies [e348e84]
  • Updated dependencies [648957c]
  • Updated dependencies [2e2d3aa]
  • Updated dependencies [c3cbdbf]
  • Updated dependencies [e9092d0]
    • @​inkeep/agents-manage-ui@​0.71.0
    • @​inkeep/agents-core@​0.71.0
    • @​inkeep/agents-sdk@​0.71.0

0.70.8

Patch Changes

  • @​inkeep/agents-manage-ui@​0.70.8
  • @​inkeep/agents-core@​0.70.8
  • @​inkeep/agents-sdk@​0.70.8

0.70.7

Patch Changes

  • 2e5c421: Identify CLI device-flow sessions with a recognizable User-Agent header on auth requests and revoke the server session on logout via /api/auth/sign-out
  • Updated dependencies [2e5c421]
  • Updated dependencies [2e5c421]

... (truncated)

Commits

Updates @inkeep/agents-api from 0.59.4 to 0.72.1

Release notes

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

2026-04-15

Changelog

@​inkeep/agents-api@​0.68.4

Patch Changes

  • Updated dependencies [7438f76]
    • @​inkeep/agents-work-apps@​0.68.4
    • @​inkeep/agents-core@​0.68.4
    • @​inkeep/agents-email@​0.68.4
    • @​inkeep/agents-mcp@​0.68.4

@​inkeep/agents-cli@​0.68.4

Patch Changes

  • @​inkeep/agents-manage-ui@​0.68.4
  • @​inkeep/agents-core@​0.68.4
  • @​inkeep/agents-sdk@​0.68.4

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

Patch Changes

  • @​inkeep/agents-core@​0.68.4

@​inkeep/agents-sdk@​0.68.4

Patch Changes

  • @​inkeep/agents-core@​0.68.4

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

Patch Changes

  • 7438f76: add thread to resume link message context
    • @​inkeep/agents-core@​0.68.4

@​inkeep/ai-sdk-provider@​0.68.4

Patch Changes

  • @​inkeep/agents-core@​0.68.4

@​inkeep/create-agents@​0.68.4

Patch Changes

  • @​inkeep/agents-core@​0.68.4

... (truncated)

Changelog

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

0.72.1

Patch Changes

  • 52e099d: Drop FK constraints on events.conversation_id and events.message_id so events fired before their anchor rows exist (e.g. first user_message_submitted of a conversation) are not silently dropped. Conversation deletion still removes associated events via explicit app-level cleanup.
  • Updated dependencies [52e099d]
    • @​inkeep/agents-core@​0.72.1
    • @​inkeep/agents-work-apps@​0.72.1
    • @​inkeep/agents-email@​0.72.1
    • @​inkeep/agents-mcp@​0.72.1

0.72.0

Patch Changes

  • 4a0d963: Phase 2 of the events API: chat-handler propagation, dispatch wiring, and webhook UI.

    • Chat handlers (/run/api/chat, /run/v1/chat/completions, /run/api/chat-data-stream) now write body.userProperties and the new body.properties to top-level conversations.userProperties and conversations.properties columns (D36 — and stop writing userProperties into metadata.userContext). User-message inserts snapshot userProperties to messages.userProperties per D37.
    • conversationFormatter.formatConversationDetail now reads userProperties and properties from the new top-level columns. The webhook payload wire shape is unchanged.
    • POST /run/v1/events now resolves userProperties and properties via the D38 chain (caller → message → conversation → endUserId → null) and dispatches to webhook destinations subscribed to the new event.created family (fire-and-forget, errors logged without blocking the response).
    • The webhook destination create/edit form in agents-manage-ui exposes a Event Created checkbox alongside the existing event-type options.
  • 4a0d963: Add POST /run/v1/events ingest route

  • Updated dependencies [4a0d963]

  • Updated dependencies [4a0d963]

    • @​inkeep/agents-core@​0.72.0
    • @​inkeep/agents-work-apps@​0.72.0
    • @​inkeep/agents-email@​0.72.0
    • @​inkeep/agents-mcp@​0.72.0

0.71.0

Minor Changes

  • 2e2d3aa: Add outbound webhooks: configure per-project HTTP destinations and receive conversation.created, conversation.updated, and feedback.created events with full conversation context. Webhook payloads mirror the canonical ConversationDetail shape now also returned by GET /conversations/{id}, so receivers can reuse one TypeScript type for both.

Patch Changes

  • 648957c: Fix manage conversation attachment download: canonicalize legacy MIME aliases so text blobs still download as text/plain
  • e348e84: Return tenant role on apps list response
  • Updated dependencies [e348e84]
  • Updated dependencies [648957c]
  • Updated dependencies [2e2d3aa]
  • Updated dependencies [c3cbdbf]
    • @​inkeep/agents-core@​0.71.0
    • @​inkeep/agents-work-apps@​0.71.0
    • @​inkeep/agents-email@​0.71.0
    • @​inkeep/agents-mcp@​0.71.0

0.70.8

... (truncated)

Commits

Updates @inkeep/agents-email from 0.59.4 to 0.72.1

Release notes

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

2026-04-15

Changelog

@​inkeep/agents-api@​0.68.4

Patch Changes

  • Updated dependencies [7438f76]
    • @​inkeep/agents-work-apps@​0.68.4
    • @​inkeep/agents-core@​0.68.4
    • @​inkeep/agents-email@​0.68.4
    • @​inkeep/agents-mcp@​0.68.4

@​inkeep/agents-cli@​0.68.4

Patch Changes

  • @​inkeep/agents-manage-ui@​0.68.4
  • @​inkeep/agents-core@​0.68.4
  • @​inkeep/agents-sdk@​0.68.4

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

Patch Changes

  • @​inkeep/agents-core@​0.68.4

@​inkeep/agents-sdk@​0.68.4

Patch Changes

  • @​inkeep/agents-core@​0.68.4

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

Patch Changes

  • 7438f76: add thread to resume link message context
    • @​inkeep/agents-core@​0.68.4

@​inkeep/ai-sdk-provider@​0.68.4

Patch Changes

  • @​inkeep/agents-core@​0.68.4

@​inkeep/create-agents@​0.68.4

Patch Changes

  • @​inkeep/agents-core@​0.68.4

... (truncated)

Changelog

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

0.72.1

0.72.0

0.71.0

0.70.8

0.70.7

0.70.6

0.70.5

0.70.4

0.70.3

0.70.2

0.70.1

0.70.0

0.69.1

0.69.0

0.68.4

0.68.3

0.68.2

0.68.1

0.68.0

0.67.4

0.67.3

0.67.2

0.67.1

0.67.0

0.66.1

... (truncated)

Commits

Updates @inkeep/agents-mcp from 0.59.4 to 0.72.1

Release notes

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

2026-04-15

Changelog

@​inkeep/agents-api@​0.68.4

Patch Changes

  • Updated dependencies [7438f76]
    • @​inkeep/agents-work-apps@​0.68.4
    • @​inkeep/agents-core@​0.68.4
    • @​inkeep/agents-email@​0.68.4
    • @​inkeep/agents-mcp@​0.68.4

@​inkeep/agents-cli@​0.68.4

Patch Changes

  • @​inkeep/agents-manage-ui@​0.68.4
  • @​inkeep/agents-core@​0.68.4
  • @​inkeep/agents-sdk@​0.68.4

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

Patch Changes

  • @​inkeep/agents-core@​0.68.4

@​inkeep/agents-sdk@​0.68.4

Patch Changes

  • @​inkeep/agents-core@​0.68.4

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

Patch Changes

  • 7438f76: add thread to resume link message context
    • @​inkeep/agents-core@​0.68.4

@​inkeep/ai-sdk-provider@​0.68.4

Patch Changes

  • @​inkeep/agents-core@​0.68.4

@​inkeep/create-agents@​0.68.4

Patch Changes

  • @​inkeep/agents-core@​0.68.4

... (truncated)

Changelog

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

0.72.1

0.72.0

0.71.0

0.70.8

0.70.7

0.70.6

0.70.5

0.70.4

0.70.3

0.70.2

0.70.1

0.70.0

0.69.1

0.69.0

0.68.4

0.68.3

0.68.2

0.68.1

Patch Changes

  • a074f63: security fix for agents-mcp

0.68.0

0.67.4

0.67.3

0.67.2

0.67.1

... (truncated)

Commits

Updates @inkeep/agents-ui from 0.15.20 to 0.15.30

Commits

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

Release notes

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

2026-04-15

Changelog

@​inkeep/agents-api@​0.68.4

Patch Changes

  • Updated dependencies [7438f76]
    • @​inkeep/agents-work-apps@​0.68.4
    • @​inkeep/agents-core@​0.68.4
    • @​inkeep/agents-email@​0.68.4
    • @​inkeep/agents-mcp@​0.68.4

@​inkeep/agents-cli@​0.68.4

Patch Changes

  • @​inkeep/agents-manage-ui@​0.68.4
  • @​inkeep/agents-core@​0.68.4
  • @​inkeep/agents-sdk@​0.68.4

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

Patch Changes

  • @​inkeep/agents-core@​0.68.4

@​inkeep/agents-sdk@​0.68.4

Patch Changes

  • @​inkeep/agents-core@​0.68.4

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

Patch Changes

  • 7438f76: add thread to resume link message context
    • @​inkeep/agents-core@​0.68.4

@​inkeep/ai-sdk-provider@​0.68.4

Patch Changes

  • @​inkeep/agents-core@​0.68.4

@​inkeep/create-agents@​0.68.4

Patch Changes

  • @​inkeep/agents-core@​0.68.4

... (truncated)

Commits

@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 Apr 15, 2026 6:54pm
agents-docs Ready Ready Preview, Comment Apr 15, 2026 6:54pm
agents-manage-ui Ready Ready Preview, Comment Apr 15, 2026 6:54pm

Request Review

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Mar 27, 2026

⚠️ No Changeset found

Latest commit: d8d4bdb

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

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/create-agents-template/inkeep-agents-6c0cc75f22 branch from b21abdf to 105aa2b Compare March 30, 2026 20:08
@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
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/create-agents-template/inkeep-agents-6c0cc75f22 branch from 24d1441 to 465e081 Compare April 1, 2026 19:30
@socket-security
Copy link
Copy Markdown

socket-security Bot commented Apr 1, 2026

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm @electric-sql/pglite is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: create-agents-template/pnpm-lock.yamlnpm/@inkeep/agents-api@0.72.1npm/@inkeep/agents-core@0.72.1npm/@electric-sql/pglite@0.3.16

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@electric-sql/pglite@0.3.16. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm @esbuild/aix-ppc64 is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: create-agents-template/pnpm-lock.yamlnpm/@esbuild/aix-ppc64@0.25.10

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@esbuild/aix-ppc64@0.25.10. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm @inkeep/agents-manage-ui is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: create-agents-template/package.jsonnpm/@inkeep/agents-manage-ui@0.72.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@inkeep/agents-manage-ui@0.72.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm @inkeep/agents-manage-ui is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: create-agents-template/package.jsonnpm/@inkeep/agents-manage-ui@0.72.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@inkeep/agents-manage-ui@0.72.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm @inkeep/agents-manage-ui is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: create-agents-template/package.jsonnpm/@inkeep/agents-manage-ui@0.72.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@inkeep/agents-manage-ui@0.72.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm @inkeep/agents-manage-ui is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: create-agents-template/package.jsonnpm/@inkeep/agents-manage-ui@0.72.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@inkeep/agents-manage-ui@0.72.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm @inkeep/agents-manage-ui is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: create-agents-template/package.jsonnpm/@inkeep/agents-manage-ui@0.72.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@inkeep/agents-manage-ui@0.72.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm @inkeep/agents-manage-ui is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: create-agents-template/package.jsonnpm/@inkeep/agents-manage-ui@0.72.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@inkeep/agents-manage-ui@0.72.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm @inkeep/agents-manage-ui is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: create-agents-template/package.jsonnpm/@inkeep/agents-manage-ui@0.72.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@inkeep/agents-manage-ui@0.72.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm @inkeep/agents-manage-ui is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: create-agents-template/package.jsonnpm/@inkeep/agents-manage-ui@0.72.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@inkeep/agents-manage-ui@0.72.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm @inkeep/agents-manage-ui is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: create-agents-template/package.jsonnpm/@inkeep/agents-manage-ui@0.72.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@inkeep/agents-manage-ui@0.72.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm @inkeep/agents-manage-ui is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: create-agents-template/package.jsonnpm/@inkeep/agents-manage-ui@0.72.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@inkeep/agents-manage-ui@0.72.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm @inkeep/agents-manage-ui is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: create-agents-template/package.jsonnpm/@inkeep/agents-manage-ui@0.72.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@inkeep/agents-manage-ui@0.72.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm @inkeep/agents-manage-ui is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: create-agents-template/package.jsonnpm/@inkeep/agents-manage-ui@0.72.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@inkeep/agents-manage-ui@0.72.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm @inkeep/agents-manage-ui is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: create-agents-template/package.jsonnpm/@inkeep/agents-manage-ui@0.72.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@inkeep/agents-manage-ui@0.72.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm @inkeep/agents-manage-ui is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: create-agents-template/package.jsonnpm/@inkeep/agents-manage-ui@0.72.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@inkeep/agents-manage-ui@0.72.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm @inkeep/agents-manage-ui is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: create-agents-template/package.jsonnpm/@inkeep/agents-manage-ui@0.72.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@inkeep/agents-manage-ui@0.72.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm @inkeep/agents-manage-ui is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: create-agents-template/package.jsonnpm/@inkeep/agents-manage-ui@0.72.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@inkeep/agents-manage-ui@0.72.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm @inkeep/agents-manage-ui is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: create-agents-template/package.jsonnpm/@inkeep/agents-manage-ui@0.72.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@inkeep/agents-manage-ui@0.72.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Potentially malicious package (AI signal): npm @inkeep/agents-manage-ui is 60.0% likely malicious

Notes: This module is security-sensitive and contains a clear arbitrary code execution mechanism: it can fetch remote SVG content, extract embedded inline <script> content, and execute it in the browser using Function(scriptText)(window) when enabled by an evalScripts policy. This is a direct high-impact sink consistent with supply-chain/XSS exploitation. Additional risk is present from DOM injection and dangerouslySetInnerHTML usage. Treat the package as high risk pending verification of default evalScripts behavior and strict sanitization/origin controls for any SVG-loading inputs.

Confidence: 0.60

Severity: 0.90

From: create-agents-template/package.jsonnpm/@inkeep/agents-manage-ui@0.72.1

ℹ Read more on: This package | This alert | What is AI-detected potential malware?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Given the AI system's identification of this package as malware, extreme caution is advised. It is recommended to avoid downloading or installing this package until the threat is confirmed or flagged as a false positive.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@inkeep/agents-manage-ui@0.72.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm @inkeep/agents-manage-ui is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: create-agents-template/package.jsonnpm/@inkeep/agents-manage-ui@0.72.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@inkeep/agents-manage-ui@0.72.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm @sentry/core is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: create-agents-template/pnpm-lock.yamlnpm/@inkeep/agents-manage-ui@0.72.1npm/@sentry/core@10.52.0

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@sentry/core@10.52.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm @sentry/node-core is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: create-agents-template/pnpm-lock.yamlnpm/@inkeep/agents-manage-ui@0.72.1npm/@sentry/node-core@10.52.0

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@sentry/node-core@10.52.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/create-agents-template/inkeep-agents-6c0cc75f22 branch from e161f0a to dc003ba Compare April 8, 2026 18:50
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/create-agents-template/inkeep-agents-6c0cc75f22 branch from dc003ba to 983d23f Compare April 8, 2026 18:56
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/create-agents-template/inkeep-agents-6c0cc75f22 branch from 983d23f to c09a6bd Compare April 9, 2026 18:50
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/create-agents-template/inkeep-agents-6c0cc75f22 branch from c09a6bd to 006b8ee Compare April 10, 2026 18:49
@github-actions
Copy link
Copy Markdown
Contributor

A matching internal PR is ready in inkeep/agents-private#80 for canonical review and merge.

  • Original author attribution is preserved as @dependabot[bot]
  • The internal PR is the authoritative merge surface
  • The public repo will pick up the merged change through the normal mirror sync

This comment will be updated as the bridge state changes.

…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.72.1` |
| [@inkeep/agents-manage-ui](https://github.com/inkeep/agents/tree/HEAD/agents-manage-ui) | `0.59.4` | `0.72.1` |
| [@inkeep/agents-sdk](https://github.com/inkeep/agents/tree/HEAD/packages/agents-sdk) | `0.59.4` | `0.72.1` |
| [@inkeep/agents-cli](https://github.com/inkeep/agents/tree/HEAD/agents-cli) | `0.59.4` | `0.72.1` |
| [@inkeep/agents-api](https://github.com/inkeep/agents/tree/HEAD/agents-api) | `0.59.4` | `0.72.1` |



Updates `@inkeep/agents-core` from 0.59.4 to 0.72.1
- [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/HEAD/packages/agents-core)

Updates `@inkeep/agents-manage-ui` from 0.59.4 to 0.72.1
- [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/HEAD/agents-manage-ui)

Updates `@inkeep/agents-sdk` from 0.59.4 to 0.72.1
- [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/HEAD/packages/agents-sdk)

Updates `@inkeep/agents-cli` from 0.59.4 to 0.72.1
- [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/HEAD/agents-cli)

Updates `@inkeep/agents-api` from 0.59.4 to 0.72.1
- [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/HEAD/agents-api)

Updates `@inkeep/agents-email` from 0.59.4 to 0.72.1
- [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/HEAD/packages/agents-email)

Updates `@inkeep/agents-mcp` from 0.59.4 to 0.72.1
- [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/HEAD/packages/agents-mcp)

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

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

---
updated-dependencies:
- 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-cli"
  dependency-version: 0.62.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: inkeep-agents
- 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-email"
  dependency-version: 0.62.0
  dependency-type: indirect
  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-mcp"
  dependency-version: 0.62.0
  dependency-type: indirect
  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-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>
@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
Updated@​inkeep/​agents-manage-ui@​0.41.1 ⏵ 0.72.132 -481009610090
Added@​inkeep/​agents-cli@​0.72.1711008710090
Added@​inkeep/​agents-api@​0.72.1791007610090
Added@​inkeep/​agents-sdk@​0.72.18610010010090
Updated@​hono/​vite-dev-server@​0.20.1 ⏵ 0.23.0100100100 +189 -2100

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