pi-brainstorm 0.4.1 → 0.4.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.
- package/README.md +1 -1
- package/README.zh-CN.md +1 -1
- package/extensions/brainstorm.ts +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/README.zh-CN.md
CHANGED
package/extensions/brainstorm.ts
CHANGED
|
@@ -301,7 +301,6 @@ function generateAgentFile(participant: ParticipantConfig): string {
|
|
|
301
301
|
: `- 参与多模型讨论并提供${participant.displayName}视角的分析`;
|
|
302
302
|
|
|
303
303
|
return [
|
|
304
|
-
MANAGED_MARKER,
|
|
305
304
|
"---",
|
|
306
305
|
`name: ${yamlScalar(participant.agentName)}`,
|
|
307
306
|
`description: ${yamlScalar(description)}`,
|
|
@@ -309,6 +308,8 @@ function generateAgentFile(participant: ParticipantConfig): string {
|
|
|
309
308
|
`model: ${yamlScalar(participant.model)}`,
|
|
310
309
|
"---",
|
|
311
310
|
"",
|
|
311
|
+
MANAGED_MARKER,
|
|
312
|
+
"",
|
|
312
313
|
`# ${participant.displayName} Brainstormer${roleTitle}`,
|
|
313
314
|
"",
|
|
314
315
|
participant.rolePrompt,
|