- Dynamic endpoint & model discovery, inline edit, and chat improvements
- Auto-normalizes base URLs (http://localhost:1234 >> /v1/chat/completions or /v1/messages).
- Discovers models dynamically from /v1/models across Sublime wizards, CLI, and GUI installers.
- Adds connection pre-flight checks with diagnostic error messages.
- Replaces unsolicited chat analysis with an instant curated greeting.
- Adds guidance directing users to CodeContinue: Edit Selection for in-place edits.
-
Updated CHAT_SYSTEM_PROMPT to establish read-only chat boundaries and prevent false claims of buffer modification.
-
Language Aliases added
- Added syntax scope aliasing (js/javascript, py/python, ts/typescript, etc.) in utils/suggest.py so completions trigger reliably across different Sublime syntax packages.
- Custom system prompt via settings wizard feature added
- Integrated system prompt customization into the Sublime Text first-run and CodeContinue: Configure wizard panels.
- Also added via installer (CLI and GUI)
- browser user-agent added
- User-Agent: Mozilla/5.0 header in utils/api.py to prevent HTTP 403 Forbidden errors from reverse proxies and cloud gateways.
- Enhanced error logging