Since there are no dedicated channels I can find for this, I'm just gonna do it here.
Full disclosure: I come from the AIRP scene where prompt engineering is very focused on continuity in behavior, adherence to instruction, and creative behavior of the AI. Lots of Chain of Thought engineering and such. So that is reflected in my requests.
Prompt Manager
There are so many parts of the prompt that are hidden from us even though they make a massive impact. We could REALLY do with a prompt manager like in SillyTavern. There, each prompt is a movable, editable snippet. The ones that aren't possible to edit can still be dragged to different places in the overall prompt list.
Why this matters
Where a prompt is injected is absolutely vital for adherence. LLMs assign the most importance to the most recent part of the overall prompt they receive (aka the very bottom of the text), second highest priority goes to the tippy top, and everything inbetween eventually dilutes into irrelevance.
Which means that being able to inject prompts at specific places in the message history (or even after it) is vital for important instructions like "check the time instead of pulling it from memory" or "double check your math". I've also gotten a bit frustrated about some of the built-in prompts, because they use language that primes the AI into behavior not everyone wants.
Access to Cronjobs
Existing ones. Including their anchor. Like, why is it impossible to create a cronjob intended to run every morning at the same time unless I do it in the morning? Let us edit them. Let us schedule regular ones by daily time. Please.
Why this matters
LLMs can be horrible at math sometimes. They're language models, not math models. It's very hard to adjust a cronjob through the LLM at times. Just let me reach in and fix it quick, I beg you.