paperclip/packages
nickyleach 5fdf869f11 fix(acpx-engine): drain the permission observer's pending log writes at finalization
The observer starts each durable log write and does not await it on the
permission critical path. finalizeRun could return before its own
acpx.permission_unsettled or acpx.permission_observer_truncated write, or
an earlier still-pending write, reached the log sink.

finalizeRun now tracks every write it starts and waits for the full set to
settle before it returns, so a caller that awaits finalizeRun sees every
queued record land first.

Co-authored-by: Paperclip <noreply@paperclip.ing>
2026-09-11 19:55:17 +00:00
..
adapter-utils fix(acpx-engine): drain the permission observer's pending log writes at finalization 2026-09-11 19:55:17 +00:00
adapters fix(adapter-utils): stage selected skills into the sandbox for a remote Claude ACP run (#13196) 2026-09-11 07:50:06 -07:00
db feat: bind an agent to a Codex login whose account differs from the company default (#13067) 2026-09-10 07:15:01 -07:00
google-sheets-mcp-server chore(deps-dev): bump vitest from 4.1.10 to 4.1.11 (#12262) 2026-09-03 15:16:02 -07:00
kv-demo-mcp-server chore(deps-dev): bump vitest from 4.1.10 to 4.1.11 (#12262) 2026-09-03 15:16:02 -07:00
mcp-server chore(deps-dev): bump vitest from 4.1.10 to 4.1.11 (#12262) 2026-09-03 15:16:02 -07:00
paperclip-eval-kernel feat(runner): add offline evaluation tooling (#12653) 2026-09-01 05:19:47 -05:00
paperclip-runner fix: continue interrupted task conversations with bounded retries (#13237) 2026-09-11 12:16:04 -05:00
plugins fix(runner): persist warm Daytona workspaces (#12901) 2026-09-05 13:00:57 -05:00
shared fix: continue interrupted task conversations with bounded retries (#13237) 2026-09-11 12:16:04 -05:00
skills-catalog feat(apps): add secure remote MCP and PostHog setup (#12339) 2026-08-29 12:08:32 -05:00
tailscale-https-broker chore(deps-dev): bump vitest from 4.1.10 to 4.1.11 (#12262) 2026-09-03 15:16:02 -07:00
teams-catalog fix(build): enforce Node 24 across Paperclip (#11792) 2026-08-21 10:17:52 -07:00