Skip to content

Commit 7fbdc99

Browse files
Credentials (#2284)
* Starting implement credentials manager * Implemented the support for credentials manager in the configuration * Added the possiblilty to execute scripts from AI agent * Added the possiblilty to execute scripts from AI agent * Added the possiblilty to execute scripts from AI agent * Allowed to run without credentials API
1 parent 91d5f2e commit 7fbdc99

45 files changed

Lines changed: 11903 additions & 11140 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Executes Javascript, Typescript Scripts.
2727
-->
2828

2929
## Changelog
30+
### **WORK IN PROGRESS**
31+
* (@GermanBluefox) Implemented the support for credentials manager in the configuration
32+
* (@GermanBluefox) Added the possiblilty to execute scripts from AI agent
33+
3034
### 9.2.4 (2026-06-08)
3135
* (arteck) Performance optimizations part 2
3236
* (arteck) fix filter in tab scripts
@@ -57,6 +61,20 @@ Executes Javascript, Typescript Scripts.
5761
* (Eistee82) `search_datapoints` covers every object type (channels, devices, folders, enums, …) and matches on role; `get_object_info` lists children for containers — fixes finding aliases/motion-sensors modeled as channels
5862
* (Eistee82) Non-chat model filter expanded (embeddings, image/audio/video/TTS, transcription, moderation, web-search, Ollama single-task models, …)
5963

64+
### 9.2.0 (2026-04-11)
65+
* (Eistee82) AI Chat panel with multi-provider support, tool calling, inline completions, and smart-apply
66+
* (Eistee82) Fix: prevent duplicate 'Stopping script' log when script is not running
67+
* (Eistee82) Fix: only restart scripts on the instance that owns them
68+
* (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
69+
* (Eistee82) Node 25 compatibility: replaced deprecated rmdirSync with rmSync in build tasks
70+
* (@GermanBluefox) Added support for plain import/export
71+
* (@GermanBluefox) Correcting error in configuration
72+
* (@GermanBluefox) disallow writing into node_modules folder by scripts
73+
* (@GermanBluefox) Correcting start of the script more than one time if restart is triggered
74+
* (@GermanBluefox) All delayed writings are stopped by the script stop
75+
* (@GermanBluefox) Added check if a script has been modified by another user/window
76+
* (@GermanBluefox) Make the instance number more prominent
77+
6078
## License
6179
The MIT License (MIT)
6280

admin/assets/AiChatPanel-CZ2o6xnT.js

Lines changed: 317 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/assets/AiChatPanel-gzZ2JXbv.js

Lines changed: 0 additions & 315 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/assets/ScriptEditorVanillaMonaco-ColXheQH.js renamed to admin/assets/ScriptEditorVanillaMonaco-CKnJEdpA.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)