Paperclip Integration Changelog
Changelog for @vectorize-io/hindsight-paperclip.
For the source code, see hindsight-integrations/paperclip.
0.2.3
Features
- Added per-user memory isolation for Paperclip by supporting configurable bank granularity.·
@benfrank241·beca4b42
0.2.2
Improvements
Bug Fixes
- Fixed the Paperclip integration to correctly handle real Paperclip event payloads, improving reliability of event processing.·
@amirhmoradi·be908d5b
0.2.1
Breaking Changes
- Replaced the Paperclip integration with the new Paperclip plugin (v0.2.0), changing how the integration is packaged and used.·
@benfrank241·c571fac7
0.2.0
Breaking Changes
- Rewritten as a proper Paperclip plugin (installed via
pnpm paperclipai plugin install). No code changes required — memory hooks run automatically via the event system. - Works with all adapter types (Claude, Codex, Cursor, HTTP, Process). Previously required manual
recall()/retain()calls and only supported HTTP adapter agents.
Features
agent.run.startedhook: auto-recalls context keyed to issue title + descriptionagent.run.finishedhook: auto-retains agent output withrunIdas document IDhindsight_recallandhindsight_retainagent tools for mid-run memory accessonValidateConfig: live connectivity check when operator saves settings- Configurable bank granularity (company+agent, company-only, agent-only)
0.1.2
Improvements
- Paperclip integration now sends an identifying User-Agent on all HTTP requests for better request tracing and compatibility. (
9372462e)
0.1.1
Features
- Added the Hindsight Paperclip TypeScript integration. (
81441ee9)
Bug Fixes
- Fixed issues in the Paperclip integration based on review feedback. (
7863ffeb)