Is the HISE REST server ready for use?
-
I've been using it a bit with Claude but it seems buggy. Is it officially shipped, or not ready for use yet?
-
It's not intended to be used directly as REST API but the hise-cli app will talk to it and Claude should use the hise-cli app as this is more token efficient than dumping the entire HTTP response into the context window.
It's not 100% finished, but the basics should work. What's buggy?
-
@Christoph-Hart said in Is the HISE REST server ready for use?:
It's not intended to be used directly as REST API but the hise-cli app will talk to it and Claude should use the hise-cli app as this is more token efficient than dumping the entire HTTP response into the context window.
Makes sense. Using it through the CLI now

Using REST directly was having things like the /repl endpoint not recompiling the scripts, and some values getting out of sync during saves.
But the CLI between seems much better now. Thanks!
