@11agents/cli 0.1.20 → 0.1.21
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/package.json +1 -1
- package/src/commands/runtime.js +0 -2
package/package.json
CHANGED
package/src/commands/runtime.js
CHANGED
|
@@ -999,7 +999,6 @@ function buildCodexPrompt(task) {
|
|
|
999
999
|
issue: task.issue,
|
|
1000
1000
|
trigger_summary: task.trigger_summary,
|
|
1001
1001
|
thread_memory: task.thread_memory,
|
|
1002
|
-
project_knowledge: task.project_knowledge,
|
|
1003
1002
|
}),
|
|
1004
1003
|
'',
|
|
1005
1004
|
'Assigned agent context:',
|
|
@@ -1011,7 +1010,6 @@ function buildCodexPrompt(task) {
|
|
|
1011
1010
|
memory: task.agent?.memory,
|
|
1012
1011
|
permissions: task.agent?.permissions,
|
|
1013
1012
|
triggers: task.agent?.triggers,
|
|
1014
|
-
skills: task.agent?.skills,
|
|
1015
1013
|
}),
|
|
1016
1014
|
'',
|
|
1017
1015
|
'Thread comments:',
|