Consider adds pull request-style inline feedback threads to VS Code, streamlining mixed initiative (developer + agent) workflows.
Add comments and invoke the consider skill. Your agent considers your feedback and replies or acts, and eventually resolves open threads. Conversation history is stored locally, separate from your code.
TODO: GIF showing the flow of comment creation in the editor -> skill invocation -> agent response in the thread
Features
Inline comment threads anchored to files and line ranges.
Agent replies synced through a shared filesystem store.
Content-based anchor reconciliation after code edits.
Workflow + anchor state tracking:
Workflow State: Open / Resolved
Anchor State: Anchored / Stale / Orphaned
Consider comments tree view in Explorer for file-grouped navigation.
Archive resolved comments.
Guided setup and uninstall flows for agent integration.
Open the command palette (Cmd+Shift+P on Mac, Ctrl+Shift+P on Windows/Linux) and run Consider: Setup.
In setup, choose:
whether to add the comment store (.consider/) to .gitignore,
which skill integrations to install (OpenAI, Anthropic, OpenCode, etc.)
Add a comment from the editor gutter + or run Add Comment from the command palette.
Run the consider skill from your agent. Optionally pass a file path, comment ID, or message to specify a focus area or additional instructions for the agent.