@ai-setting/roy-agent-cli 1.5.102 → 1.5.103
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.
package/dist/bin/roy-agent.js
CHANGED
|
@@ -7427,7 +7427,7 @@ var require_dist = __commonJS((exports) => {
|
|
|
7427
7427
|
var require_package = __commonJS((exports, module) => {
|
|
7428
7428
|
module.exports = {
|
|
7429
7429
|
name: "@ai-setting/roy-agent-cli",
|
|
7430
|
-
version: "1.5.
|
|
7430
|
+
version: "1.5.103",
|
|
7431
7431
|
type: "module",
|
|
7432
7432
|
description: "CLI for roy-agent - Non-interactive command execution",
|
|
7433
7433
|
main: "./dist/index.js",
|
|
@@ -10139,7 +10139,8 @@ ${COLORS.system("[通知2] ❯ " + message.replace(/\n/g, `
|
|
|
10139
10139
|
pluginEnabled,
|
|
10140
10140
|
envEvent,
|
|
10141
10141
|
plugins,
|
|
10142
|
-
eventSessionId
|
|
10142
|
+
eventSessionId,
|
|
10143
|
+
systemPrompt: envEvent.metadata?.systemPrompt
|
|
10143
10144
|
};
|
|
10144
10145
|
await this.executeInternal(message, { showPrompt: true });
|
|
10145
10146
|
}
|
package/dist/index.js
CHANGED
|
@@ -7426,7 +7426,7 @@ var require_dist = __commonJS((exports) => {
|
|
|
7426
7426
|
var require_package = __commonJS((exports, module) => {
|
|
7427
7427
|
module.exports = {
|
|
7428
7428
|
name: "@ai-setting/roy-agent-cli",
|
|
7429
|
-
version: "1.5.
|
|
7429
|
+
version: "1.5.103",
|
|
7430
7430
|
type: "module",
|
|
7431
7431
|
description: "CLI for roy-agent - Non-interactive command execution",
|
|
7432
7432
|
main: "./dist/index.js",
|
|
@@ -10138,7 +10138,8 @@ ${COLORS.system("[通知2] ❯ " + message.replace(/\n/g, `
|
|
|
10138
10138
|
pluginEnabled,
|
|
10139
10139
|
envEvent,
|
|
10140
10140
|
plugins,
|
|
10141
|
-
eventSessionId
|
|
10141
|
+
eventSessionId,
|
|
10142
|
+
systemPrompt: envEvent.metadata?.systemPrompt
|
|
10142
10143
|
};
|
|
10143
10144
|
await this.executeInternal(message, { showPrompt: true });
|
|
10144
10145
|
}
|
|
Binary file
|