paperclip/packages/adapters/codex-local
nickyleach fe4f55462c
refactor: remove the wake payload from the launch environment
The server sent the wake payload two times: once as fenced JSON in the
rendered prompt, and once as the PAPERCLIP_WAKE_PAYLOAD_JSON launch
environment variable. Only the environment copy passed through the
base64 launch envelope, and only that envelope has a per-string size
limit (131,072 bytes). A normal driver task's payload can use over
100% of that limit on its own.

The prompt is the single delivery path now. No production code read
the environment variable; only the agent skill told the agent to
check it. Every writer of the variable also rendered the prompt from
the same normalized payload, so no content is lost.

Co-authored-by: Paperclip <noreply@paperclip.ing>
2026-09-10 19:47:40 -07:00
..
src refactor: remove the wake payload from the launch environment 2026-09-10 19:47:40 -07:00
CHANGELOG.md chore: release v0.3.1 2026-03-12 13:09:22 -05:00
CODEX-AUTH-CACHE.md feat(codex): add identity-keyed host credential cache (#10853) 2026-08-04 16:33:54 -07:00
package.json build(deps-dev): bump typescript from 5.9.3 to 7.0.2 (#11880) 2026-08-25 14:49:05 -07:00
tsconfig.json Fix root TypeScript solution config 2026-03-09 14:09:30 -05:00
vitest.config.ts test(codex-local): regression for CodexRpcClient spawn ENOENT 2026-03-29 14:43:51 +03:00