# paperclip v2026.824.0 - Product: paperclip (https://whatsnew.fyi/product/paperclip) - Vendor: paperclip - Date: 2026-08-25 - Version: v2026.824.0 - Original notes: https://github.com/paperclipai/paperclip/releases/tag/v2026.824.0 - Permalink: https://whatsnew.fyi/product/paperclip/releases/v2026.824.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **changed** — Chat-style tasks are now the default experience; the task detail page is now the conversation view for everyone - **added** — New Classic Task Interface preference restores the pre-chat page layout with page-level header, plain comment thread, and fixed Properties sidebar - **changed** — Sandbox session-output streaming is now capability-driven; the server's streamAgentSessionOutput setting and Daytona plugin's useSessions and useLogStream keys are removed - **changed** — Managed dev runtimes now default to Tailscale HTTPS previews when the host broker is available - **added** — Set PAPERCLIP_MANAGED_RUNTIME_HTTPS environment variable to off or force to control managed runtime preview behavior - **changed** — Managed runtime control routes now return two new 409 responses for workspace_runtime_control_in_progress and workspace_runtime_lease_conflict - **changed** — Interaction resolver policy defaults to anyone for new interactions with recorded provenance - **changed** — Existing interaction resolver policies migrated to new names: board_or_agents becomes not_creator and board_only becomes human_only - **removed** — Decision-training surfaces removed from the Decisions desk including the training library route, row actions, and drawer - **added** — Chat-style tasks include cleaner message spacing, agent bubbles, searchable assignment, sub-task tree in properties pane, and document comments docked in a side gutter - **added** — Chat sidebar surfaces every issue document and agent artifact - **added** — Blocked tasks show their blockers as links with live, ordered blocker work displayed in the thread - **added** — Tasks with a live run display a calm in-flight notice instead of a false alarm - **added** — Onboarding is chat-first; finishing the wizard drops users into their first task's conversation where the agent greets, asks clarifying questions, and proposes an approvable plan - **added** — Users can sign in to Claude and Codex from inside the product - **changed** — Large company imports now survive dropped connections #### Paperclip v2026.824.0 > Released: 2026-08-24 Paperclip v2026.824.0 is a fast follow to 2026.817.0 — and the first stable to walk the full canary → nightly → beta → stable happy path end to end, soaking as `2026.818.0-beta.1` before promotion. It carries 172 commits: chat-style tasks graduate from experiment to the default experience, managed runtime previews become reachable over Tailscale HTTPS, sandbox execution gains a verified provider capability contract, you can sign in to Claude and Codex from inside the product, large company imports survive dropped connections, and a large batch of long-standing community fixes lands. ##### Breaking Changes None of these require action for a typical install, but read through before upgrading: - **Chat-style tasks are the default.** The "Chat-Style Tasks" experiment toggle is gone; the task detail page is now the conversation view for everyone. A new "Classic Task Interface" preference (`enableClassicTaskInterface`, replacing `enableTaskChatRedesign` in instance settings) restores the pre-chat page — page-level header, plain comment thread, fixed Properties sidebar — but chat-only features are unavailable there. ([#11101](https://github.com/paperclipai/paperclip/pull/11101)) - **Sandbox session-output streaming is now capability-driven, and three operator flags are gone.** The server's `streamAgentSessionOutput` setting and the Daytona plugin's `useSessions` and `useLogStream` keys no longer exist; the verified provider capability snapshot is the only streaming decision, with an automatic poll fallback. Saved configurations that still carry the removed keys load fine — the keys are simply inert. ([#11463](https://github.com/paperclipai/paperclip/pull/11463), [#11557](https://github.com/paperclipai/paperclip/pull/11557)) - **Managed dev runtimes now default to Tailscale HTTPS previews.** When the host broker is available, eligible Paperclip-managed worktree runtimes are exposed as `tailscale_https` instead of loopback HTTP. Set `PAPERCLIP_MANAGED_RUNTIME_HTTPS=off` to keep the old behavior, or `force` to fail closed when the broker is missing. Managed runtime control routes also gained two new `409` responses (`workspace_runtime_control_in_progress`, `workspace_runtime_lease_conflict`) — callers that assumed a control always starts must handle a conflict. ([#11524](https://github.com/paperclipai/paperclip/pull/11524), [#11525](https://github.com/paperclipai/paperclip/pull/11525)) - **Interaction resolver policy defaults to `anyone` for new interactions.** Every interaction kind now goes through one resolver-policy evaluator with recorded provenance, instead of per-route rules that blocked valid agents. Migration `0218` deliberately does **not** widen anything already pending: existing rows keep their old restrictions under new names (`board_or_agents` → `not_creator`, `board_only` → `human_only`). ([#11376](https://github.com/paperclipai/paperclip/pull/11376)) - **The decision-training surfaces are removed from the Decisions desk** — the training library route, row actions, and drawer. The backend snapshot contract is unchanged and no data migration runs. ([#11225](https://github.com/paperclipai/paperclip/pull/11225)) ##### Highlights - **Chat-style tasks, now the default experience** — Last release's experimental conversation view is now how every task works, and it grew up on the way: cleaner message spacing and agent bubbles, searchable assignment and the sub-task tree in the properties pane, document comments docked in a side gutter, and a chat sidebar that surfaces every issue document and agent artifact. Blocked tasks show their blockers as links with live, ordered blocker work right in the thread, and an issue with a live run shows a calm in-flight notice instead of a false alarm. Onboarding is chat-first too: finishing the wizard drops you straight into your first task's conversation, where the agent greets you, asks clarifying questions, and proposes a plan you appr _[Truncated at 4000 characters — full notes: https://github.com/paperclipai/paperclip/releases/tag/v2026.824.0]_