v2.4.1
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.