StateFlowA deterministic VS Code extension that synchronizes local workspace context to browser-based LLMs via the system clipboard. The ProblemBrowser-based LLMs (e.g., ChatGPT, Claude, Gemini) offer state-of-the-art reasoning, but they lack visibility into your local codebase. Conversely, IDE-integrated AI tools have workspace context but may be limited by model capabilities, API constraints, or opaque context selection. Manually copying and pasting code, file structures, and compiler diagnostics to bridge this gap is slow, unstructured, and error-prone. The SolutionStateFlow acts as a transparent context transport layer. It deterministically analyzes your workspace state, compiles it into structured Markdown, and copies it to your clipboard. Targeted Context: Sends structured specific code slices rather than massive, noisy codebase dumps. CommandsStateFlow provides two targeted commands via the Command Palette:
Development
|