Ask HN: Why don't LLM harnesses enable/expose custom middleware hooks?
I want to be able to execute a prompt derived from a piece of structured data (JSON) by transforming it into markdown and decorating it at prompt-time, without building my own infrastructure around or alongside the harness...
6 comments
[ 3.6 ms ] story [ 25.3 ms ] threadCan you give an example of your use case?
create a skill that transformed the json then "/<skill> <prompt>"
I mean, hooks are nice, but they are messy to manage/operate for many developers at a time.
https://github.com/softcane/cc-blackbox I started investigating the proxy path, which I think would be useful for such scenarios.