feat(windsurf): register as placeholder provider with docs and tests#407
Draft
rotirotirafa wants to merge 1 commit into
Draft
feat(windsurf): register as placeholder provider with docs and tests#407rotirotirafa wants to merge 1 commit into
rotirotirafa wants to merge 1 commit into
Conversation
Windsurf stores session data in encrypted .pb files and does not expose a local API. After investigating SQLite, RPC, and web API options, no accessible data source was found. The provider is kept as a stub so it will work automatically once Windsurf exposes local session data. - src/providers/windsurf.ts: minimal stub with display-name maps - tests/providers/windsurf.test.ts: display name + empty session tests - tests/provider-registry.test.ts: lazy-load + display name asserts - docs/providers/windsurf.md: documents placeholder status - docs/providers/README.md + README.md: add Windsurf to index
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Windsurf stores session data in encrypted .pb files and does not expose a local API. After investigating SQLite, RPC, and web API options, no accessible data source was found.
The provider is kept as a stub so it will work automatically once Windsurf exposes local session data.
Summary
Testing
npm testpassesnpm run buildsucceedsFor new providers only:
npm run dev -- todayshows correct costs and session counts for this providernpm run dev -- models --provider <name>shows correct model names and pricing