Skip to content

codeContinue

Latest

Choose a tag to compare

@kXborg kXborg released this 17 Aug 02:55
  1. 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.
  1. Updated CHAT_SYSTEM_PROMPT to establish read-only chat boundaries and prevent false claims of buffer modification.

  2. 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.
  1. 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)
  1. 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.
  1. Enhanced error logging