Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .changeset/brave-purple-tiger.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/imperial-apricot-lynx.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/literary-lavender-otter.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/outdoor-lime-mouse.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/qualified-aquamarine-pinniped.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/salty-months-send.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/tender-turquoise-flea.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/zygomorphic-olive-alligator.md

This file was deleted.

26 changes: 26 additions & 0 deletions agents-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @inkeep/agents-cli

## 0.37.0

### Minor Changes

- 45471ab: Implement temporary API key authentication for playground with session-based auth

### Patch Changes

- 56e1b4d: make zod and hono zod internal deps
- 505749a: Fix orphaned resource deletion in full project updates - tools, functions, credentialReferences, externalAgents, dataComponents, and artifactComponents are now properly removed when not present in the update payload
- 7f1b78a: fix linter errors
- 45471ab: Fix error messages to show proper 403 access denied instead of generic internal server error
- e07c709: Add Cursor command for creating PRs with changeset validation
- fbf0d97: Add validation error when attempting to delete a sub-agent that is set as default
- Updated dependencies [45471ab]
- Updated dependencies [56e1b4d]
- Updated dependencies [505749a]
- Updated dependencies [7f1b78a]
- Updated dependencies [45471ab]
- Updated dependencies [777d8ef]
- Updated dependencies [e07c709]
- Updated dependencies [fbf0d97]
- @inkeep/agents-core@0.37.0
- @inkeep/agents-manage-ui@0.37.0
- @inkeep/agents-sdk@0.37.0

## 0.36.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion agents-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inkeep/agents-cli",
"version": "0.36.1",
"version": "0.37.0",
"description": "Inkeep CLI tool",
"type": "module",
"main": "./dist/index.js",
Expand Down
24 changes: 24 additions & 0 deletions agents-manage-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @inkeep/agents-manage-api

## 0.37.0

### Minor Changes

- 45471ab: Implement temporary API key authentication for playground with session-based auth

### Patch Changes

- 56e1b4d: make zod and hono zod internal deps
- 505749a: Fix orphaned resource deletion in full project updates - tools, functions, credentialReferences, externalAgents, dataComponents, and artifactComponents are now properly removed when not present in the update payload
- 7f1b78a: fix linter errors
- 45471ab: Fix error messages to show proper 403 access denied instead of generic internal server error
- e07c709: Add Cursor command for creating PRs with changeset validation
- fbf0d97: Add validation error when attempting to delete a sub-agent that is set as default
- Updated dependencies [45471ab]
- Updated dependencies [56e1b4d]
- Updated dependencies [505749a]
- Updated dependencies [7f1b78a]
- Updated dependencies [45471ab]
- Updated dependencies [e07c709]
- Updated dependencies [fbf0d97]
- @inkeep/agents-core@0.37.0
- @inkeep/agents-manage-mcp@0.37.0

## 0.36.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion agents-manage-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inkeep/agents-manage-api",
"version": "0.36.1",
"version": "0.37.0",
"description": "Agents Manage API for Inkeep Agent Framework - handles CRUD operations and OAuth",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
26 changes: 26 additions & 0 deletions agents-manage-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @inkeep/agents-manage-ui

## 0.37.0

### Minor Changes

- 45471ab: Implement temporary API key authentication for playground with session-based auth

### Patch Changes

- 56e1b4d: make zod and hono zod internal deps
- 505749a: Fix orphaned resource deletion in full project updates - tools, functions, credentialReferences, externalAgents, dataComponents, and artifactComponents are now properly removed when not present in the update payload
- 7f1b78a: fix linter errors
- 45471ab: Fix error messages to show proper 403 access denied instead of generic internal server error
- 777d8ef: UI improvements for Evaluations
- e07c709: Add Cursor command for creating PRs with changeset validation
- fbf0d97: Add validation error when attempting to delete a sub-agent that is set as default
- Updated dependencies [45471ab]
- Updated dependencies [56e1b4d]
- Updated dependencies [505749a]
- Updated dependencies [7f1b78a]
- Updated dependencies [45471ab]
- Updated dependencies [e07c709]
- Updated dependencies [fbf0d97]
- @inkeep/agents-core@0.37.0
- @inkeep/agents-manage-api@0.37.0
- @inkeep/agents-run-api@0.37.0

## 0.36.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion agents-manage-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inkeep/agents-manage-ui",
"version": "0.36.1",
"version": "0.37.0",
"license": "SEE LICENSE IN LICENSE.md",
"main": "index.js",
"types": "index.d.ts",
Expand Down
23 changes: 23 additions & 0 deletions agents-run-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @inkeep/agents-run-api

## 0.37.0

### Minor Changes

- 45471ab: Implement temporary API key authentication for playground with session-based auth

### Patch Changes

- 56e1b4d: make zod and hono zod internal deps
- 505749a: Fix orphaned resource deletion in full project updates - tools, functions, credentialReferences, externalAgents, dataComponents, and artifactComponents are now properly removed when not present in the update payload
- 7f1b78a: fix linter errors
- 45471ab: Fix error messages to show proper 403 access denied instead of generic internal server error
- e07c709: Add Cursor command for creating PRs with changeset validation
- fbf0d97: Add validation error when attempting to delete a sub-agent that is set as default
- Updated dependencies [45471ab]
- Updated dependencies [56e1b4d]
- Updated dependencies [505749a]
- Updated dependencies [7f1b78a]
- Updated dependencies [45471ab]
- Updated dependencies [e07c709]
- Updated dependencies [fbf0d97]
- @inkeep/agents-core@0.37.0

## 0.36.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion agents-run-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inkeep/agents-run-api",
"version": "0.36.1",
"version": "0.37.0",
"description": "Agents Run API for Inkeep Agent Framework - handles chat, agent execution, and streaming",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
15 changes: 15 additions & 0 deletions packages/agents-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @inkeep/agents-core

## 0.37.0

### Minor Changes

- 45471ab: Implement temporary API key authentication for playground with session-based auth

### Patch Changes

- 56e1b4d: make zod and hono zod internal deps
- 505749a: Fix orphaned resource deletion in full project updates - tools, functions, credentialReferences, externalAgents, dataComponents, and artifactComponents are now properly removed when not present in the update payload
- 7f1b78a: fix linter errors
- 45471ab: Fix error messages to show proper 403 access denied instead of generic internal server error
- e07c709: Add Cursor command for creating PRs with changeset validation
- fbf0d97: Add validation error when attempting to delete a sub-agent that is set as default

## 0.36.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agents-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inkeep/agents-core",
"version": "0.36.1",
"version": "0.37.0",
"description": "Agents Core contains the database schema, types, and validation schemas for Inkeep Agent Framework, along with core components.",
"type": "module",
"license": "SEE LICENSE IN LICENSE.md",
Expand Down
3 changes: 3 additions & 0 deletions packages/agents-manage-mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# @inkeep/agents-manage-mcp

## 0.37.0
2 changes: 1 addition & 1 deletion packages/agents-manage-mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inkeep/agents-manage-mcp",
"version": "0.0.12",
"version": "0.37.0",
"author": "Speakeasy",
"type": "module",
"sideEffects": false,
Expand Down
23 changes: 23 additions & 0 deletions packages/agents-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @inkeep/agents-sdk

## 0.37.0

### Minor Changes

- 45471ab: Implement temporary API key authentication for playground with session-based auth

### Patch Changes

- 56e1b4d: make zod and hono zod internal deps
- 505749a: Fix orphaned resource deletion in full project updates - tools, functions, credentialReferences, externalAgents, dataComponents, and artifactComponents are now properly removed when not present in the update payload
- 7f1b78a: fix linter errors
- 45471ab: Fix error messages to show proper 403 access denied instead of generic internal server error
- e07c709: Add Cursor command for creating PRs with changeset validation
- fbf0d97: Add validation error when attempting to delete a sub-agent that is set as default
- Updated dependencies [45471ab]
- Updated dependencies [56e1b4d]
- Updated dependencies [505749a]
- Updated dependencies [7f1b78a]
- Updated dependencies [45471ab]
- Updated dependencies [e07c709]
- Updated dependencies [fbf0d97]
- @inkeep/agents-core@0.37.0

## 0.36.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agents-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inkeep/agents-sdk",
"version": "0.36.1",
"version": "0.37.0",
"description": "Agents SDK for building and managing agents in the Inkeep Agent Framework",
"main": "src/index.ts",
"type": "module",
Expand Down
23 changes: 23 additions & 0 deletions packages/ai-sdk-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @inkeep/ai-sdk-provider

## 0.37.0

### Minor Changes

- 45471ab: Implement temporary API key authentication for playground with session-based auth

### Patch Changes

- 56e1b4d: make zod and hono zod internal deps
- 505749a: Fix orphaned resource deletion in full project updates - tools, functions, credentialReferences, externalAgents, dataComponents, and artifactComponents are now properly removed when not present in the update payload
- 7f1b78a: fix linter errors
- 45471ab: Fix error messages to show proper 403 access denied instead of generic internal server error
- e07c709: Add Cursor command for creating PRs with changeset validation
- fbf0d97: Add validation error when attempting to delete a sub-agent that is set as default
- Updated dependencies [45471ab]
- Updated dependencies [56e1b4d]
- Updated dependencies [505749a]
- Updated dependencies [7f1b78a]
- Updated dependencies [45471ab]
- Updated dependencies [e07c709]
- Updated dependencies [fbf0d97]
- @inkeep/agents-core@0.37.0

## 0.36.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-sdk-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inkeep/ai-sdk-provider",
"version": "0.36.1",
"version": "0.37.0",
"description": "AI SDK provider for Inkeep Agent Framework",
"type": "module",
"license": "SEE LICENSE IN LICENSE.md",
Expand Down
23 changes: 23 additions & 0 deletions packages/create-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @inkeep/create-agents

## 0.37.0

### Minor Changes

- 45471ab: Implement temporary API key authentication for playground with session-based auth

### Patch Changes

- 56e1b4d: make zod and hono zod internal deps
- 505749a: Fix orphaned resource deletion in full project updates - tools, functions, credentialReferences, externalAgents, dataComponents, and artifactComponents are now properly removed when not present in the update payload
- 7f1b78a: fix linter errors
- 45471ab: Fix error messages to show proper 403 access denied instead of generic internal server error
- e07c709: Add Cursor command for creating PRs with changeset validation
- fbf0d97: Add validation error when attempting to delete a sub-agent that is set as default
- Updated dependencies [45471ab]
- Updated dependencies [56e1b4d]
- Updated dependencies [505749a]
- Updated dependencies [7f1b78a]
- Updated dependencies [45471ab]
- Updated dependencies [e07c709]
- Updated dependencies [fbf0d97]
- @inkeep/agents-core@0.37.0

## 0.36.1

### Patch Changes
Expand Down
Loading