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
* (Eistee82) AI Chat panel with multi-provider support, tool calling, inline completions, and smart-apply
31
+
* (Eistee82) Fix: prevent duplicate 'Stopping script' log when script is not running
32
+
* (Eistee82) Fix: only restart scripts on the instance that owns them
30
33
* (Eistee82) Added OID display mode toggle for Blockly editor: 4 display modes (Name, Name path, State ID, Full ID) with toolbar dropdown, context menu, optional object icons, and translations in 11 languages
31
-
* Per-provider test buttons in adapter config (OpenAI, Anthropic, Gemini, DeepSeek, Custom API)
32
-
* Optional API key field for custom base URL providers (e.g. Ollama without auth)
33
-
* Provider icons on test buttons and in model dropdown
34
-
* Human-readable HTTP error messages with API response details
35
-
* Two-step AI code generation: plan first, then generate code
36
-
* Collapsible plan view in AI code generator UI
37
-
* Status display during generation ("Planning..." / "Generating code...")
38
-
* Optimized prompts with code examples for better results with small local models
39
-
* Compact API reference (docs-compact.md) for reduced context usage
40
-
* Disable reasoning/thinking for local models (reasoning_effort: none)
41
-
* TODO_DEVICE_ID placeholder when a required device is not in the device list
42
-
* Node 25 compatibility: replaced deprecated rmdirSync with rmSync in build tasks
43
-
* Flexible result area height in AI code generator (no extra scrollbar)
44
-
* Added translations for all 11 languages
34
+
* (Eistee82) Node 25 compatibility: replaced deprecated rmdirSync with rmSync in build tasks
45
35
* (@GermanBluefox) Added support for plain import/export
46
36
* (@GermanBluefox) Correcting error in configuration
47
37
* (@GermanBluefox) disallow writing into node_modules folder by scripts
0 commit comments