Skip to content

feat(runtime): add reserved no-reply marker#278

Merged
khaliqgant merged 1 commit into
mainfrom
codex/issue-277-no-reply
Jul 17, 2026
Merged

feat(runtime): add reserved no-reply marker#278
khaliqgant merged 1 commit into
mainfrom
codex/issue-277-no-reply

Conversation

@miyaontherelay

Copy link
Copy Markdown
Contributor

Summary

  • append the documented [[NO_REPLY]] contract to every cloud harness system prompt
  • sanitize exact and mixed marker output at the shared ctx.harness.run boundary
  • expose containsMarker / suppressed result metadata and log mixed-content leakage
  • cover Claude, Codex, OpenCode, and Grok prompt surfaces plus stdout/stderr sanitization

Validation

  • Focused runtime tests: 43/43 pass
  • pnpm -r run build: pass
  • pnpm run lint: pass
  • pnpm run typecheck: pass
  • Full local runtime test command: 133/146 pass; the remaining 13 existing local-preview tests are gated on patched Node >=26.3.1. This worktree runs Node 25.8.1, while CI is configured for Node 26.5.0. Full-suite green is deferred to CI.

Closes #277

@gemini-code-assist

Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@khaliqgant
khaliqgant merged commit 4034d09 into main Jul 17, 2026
2 checks passed
@khaliqgant
khaliqgant deleted the codex/issue-277-no-reply branch July 17, 2026 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(runtime): reserved [[NO_REPLY]] marker so a handler can complete without posting

2 participants