Skip to content

v2.4.1

Choose a tag to compare

@Nuo27 Nuo27 released this 17 Apr 04:52
· 30 commits to main since this release

Good luck on qwen3.5 and gemma4, here's the 2.4.1 updates:

  • Rewrite SYSTEM_PROMPT_BASE to a clearer, sectioned real-time interpreter prompt
  • Restructure plugin configuration and API layer: introduce Config and Api classes and centralize settings (model, apiKey, endpoints, params).
  • Implement rich context history with metadata and a new CONTEXT_PROMPT_BASE; only inject context when enabled and prompt is present.
  • Refactor login flow to handle native Ollama and custom/OpenAI endpoints, add model validation, thinking/capability detection, save/load config, and run a login test.
  • Update translation request building, parameter handling, and response extraction accordingly.
  • minor fixes: language normalization, template changes.