Version Packages#1896
Merged
robert-inkeep merged 1 commit intomainfrom Feb 13, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
fe1b41b to
b910be0
Compare
b910be0 to
6dc253b
Compare
6dc253b to
76320fd
Compare
76320fd to
2f05172
Compare
2f05172 to
4b1b4f2
Compare
4b1b4f2 to
6865a0a
Compare
6865a0a to
7b87bcd
Compare
66a200b to
06c07be
Compare
06c07be to
6f869d7
Compare
6f869d7 to
98798f1
Compare
98798f1 to
1591c24
Compare
1591c24 to
dec8cd1
Compare
dec8cd1 to
54567d4
Compare
54567d4 to
980e758
Compare
Contributor
Author
|
🔎💬 Inkeep AI search and chat service is syncing content for source 'Inkeep Agent Framework Docs' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@inkeep/[email protected]
Minor Changes
b2a6078: ## Agent Skills
Skills are reusable instruction blocks that can be attached to sub-agents to govern behavior, reasoning, and tool usage.
Features
Visual Builder: Create, edit, and delete skills from the new Skills page. Attach skills to sub-agents via the sidepane picker with drag-to-reorder support.
TypeScript SDK:
SkillDefinitionandSkillReferencetypesloadSkills(directoryPath)helper to load skills fromSKILL.mdfilesskillsconfig option onSubAgentandProjectAPI: New CRUD endpoints for skills (
/skills) and sub-agent skill associations (/sub-agent-skills)CLI:
inkeep pullnow generates skill files in theskills/directoryLoading Modes
load_skilltool when neededSKILL.md Format
Patch Changes
@inkeep/[email protected]
Minor Changes
b2a6078: ## Agent Skills
Skills are reusable instruction blocks that can be attached to sub-agents to govern behavior, reasoning, and tool usage.
Features
Visual Builder: Create, edit, and delete skills from the new Skills page. Attach skills to sub-agents via the sidepane picker with drag-to-reorder support.
TypeScript SDK:
SkillDefinitionandSkillReferencetypesloadSkills(directoryPath)helper to load skills fromSKILL.mdfilesskillsconfig option onSubAgentandProjectAPI: New CRUD endpoints for skills (
/skills) and sub-agent skill associations (/sub-agent-skills)CLI:
inkeep pullnow generates skill files in theskills/directoryLoading Modes
load_skilltool when neededSKILL.md Format
Patch Changes
--uiflag to CLIaddcommand for downloading UI components from the dashboard@inkeep/[email protected]
Minor Changes
b2a6078: ## Agent Skills
Skills are reusable instruction blocks that can be attached to sub-agents to govern behavior, reasoning, and tool usage.
Features
Visual Builder: Create, edit, and delete skills from the new Skills page. Attach skills to sub-agents via the sidepane picker with drag-to-reorder support.
TypeScript SDK:
SkillDefinitionandSkillReferencetypesloadSkills(directoryPath)helper to load skills fromSKILL.mdfilesskillsconfig option onSubAgentandProjectAPI: New CRUD endpoints for skills (
/skills) and sub-agent skill associations (/sub-agent-skills)CLI:
inkeep pullnow generates skill files in theskills/directoryLoading Modes
load_skilltool when neededSKILL.md Format
Patch Changes
e11fae9: Fix props field type in data components to be non-null and improve type safety with JsonSchemaForLlmSchemaType
26b3b88: Fix existingRender prop reference in ComponentRenderGenerator to use defaultValues instead of static initialData
615713f: Fix fullscreen editor dialog styling and improve ExpandableField layout
e551124: Make
ExpandablePromptEditorwork on markdown files without the "Add variables" action button. The component now supports both template files (showing the variables button) and regular markdown files (without the button), enabling it to be used as a general-purpose markdown editor.5d3f136: Add
GenericJsonEditorandGenericPromptEditorcomponents with react-hook-form integration5b0b1f1: fix max height for card content on traces conversation page
228d4e2: Fix nested error message display in form validation
firstNestedMessagehelper to recursively extract error messages from nested Zod validation objects→ at ["foo", "bar"]) for deeply nested validation errorscreateCustomHeadersSchemato use Zod.pipe()for cleaner error path propagationHeadersSchematoStringRecordSchemafor broader applicabilityc0c922b: fixed azure model selector
627df66: Fix layout styling in GenericPromptEditor and GenericJsonEditor components
9ed110c: Add
--uiflag to CLIaddcommand for downloading UI components from the dashboard7ad7e21: Refactor artifact and data component validation to use centralized Zod schemas from agents-core. This eliminates duplicate validation logic and improves consistency across the codebase.
4476af0: performance improvements traces
73d79bd: local time for traces, end date when agent is done running
0bf078c: Render function execute code using the CodeDiff component instead of TextDiff
95a3abc: Add scheduled/cron trigger support across the full stack — database schema, API routes, Manage UI
32bff8f: Warn when trying to connect already connected MCP tools and show 'No tools' instead of '0' badge
Updated dependencies [f981006]
Updated dependencies [e11fae9]
Updated dependencies [228d4e2]
Updated dependencies [7ad7e21]
Updated dependencies [95a3abc]
Updated dependencies [b2a6078]
@inkeep/[email protected]
Minor Changes
b2a6078: ## Agent Skills
Skills are reusable instruction blocks that can be attached to sub-agents to govern behavior, reasoning, and tool usage.
Features
Visual Builder: Create, edit, and delete skills from the new Skills page. Attach skills to sub-agents via the sidepane picker with drag-to-reorder support.
TypeScript SDK:
SkillDefinitionandSkillReferencetypesloadSkills(directoryPath)helper to load skills fromSKILL.mdfilesskillsconfig option onSubAgentandProjectAPI: New CRUD endpoints for skills (
/skills) and sub-agent skill associations (/sub-agent-skills)CLI:
inkeep pullnow generates skill files in theskills/directoryLoading Modes
load_skilltool when neededSKILL.md Format
Patch Changes
f981006: Unwrap generic Vercel AI SDK errors (e.g., "fetch failed") to surface root cause in logs and traces
e11fae9: Fix props field type in data components to be non-null and improve type safety with JsonSchemaForLlmSchemaType
228d4e2: Fix nested error message display in form validation
firstNestedMessagehelper to recursively extract error messages from nested Zod validation objects→ at ["foo", "bar"]) for deeply nested validation errorscreateCustomHeadersSchemato use Zod.pipe()for cleaner error path propagationHeadersSchematoStringRecordSchemafor broader applicability7ad7e21: Refactor artifact and data component validation to use centralized Zod schemas from agents-core. This eliminates duplicate validation logic and improves consistency across the codebase.
95a3abc: Add scheduled/cron trigger support across the full stack — database schema, API routes, Manage UI
@inkeep/[email protected]
Minor Changes
b2a6078: ## Agent Skills
Skills are reusable instruction blocks that can be attached to sub-agents to govern behavior, reasoning, and tool usage.
Features
Visual Builder: Create, edit, and delete skills from the new Skills page. Attach skills to sub-agents via the sidepane picker with drag-to-reorder support.
TypeScript SDK:
SkillDefinitionandSkillReferencetypesloadSkills(directoryPath)helper to load skills fromSKILL.mdfilesskillsconfig option onSubAgentandProjectAPI: New CRUD endpoints for skills (
/skills) and sub-agent skill associations (/sub-agent-skills)CLI:
inkeep pullnow generates skill files in theskills/directoryLoading Modes
load_skilltool when neededSKILL.md Format
Patch Changes
@inkeep/[email protected]
Patch Changes
@inkeep/[email protected]
Patch Changes
@inkeep/[email protected]
Patch Changes
@inkeep/[email protected]
@inkeep/[email protected]