Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 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
1 change: 1 addition & 0 deletions packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
},
"dependencies": {
"idb": "^8.0.3",
"vite": "6",
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
"yaml": "^2.8.3"
}
}
2 changes: 2 additions & 0 deletions packages/kit/src/message/plugins/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export { lengthPlugin } from './lengthPlugin'
export { getSkillRequestContext, mergeSystemInstructions, skillPlugin } from './skillPlugin'
export type { InjectSkillInstructions, SkillPluginOptions, SkillRequestContext, SkillSelection } from './skillPlugin'
export { thinkingPlugin } from './thinkingPlugin'
export { toolPlugin } from './toolPlugin'
export type { RuntimeTool, ToolCallContext, ToolProvider, ToolProviderItem, ToolSource } from './toolPlugin'
Loading
Loading