This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for information how to disable the error reporting see Sentry-Plugin Documentation! Sentry reporting is used starting with js-controller 3.0.
Executes Javascript, Typescript Scripts.
- 🇺🇸 Function documentation
- 🇺🇸 Upgrade guide
- 🇩🇪 Benutzung
- Blockly
- Per-provider test buttons in adapter config (OpenAI, Anthropic, Gemini, DeepSeek, Custom API)
- Optional API key field for custom base URL providers (e.g. Ollama without auth)
- Provider icons on test buttons and in model dropdown
- Human-readable HTTP error messages with API response details
- Two-step AI code generation: plan first, then generate code
- Collapsible plan view in AI code generator UI
- Status display during generation ("Planning..." / "Generating code...")
- Optimized prompts with code examples for better results with small local models
- Compact API reference (docs-compact.md) for reduced context usage
- Disable reasoning/thinking for local models (reasoning_effort: none)
- TODO_DEVICE_ID placeholder when a required device is not in the device list
- Node 25 compatibility: replaced deprecated rmdirSync with rmSync in build tasks
- Flexible result area height in AI code generator (no extra scrollbar)
- Added translations for all 11 languages
- (@GermanBluefox) Added support for plain import/export
- (@GermanBluefox) Correcting error in configuration
- (@GermanBluefox) disallow writing into node_modules folder by scripts
- (@GermanBluefox) Correcting start of the script more than one time if restart is triggered
- (@GermanBluefox) All delayed writings are stopped by the script stop
- (@GermanBluefox) Added check if a script has been modified by another user/window
- (@GermanBluefox) Make the instance number more prominent
- (GermanBluefox) Small GUI optimizations
- Added support for custom OpenAI-compatible API endpoints (e.g. Ollama, LM Studio, Google Gemini, DeepSeek, OpenRouter)
- Added configurable base URL in adapter settings
- Models are now fetched dynamically from the configured API endpoint
- Added the "Test API connection" button in adapter settings
- Added error handling with user-friendly messages for unreachable providers
- Added retry functionality for failed model loading
- All API calls (models + chat) are proxied server-side to avoid CORS issues with local providers
- Strip LLM thinking artifacts from responses (for local models like Ollama)
- (@GermanBluefox) Corrected an error message with
lastSync - (@klein0r) Corrected JavaScript filter
- (@GermanBluefox) Added possibility to encrypt scripts with password (only for vendors)
- (@GermanBluefox) Corrected the rule editor if the condition is empty
- (@GermanBluefox) Corrected types for TypeScript
- (@klein0r) Added Blockly block to format a numeric value
- (@GermanBluefox) Fixing some blocks in blockly: cron, time
- (@GermanBluefox) Added a new block: "unconditional return"
- (@GermanBluefox) Type definitions for TypeScript were updated
- (@GermanBluefox) Corrected bug with deleting of sub-folders
The MIT License (MIT)
Copyright (c) 2014-2026 bluefox dogafox@gmail.com,
Copyright (c) 2014 hobbyquaker
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
