Skip to content

Releases: inkeep/agents

2026-03-17

Choose a tag to compare

@inkeep-internal-ci inkeep-internal-ci released this 17 Mar 17:26
eb28c99

Changelog

@inkeep/agents-api@0.58.16

Patch Changes

  • 5065552: Fix GET /conversations to return all message part types matching the streaming protocol
  • Updated dependencies [5065552]
    • @inkeep/agents-core@0.58.16
    • @inkeep/agents-work-apps@0.58.16
    • @inkeep/agents-email@0.58.16
    • @inkeep/agents-mcp@0.58.16

@inkeep/agents-cli@0.58.16

Patch Changes

  • Updated dependencies [5065552]
    • @inkeep/agents-core@0.58.16
    • @inkeep/agents-manage-ui@0.58.16
    • @inkeep/agents-sdk@0.58.16

@inkeep/agents-manage-ui@0.58.16

Patch Changes

  • Updated dependencies [5065552]
    • @inkeep/agents-core@0.58.16

@inkeep/agents-core@0.58.16

Patch Changes

  • 5065552: Fix GET /conversations to return all message part types matching the streaming protocol

@inkeep/agents-sdk@0.58.16

Patch Changes

  • Updated dependencies [5065552]
    • @inkeep/agents-core@0.58.16

@inkeep/agents-work-apps@0.58.16

Patch Changes

  • Updated dependencies [5065552]
    • @inkeep/agents-core@0.58.16

@inkeep/ai-sdk-provider@0.58.16

Patch Changes

  • Updated dependencies [5065552]
    • @inkeep/agents-core@0.58.16

@inkeep/create-agents@0.58.16

Patch Changes

  • Updated dependencies [5065552]
    • @inkeep/agents-core@0.58.16

@inkeep/agents-email@0.58.16

@inkeep/agents-mcp@0.58.16

2026-03-17

Choose a tag to compare

@inkeep-internal-ci inkeep-internal-ci released this 17 Mar 01:48
8b7644f

Changelog

@inkeep/agents-api@0.58.15

Patch Changes

  • 644afb3: Fix agent ID filtering for continuous evaluation tests
  • 6e8e655: Standardize CRUD HTTP method conventions: PATCH for partial updates, PUT for upsert/set-replace; hide legacy dual-method routes from OpenAPI spec and SDK generation
  • 4b46b9e: Updating Signoz service name from inkeep-agents-run-api to inkeep-agents-api
  • 3b02868: removes unused workflowProcessHandler
  • Updated dependencies [b10c96f]
  • Updated dependencies [1ca09cd]
  • Updated dependencies [abaefda]
    • @inkeep/agents-work-apps@0.58.15
    • @inkeep/agents-core@0.58.15
    • @inkeep/agents-email@0.58.15
    • @inkeep/agents-mcp@0.58.15

@inkeep/agents-cli@0.58.15

Patch Changes

  • Updated dependencies [2a50786]
  • Updated dependencies [36430ee]
  • Updated dependencies [5394245]
  • Updated dependencies [0e1011b]
  • Updated dependencies [abaefda]
    • @inkeep/agents-manage-ui@0.58.15
    • @inkeep/agents-core@0.58.15
    • @inkeep/agents-sdk@0.58.15

@inkeep/agents-manage-ui@0.58.15

Patch Changes

  • 2a50786: Bump agents-ui package to 0.15.18 and remove lingering references to the deprecated agentUrl prop
  • 36430ee: Reuse createLookup utility instead of inline reduce patterns
  • 5394245: Improve OAuth credentials CRUD with multi-app configuration support, integration visibility on credential detail pages, and accurate auth type labels
  • 0e1011b: Refactor evaluator selection to use idiomatic react-hook-form field render props and adopt createLookup utility
  • Updated dependencies [abaefda]
    • @inkeep/agents-core@0.58.15

@inkeep/agents-core@0.58.15

Patch Changes

  • abaefda: Add defense-in-depth tenant scoping to runtime DAL functions and migrate all DAL files to type-safe scope helpers

@inkeep/agents-sdk@0.58.15

Patch Changes

  • Updated dependencies [abaefda]
    • @inkeep/agents-core@0.58.15

@inkeep/agents-work-apps@0.58.15

Patch Changes

  • b10c96f: Fix tenant path injection in Slack OAuth callback by validating tenantId against allowed characters
  • 1ca09cd: Remove unwanted im:* OAuth scopes and derive bot scopes from manifest as single source of truth
  • Updated dependencies [abaefda]
    • @inkeep/agents-core@0.58.15

@inkeep/ai-sdk-provider@0.58.15

Patch Changes

  • Updated dependencies [abaefda]
    • @inkeep/agents-core@0.58.15

@inkeep/create-agents@0.58.15

Patch Changes

  • Updated dependencies [abaefda]
    • @inkeep/agents-core@0.58.15

@inkeep/agents-email@0.58.15

@inkeep/agents-mcp@0.58.15

2026-03-13

Choose a tag to compare

@inkeep-internal-ci inkeep-internal-ci released this 13 Mar 05:59
f3c0638

Changelog

@inkeep/agents-api@0.58.14

Patch Changes

  • 36e80be: Add rolling token refresh for anonymous session endpoints
  • c9a4890: Fix route handlers to forward all validated body fields to the data access layer using spread pattern
  • d147f0e: Fix agent create/update handlers to forward all schema fields (models, statusUpdates, prompt, stopWhen)
    • @inkeep/agents-core@0.58.14
    • @inkeep/agents-email@0.58.14
    • @inkeep/agents-mcp@0.58.14
    • @inkeep/agents-work-apps@0.58.14

@inkeep/agents-cli@0.58.14

Patch Changes

  • Updated dependencies [ed39b41]
  • Updated dependencies [14e415c]
  • Updated dependencies [09e270a]
  • Updated dependencies [e10649a]
    • @inkeep/agents-manage-ui@0.58.14
    • @inkeep/agents-core@0.58.14
    • @inkeep/agents-sdk@0.58.14

@inkeep/agents-manage-ui@0.58.14

Patch Changes

  • ed39b41: Improve app creation flow with searchable agent selection and streamlined type picker
  • 14e415c: Fix unable to clear agent settings description, show inherited model on sub-agent nodes, and extract shared URLDisplay component
  • 09e270a: Fix inconsistent timezone display on triggers page by showing all run times in browser local timezone with timezone labels in column headers
  • e10649a: Fix MCP server name and URL truncation in card view
    • @inkeep/agents-core@0.58.14

@inkeep/agents-sdk@0.58.14

Patch Changes

  • @inkeep/agents-core@0.58.14

@inkeep/agents-work-apps@0.58.14

Patch Changes

  • @inkeep/agents-core@0.58.14

@inkeep/ai-sdk-provider@0.58.14

Patch Changes

  • @inkeep/agents-core@0.58.14

@inkeep/create-agents@0.58.14

Patch Changes

  • @inkeep/agents-core@0.58.14

@inkeep/agents-core@0.58.14

@inkeep/agents-email@0.58.14

@inkeep/agents-mcp@0.58.14

2026-03-11

Choose a tag to compare

@inkeep-internal-ci inkeep-internal-ci released this 11 Mar 18:15
4360696

Changelog

@inkeep/agents-api@0.58.13

Patch Changes

  • 9ed6710: Fix user ID forwarding during agent delegation
    • @inkeep/agents-core@0.58.13
    • @inkeep/agents-email@0.58.13
    • @inkeep/agents-mcp@0.58.13
    • @inkeep/agents-work-apps@0.58.13

@inkeep/agents-cli@0.58.13

Patch Changes

  • @inkeep/agents-manage-ui@0.58.13
  • @inkeep/agents-core@0.58.13
  • @inkeep/agents-sdk@0.58.13

@inkeep/agents-manage-ui@0.58.13

Patch Changes

  • @inkeep/agents-core@0.58.13

@inkeep/agents-sdk@0.58.13

Patch Changes

  • @inkeep/agents-core@0.58.13

@inkeep/agents-work-apps@0.58.13

Patch Changes

  • @inkeep/agents-core@0.58.13

@inkeep/ai-sdk-provider@0.58.13

Patch Changes

  • @inkeep/agents-core@0.58.13

@inkeep/create-agents@0.58.13

Patch Changes

  • @inkeep/agents-core@0.58.13

@inkeep/agents-core@0.58.13

@inkeep/agents-email@0.58.13

@inkeep/agents-mcp@0.58.13

2026-03-11

Choose a tag to compare

@inkeep-internal-ci inkeep-internal-ci released this 11 Mar 15:40
2af11b5

Changelog

@inkeep/agents-api@0.58.12

Patch Changes

  • 19b1168: rerun scheduled triggers from traces
  • Updated dependencies [ad8a7cd]
  • Updated dependencies [ad8a7cd]
    • @inkeep/agents-core@0.58.12
    • @inkeep/agents-work-apps@0.58.12
    • @inkeep/agents-email@0.58.12
    • @inkeep/agents-mcp@0.58.12

@inkeep/agents-cli@0.58.12

Patch Changes

  • ad8a7cd: Fix broken code generation and unresolved imports in inkeep pull command
  • ad8a7cd: Use Zod schemas from agents-core in inkeep pull generators instead of hand-written schemas
  • Updated dependencies [ad8a7cd]
  • Updated dependencies [19b1168]
  • Updated dependencies [ad8a7cd]
    • @inkeep/agents-core@0.58.12
    • @inkeep/agents-sdk@0.58.12
    • @inkeep/agents-manage-ui@0.58.12

@inkeep/agents-manage-ui@0.58.12

Patch Changes

  • 19b1168: rerun scheduled triggers from traces
  • Updated dependencies [ad8a7cd]
  • Updated dependencies [ad8a7cd]
    • @inkeep/agents-core@0.58.12

@inkeep/agents-core@0.58.12

Patch Changes

  • ad8a7cd: Fix broken code generation and unresolved imports in inkeep pull command
  • ad8a7cd: Use Zod schemas from agents-core in inkeep pull generators instead of hand-written schemas

@inkeep/agents-sdk@0.58.12

Patch Changes

  • ad8a7cd: Fix broken code generation and unresolved imports in inkeep pull command
  • Updated dependencies [ad8a7cd]
  • Updated dependencies [ad8a7cd]
    • @inkeep/agents-core@0.58.12

@inkeep/agents-work-apps@0.58.12

Patch Changes

  • Updated dependencies [ad8a7cd]
  • Updated dependencies [ad8a7cd]
    • @inkeep/agents-core@0.58.12

@inkeep/ai-sdk-provider@0.58.12

Patch Changes

  • Updated dependencies [ad8a7cd]
  • Updated dependencies [ad8a7cd]
    • @inkeep/agents-core@0.58.12

@inkeep/create-agents@0.58.12

Patch Changes

  • Updated dependencies [ad8a7cd]
  • Updated dependencies [ad8a7cd]
    • @inkeep/agents-core@0.58.12

@inkeep/agents-email@0.58.12

@inkeep/agents-mcp@0.58.12

2026-03-11

Choose a tag to compare

@inkeep-internal-ci inkeep-internal-ci released this 11 Mar 12:20
51e3880

Changelog

@inkeep/agents-api@0.58.10

Patch Changes

  • fa64456: Security and bug fixes
  • 1e280e5: Security and bug fixes
  • 02bcd0e: Fix authorization bypass vulnerability in @hono/node-server (CVE-2026-29087)
  • b588ac4: Security and bug fixes
  • f41500b: Security and bug fixes
  • Updated dependencies [fa64456]
  • Updated dependencies [02bcd0e]
  • Updated dependencies [f41500b]
  • Updated dependencies [41af59e]
    • @inkeep/agents-core@0.58.10
    • @inkeep/agents-work-apps@0.58.10
    • @inkeep/agents-email@0.58.10
    • @inkeep/agents-mcp@0.58.10

@inkeep/agents-cli@0.58.10

Patch Changes

  • Updated dependencies [fa64456]
  • Updated dependencies [02bcd0e]
  • Updated dependencies [f41500b]
  • Updated dependencies [41af59e]
    • @inkeep/agents-core@0.58.10
    • @inkeep/agents-manage-ui@0.58.10
    • @inkeep/agents-sdk@0.58.10

@inkeep/agents-manage-ui@0.58.10

Patch Changes

  • 41af59e: utc bug for renable/disable schedule triggers
  • Updated dependencies [fa64456]
  • Updated dependencies [02bcd0e]
  • Updated dependencies [f41500b]
  • Updated dependencies [41af59e]
    • @inkeep/agents-core@0.58.10

@inkeep/agents-core@0.58.10

Patch Changes

@inkeep/agents-sdk@0.58.10

Patch Changes

  • Updated dependencies [fa64456]
  • Updated dependencies [02bcd0e]
  • Updated dependencies [f41500b]
  • Updated dependencies [41af59e]
    • @inkeep/agents-core@0.58.10

@inkeep/agents-work-apps@0.58.10

Patch Changes

@inkeep/ai-sdk-provider@0.58.10

Patch Changes

  • Updated dependencies [fa64456]
  • Updated dependencies [02bcd0e]
  • Updated dependencies [f41500b]
  • Updated dependencies [41af59e]
    • @inkeep/agents-core@0.58.10

@inkeep/create-agents@0.58.10

Patch Changes

  • Updated dependencies [fa64456]
  • Updated dependencies [02bcd0e]
  • Updated dependencies [f41500b]
  • Updated dependencies [41af59e]
    • @inkeep/agents-core@0.58.10

@inkeep/agents-email@0.58.10

@inkeep/agents-mcp@0.58.10

2026-03-11

Choose a tag to compare

@inkeep-internal-ci inkeep-internal-ci released this 11 Mar 02:31
bd0bc82

Changelog

@inkeep/agents-api@0.58.9

Patch Changes

  • f150b28: Fix user-scoped credential references to upsert instead of failing on duplicate unique constraint
  • 6144fc9: Fix app credential auth failing on internal A2A self-calls by always using service tokens
  • Updated dependencies [f150b28]
  • Updated dependencies [49909bf]
  • Updated dependencies [4816f02]
    • @inkeep/agents-core@0.58.9
    • @inkeep/agents-work-apps@0.58.9
    • @inkeep/agents-email@0.58.9
    • @inkeep/agents-mcp@0.58.9

@inkeep/agents-cli@0.58.9

Patch Changes

  • Updated dependencies [f150b28]
  • Updated dependencies [49909bf]
  • Updated dependencies [4816f02]
  • Updated dependencies [0645423]
    • @inkeep/agents-core@0.58.9
    • @inkeep/agents-manage-ui@0.58.9
    • @inkeep/agents-sdk@0.58.9

@inkeep/agents-manage-ui@0.58.9

Patch Changes

  • 0645423: Fix ship it code examples
  • Updated dependencies [f150b28]
  • Updated dependencies [49909bf]
  • Updated dependencies [4816f02]
    • @inkeep/agents-core@0.58.9

@inkeep/agents-core@0.58.9

Patch Changes

  • f150b28: Fix user-scoped credential references to upsert instead of failing on duplicate unique constraint
  • 49909bf: version packages changes
  • 4816f02: Fix CI workflows not triggering on Changesets Version Packages PR by using GitHub App token

@inkeep/agents-sdk@0.58.9

Patch Changes

  • Updated dependencies [f150b28]
  • Updated dependencies [49909bf]
  • Updated dependencies [4816f02]
    • @inkeep/agents-core@0.58.9

@inkeep/agents-work-apps@0.58.9

Patch Changes

  • Updated dependencies [f150b28]
  • Updated dependencies [49909bf]
  • Updated dependencies [4816f02]
    • @inkeep/agents-core@0.58.9

@inkeep/ai-sdk-provider@0.58.9

Patch Changes

  • Updated dependencies [f150b28]
  • Updated dependencies [49909bf]
  • Updated dependencies [4816f02]
    • @inkeep/agents-core@0.58.9

@inkeep/create-agents@0.58.9

Patch Changes

  • Updated dependencies [f150b28]
  • Updated dependencies [49909bf]
  • Updated dependencies [4816f02]
    • @inkeep/agents-core@0.58.9

@inkeep/agents-email@0.58.9

@inkeep/agents-mcp@0.58.9

2026-03-10

Choose a tag to compare

@inkeep-internal-ci inkeep-internal-ci released this 10 Mar 22:12
bcbcc97

Changelog

@inkeep/agents-api@0.58.8

Patch Changes

  • e89948d: Add app credentials with anonymous JWT sessions, domain validation, and PoW challenge support
  • e89948d: Add anonymous user session conversation history endpoint
  • Updated dependencies [e89948d]
    • @inkeep/agents-core@0.58.8
    • @inkeep/agents-work-apps@0.58.8
    • @inkeep/agents-email@0.58.8
    • @inkeep/agents-mcp@0.58.8

@inkeep/agents-cli@0.58.8

Patch Changes

  • Updated dependencies [e89948d]
    • @inkeep/agents-core@0.58.8
    • @inkeep/agents-manage-ui@0.58.8
    • @inkeep/agents-sdk@0.58.8

@inkeep/agents-manage-ui@0.58.8

Patch Changes

  • Updated dependencies [e89948d]
    • @inkeep/agents-core@0.58.8

@inkeep/agents-core@0.58.8

Patch Changes

  • e89948d: Add app credentials with anonymous JWT sessions, domain validation, and PoW challenge support

@inkeep/agents-sdk@0.58.8

Patch Changes

  • Updated dependencies [e89948d]
    • @inkeep/agents-core@0.58.8

@inkeep/agents-work-apps@0.58.8

Patch Changes

  • Updated dependencies [e89948d]
    • @inkeep/agents-core@0.58.8

@inkeep/ai-sdk-provider@0.58.8

Patch Changes

  • Updated dependencies [e89948d]
    • @inkeep/agents-core@0.58.8

@inkeep/create-agents@0.58.8

Patch Changes

  • Updated dependencies [e89948d]
    • @inkeep/agents-core@0.58.8

@inkeep/agents-email@0.58.8

@inkeep/agents-mcp@0.58.8

2026-03-10

Choose a tag to compare

@inkeep-internal-ci inkeep-internal-ci released this 10 Mar 21:36
7c764aa

Changelog

@inkeep/agents-api@0.58.7

Patch Changes

  • b1b440a: daisy chain trigger
    • @inkeep/agents-core@0.58.7
    • @inkeep/agents-email@0.58.7
    • @inkeep/agents-mcp@0.58.7
    • @inkeep/agents-work-apps@0.58.7

@inkeep/agents-cli@0.58.7

Patch Changes

  • @inkeep/agents-manage-ui@0.58.7
  • @inkeep/agents-core@0.58.7
  • @inkeep/agents-sdk@0.58.7

@inkeep/agents-manage-ui@0.58.7

Patch Changes

  • @inkeep/agents-core@0.58.7

@inkeep/agents-sdk@0.58.7

Patch Changes

  • @inkeep/agents-core@0.58.7

@inkeep/agents-work-apps@0.58.7

Patch Changes

  • @inkeep/agents-core@0.58.7

@inkeep/ai-sdk-provider@0.58.7

Patch Changes

  • @inkeep/agents-core@0.58.7

@inkeep/create-agents@0.58.7

Patch Changes

  • @inkeep/agents-core@0.58.7

@inkeep/agents-core@0.58.7

@inkeep/agents-email@0.58.7

@inkeep/agents-mcp@0.58.7

2026-03-10

Choose a tag to compare

@inkeep-internal-ci inkeep-internal-ci released this 10 Mar 20:09
cdba5aa

Changelog

@inkeep/agents-api@0.58.6

Patch Changes

  • a9c2857: bumping nango dependencies and adding posthog to mcpCatalog
  • 16e5e8d: Fix mid-generation context compression: accurate context slicing across multiple compression cycles, improved distillation quality, and richer compression telemetry
  • Updated dependencies [a9c2857]
  • Updated dependencies [16e5e8d]
    • @inkeep/agents-work-apps@0.58.6
    • @inkeep/agents-core@0.58.6
    • @inkeep/agents-email@0.58.6
    • @inkeep/agents-mcp@0.58.6

@inkeep/agents-cli@0.58.6

Patch Changes

  • Updated dependencies [a9c2857]
  • Updated dependencies [f0dd499]
  • Updated dependencies [16e5e8d]
  • Updated dependencies [7b811ec]
  • Updated dependencies [0e425da]
    • @inkeep/agents-core@0.58.6
    • @inkeep/agents-manage-ui@0.58.6
    • @inkeep/agents-sdk@0.58.6

@inkeep/agents-manage-ui@0.58.6

Patch Changes

  • a9c2857: bumping nango dependencies and adding posthog to mcpCatalog
  • f0dd499: Move agent page data fetching to client-side React Query hooks, eliminating server-side waterfall fetches and enabling automatic request deduplication
  • 16e5e8d: Fix mid-generation context compression: accurate context slicing across multiple compression cycles, improved distillation quality, and richer compression telemetry
  • 7b811ec: Fix GenericKeyValueInput crash caused by FormLabel, FormDescription, and FormMessage used outside FormField context
  • 0e425da: Simplify agent editor state management by hydrating tool/agent config directly onto node data, eliminating server-side waterfalls and lookup indirection
  • Updated dependencies [a9c2857]
  • Updated dependencies [16e5e8d]
    • @inkeep/agents-core@0.58.6

@inkeep/agents-core@0.58.6

Patch Changes

  • a9c2857: bumping nango dependencies and adding posthog to mcpCatalog
  • 16e5e8d: Fix mid-generation context compression: accurate context slicing across multiple compression cycles, improved distillation quality, and richer compression telemetry

@inkeep/agents-sdk@0.58.6

Patch Changes

  • Updated dependencies [a9c2857]
  • Updated dependencies [16e5e8d]
    • @inkeep/agents-core@0.58.6

@inkeep/agents-work-apps@0.58.6

Patch Changes

  • a9c2857: bumping nango dependencies and adding posthog to mcpCatalog
  • Updated dependencies [a9c2857]
  • Updated dependencies [16e5e8d]
    • @inkeep/agents-core@0.58.6

@inkeep/ai-sdk-provider@0.58.6

Patch Changes

  • Updated dependencies [a9c2857]
  • Updated dependencies [16e5e8d]
    • @inkeep/agents-core@0.58.6

@inkeep/create-agents@0.58.6

Patch Changes

  • Updated dependencies [a9c2857]
  • Updated dependencies [16e5e8d]
    • @inkeep/agents-core@0.58.6

@inkeep/agents-email@0.58.6

@inkeep/agents-mcp@0.58.6