
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
pi-opensync-plugin
Advanced tools
A pi coding agent extension that syncs sessions to OpenSync dashboards.
[Fork::parentId] prefixInstall as a pi package globally:
pi install npm:pi-opensync-plugin
For project-local installation (auto-installs for teammates), use the -l flag when calling pi install:
pi install -l npm:pi-opensync-plugin
To try without installing, pass the -e flag to temporarily add it to your extensions for the duration of a session:
pi -e npm:pi-opensync-plugin
For any of the above commands, you can also use the repository URL in place of the NPM package to install:
pi install git:github.com/joshuadavidthomas/pi-opensync-plugin
# or the full URL
pi install https://github.com/joshuadavidthomas/pi-opensync-plugin
For manual installation, clone the repository to any place pi coding agent looks for extensions:
git clone https://github.com/joshuadavidthomas/pi-opensync-plugin ~/.pi/agent/extensions/pi-opensync-plugin
Once installed, run /opensync:config in pi to interactively configure the extension. At a minimum, the Convex URL and API key from OpenSync is required -- both can be found on the settings page.
The config file is located at ~/.config/pi-opensync-plugin/config.json.
| Config File | Environment Variable | Description | Default | Required? |
|---|---|---|---|---|
apiKey | PI_OPENSYNC_API_KEY | Your OpenSync API key (osk_...) | ✅ | |
autoSync | PI_OPENSYNC_AUTO_SYNC | Enable automatic syncing | true | |
convexUrl | PI_OPENSYNC_CONVEX_URL | OpenSync Convex deployment URL | ✅ | |
debug | PI_OPENSYNC_DEBUG | Enable debug logging | false | |
syncThinking | PI_OPENSYNC_THINKING | Include thinking content | false | |
syncToolCalls | PI_OPENSYNC_TOOL_CALLS | Sync tool calls | 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 3 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.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

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.