refactor instructions to return object with full/system/user/event/runtime properties, fix duplicate modes and json prompt extraction (#110)
This commit is contained in:
committed by
pullfrog[bot]
parent
410b11db71
commit
cb925556e8
+1
-1
@@ -205,7 +205,7 @@ export const cursor = agent({
|
||||
// build CLI args
|
||||
const baseArgs = [
|
||||
"--print",
|
||||
ctx.instructions,
|
||||
ctx.instructions.full,
|
||||
"--output-format",
|
||||
"stream-json",
|
||||
"--approve-mcps",
|
||||
|
||||
Reference in New Issue
Block a user