paperclip/packages/adapters
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
..
claude-local refactor: remove the wake payload from the launch environment 2026-09-10 19:47:40 -07:00
codex-local refactor: remove the wake payload from the launch environment 2026-09-10 19:47:40 -07:00
cursor-cloud refactor: remove the wake payload from the launch environment 2026-09-10 19:47:40 -07:00
cursor-local refactor: remove the wake payload from the launch environment 2026-09-10 19:47:40 -07:00
gemini-local refactor: remove the wake payload from the launch environment 2026-09-10 19:47:40 -07:00
grok-local refactor: remove the wake payload from the launch environment 2026-09-10 19:47:40 -07:00
hermes refactor: remove the wake payload from the launch environment 2026-09-10 19:47:40 -07:00
hermes-gateway chore(deps-dev): bump vitest from 4.1.10 to 4.1.11 (#12262) 2026-09-03 15:16:02 -07:00
kimi-local refactor: remove the wake payload from the launch environment 2026-09-10 19:47:40 -07:00
openclaw-gateway feat(connections): add self-serve intent runtime (#12345) 2026-08-29 12:08:34 -05:00
opencode-local refactor: remove the wake payload from the launch environment 2026-09-10 19:47:40 -07:00
pi-local refactor: remove the wake payload from the launch environment 2026-09-10 19:47:40 -07:00
AUTHORING.md fix(adapter-utils): carry the workspace origin remote into transported git workspaces (#10873) 2026-08-05 10:24:01 -07:00