From 96765263f4d33ea97ed93dcb9c90d96aa710028d Mon Sep 17 00:00:00 2001 From: adavyas <121313528+adavyas@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:25:08 -0700 Subject: [PATCH] docs: update Paperclip integration guide (#572) --- docs/v3/guides/integrations/paperclip.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/v3/guides/integrations/paperclip.mdx b/docs/v3/guides/integrations/paperclip.mdx index 072383a0..de579246 100644 --- a/docs/v3/guides/integrations/paperclip.mdx +++ b/docs/v3/guides/integrations/paperclip.mdx @@ -17,6 +17,7 @@ This page covers the current public-host-compatible Paperclip plugin. It support 2. Click `Install Plugin`. 3. Enter `@honcho-ai/paperclip-honcho`. 4. Complete the install from the Paperclip UI. + - Plugin download does not currently work on Windows because of a Paperclip host-side issue. ## Quick Setup @@ -66,7 +67,7 @@ The integration breaks down into four parts: - **Identity and scope** - each Paperclip company maps to a Honcho workspace, agents and human actors map to peers, and issues map to sessions. - **What gets copied into Honcho** - issue comments and document revisions sync into Honcho, with document content sectioned and normalized message content capped before ingestion. -- **What operators get** - operators get a plugin settings page, migration preview/status data, repair tools, and an issue-level `Memory` tab. +- **What operators get** - operators get a plugin settings page, migration preview/status data, including a per-issue migration mapping preview, repair tools, and an issue-level `Memory` tab. - **What agents get** - agents get Honcho retrieval and peer-chat tools inside Paperclip. ## Operator Actions