
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
pi-opensync-plugin
Advanced tools
A pi extension that syncs sessions to OpenSync dashboards.
[Fork::parentId] prefixInstall as a pi package globally:
pi install https://github.com/joshuadavidthomas/pi-opensync-plugin
For project-local installation (auto-installs for teammates):
pi install -l https://github.com/joshuadavidthomas/pi-opensync-plugin
To try without installing:
pi -e https://github.com/joshuadavidthomas/pi-opensync-plugin
Or you can clone manually:
git clone https://github.com/joshuadavidthomas/pi-opensync-plugin ~/.pi/agent/extensions/pi-opensync-plugin
Run /opensync:config in pi to interactively configure the extension.
Two options are required: convexUrl (your OpenSync deployment URL) and apiKey (your OpenSync API key).
Create ~/.config/pi-opensync-plugin/config.json:
{
"apiKey": "osk_your_api_key_here",
"autoSync": true,
"convexUrl": "https://your-opensync-deployment.convex.cloud",
"debug": false,
"syncThinking": false,
"syncToolCalls": false
}
Environment variables take precedence over config file:
| Variable | Description |
|---|---|
PI_OPENSYNC_API_KEY | Your OpenSync API key (osk_...) |
PI_OPENSYNC_AUTO_SYNC | Enable automatic syncing (default: true) |
PI_OPENSYNC_CONVEX_URL | OpenSync Convex deployment URL |
PI_OPENSYNC_DEBUG | Enable debug logging (default: false) |
PI_OPENSYNC_THINKING | Include thinking content (default: false) |
PI_OPENSYNC_TOOL_CALLS | Sync tool calls (default: false) |
The extension listens to pi's lifecycle events and syncs data to OpenSync:
When you fork a session in pi (/fork), the extension:
[Fork::parentId]This means forked sessions contain the complete conversation history, which is intentional for traceability.
bun install # Install dependencies
bun run test # Run tests
bun run test:watch # Run tests in watch mode
bun run typecheck # Type check
pi-opensync-plugin is licensed under the MIT license. See the LICENSE file for more information.
FAQs
Pi extension to sync sessions to OpenSync dashboards
The npm package pi-opensync-plugin receives a total of 2 weekly downloads. As such, pi-opensync-plugin popularity was classified as not popular.
We found that pi-opensync-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.