FlowChat AI
FlowChat AI is a VS Code extension that provides a chat interface grounded in your codebase context.
Features
- Chat panel in the FlowChat sidebar.
- Context-aware prompts from active file and selection.
- Optional per-workspace local index state or backend index state.
Requirements
- A running FlowChat API service.
- Valid auth token configured in the extension UI.
Extension Settings
flowchat.apiBaseUrl: FlowChat API base URL.
flowchat.workspaceId: Workspace ID sent with requests.
flowchat.repoId: Repository ID sent with requests.
flowchat.indexStateStorage: backend or local indexed-state storage mode.
Development
pnpm build
pnpm test
| |