tokentop agent plugin for Windsurf. Detects installation and provides the plugin scaffold for session tracking.
Status: Scaffold — This plugin detects whether Windsurf is installed but does not yet parse sessions or track usage. Contributions welcome!
| Capability | Status |
|---|---|
| Session parsing | Not yet |
| Credential reading | Not yet |
| Real-time tracking | Not yet |
| Multi-provider | No |
- Installation detection — tokentop can detect if Windsurf is installed by checking for
~/.windsurf - Plugin registration — the agent appears in tokentop's plugin list
Session parsing, credential reading, and real-time file watching need to be built. See @tokentop/agent-opencode for a complete reference implementation.
If you use Windsurf and want to help, check the Contributing Guide — this is a great first contribution.
This plugin is bundled with tokentop — no separate install needed. If you need it standalone:
bun add @tokentop/agent-windsurf| Type | Access | Paths |
|---|---|---|
| Filesystem | Read | ~/.windsurf |
bun install
bun run build
bun test
bun run typecheckSee the Contributing Guide. Issues for this plugin should be filed on the main tokentop repo.
MIT