You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/codex/scripts/jieli_node.mjs
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -717,7 +717,19 @@ function truncateToolOutput(text, maxChars = TOOL_OUTPUT_MAX_CHARS) {
717
717
functionshouldSkipUserMessage(content){
718
718
consttext=textFromContent(content).trimStart();
719
719
if(!text)returntrue;
720
-
return["<codex_internal_context","<turn_aborted","<skill>","Base directory for this skill:","# AGENTS.md instructions for "].some((prefix)=>text.startsWith(prefix));
0 commit comments