@majkapp/plugin-kit 3.5.1 → 3.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1338,7 +1338,7 @@ function definePlugin(id, name, version) {
1338
1338
  const defaultTeammate = {
1339
1339
  id: teammateId,
1340
1340
  name: teammateName,
1341
- systemPrompt: _instructions || '',
1341
+ systemPrompt: _instructions || `You are a helpful AI assistant specialized in ${name}. You have access to specialized functions and tools for this domain. When assisting users, always utilize the available functions when they can help accomplish tasks. Provide clear explanations of your actions, be proactive in suggesting relevant capabilities, and deliver accurate information based on function results.`,
1342
1342
  expertise: [name],
1343
1343
  skills: {
1344
1344
  primary: ['Plugin Functions'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@majkapp/plugin-kit",
3
- "version": "3.5.1",
3
+ "version": "3.5.2",
4
4
  "description": "Pure plugin definition library for MAJK - outputs plugin definitions, not HTTP servers",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",