You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: import alias handling, extensionless files, and Windows path validation
- TypeScript/Python import parsing now correctly handles aliased imports
(e.g., `import { foo as bar }`) by extracting the original symbol name
- TypeScript import regex now matches `import type { ... }` syntax
- PluginRegistry.getForFile returns undefined for extensionless files
instead of constructing invalid extension ".undefined"
- MCP server path validation now blocks Windows absolute paths (C:\)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments