Skip to content

feat(vscode): add workspace prompt stash - #151

Merged
patroza merged 1 commit into
fork/vscodefrom
t3code/add-stash-to-vscode-plugin
Jul 28, 2026
Merged

feat(vscode): add workspace prompt stash#151
patroza merged 1 commit into
fork/vscodefrom
t3code/add-stash-to-vscode-plugin

Conversation

@patroza

@patroza patroza commented Jul 28, 2026

Copy link
Copy Markdown
Owner

Adds prompt stashing to the VS Code composer.

  • persists lazily under the workspace-scoped extension storageUri instead of globalState
  • scopes queues by provider, with bounded entry and attachment storage
  • supports Ctrl/Cmd+S, explicit stash/restore/delete controls, images, model selection, and interaction mode
  • uses atomic file replacement and preserves the live composer if persistence fails

Validation:

  • vp check
  • ELECTRON_SKIP_BINARY_DOWNLOAD=1 vp run -r --cache --log labeled typecheck
  • pnpm --dir apps/vscode test
  • pnpm --dir apps/vscode run build

@patroza
patroza merged commit 899fc91 into fork/vscode Jul 28, 2026
1 check passed
patroza added a commit that referenced this pull request Jul 28, 2026
Co-authored-by: T3 Code PR Stack <41898282+github-actions[bot]@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 28, 2026
Co-authored-by: T3 Code PR Stack <41898282+github-actions[bot]@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 28, 2026
Co-authored-by: T3 Code PR Stack <41898282+github-actions[bot]@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 28, 2026
Co-authored-by: T3 Code PR Stack <41898282+github-actions[bot]@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 28, 2026
Co-authored-by: T3 Code PR Stack <41898282+github-actions[bot]@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 28, 2026
Co-authored-by: T3 Code PR Stack <41898282+github-actions[bot]@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 28, 2026
Co-authored-by: T3 Code PR Stack <41898282+github-actions[bot]@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 28, 2026
Co-authored-by: T3 Code PR Stack <41898282+github-actions[bot]@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 28, 2026
Co-authored-by: T3 Code PR Stack <41898282+github-actions[bot]@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 28, 2026
Co-authored-by: T3 Code PR Stack <41898282+github-actions[bot]@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 28, 2026
Co-authored-by: T3 Code PR Stack <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant