Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 0 additions & 93 deletions CLAUDE.md

This file was deleted.

16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,21 @@ Executes Javascript, Typescript Scripts.
<!--
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### WORK IN PROGRESS
* 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
Expand Down
Loading
Loading