Commit Graph

3 Commits

Author SHA1 Message Date
Dileep Yavanmandha
5270d49008 Agent sandboxing: detect missing dependencies before execution and offer installation 2026-03-27 14:07:29 -07:00
Bryan Chen
cf85bb5171 docs: add error construction analysis guidance to fix-errors skill and prompt
Teach the fix-error workflow to read error construction code before
proposing fixes. Instead of hardcoding knowledge about specific error
types (e.g., listener leak categories), the AI is instructed to:

1. Search for where the error is constructed in the codebase
2. Read the surrounding code to understand conditions, categories, thresholds
3. Use that understanding to determine the correct fix strategy

Includes a listener leak example showing how reading ListenerLeakError
construction in event.ts reveals the dominated/popular classification.

Relates to #289777
2026-03-25 21:14:09 -07:00
Bryan Chen
474b6d0eec Add guidelines and prompt for fixing unhandled errors from VS Code error telemetry 2026-02-09 11:25:37 -08:00