From fab0fe3da87298b3abfd5e7794c4c55e3437d785 Mon Sep 17 00:00:00 2001 From: Space-Banane Date: Sat, 18 Jul 2026 21:13:59 +0200 Subject: [PATCH] feat: add TODO.md for feature enhancements and UX improvements --- TODO.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..da1bdae --- /dev/null +++ b/TODO.md @@ -0,0 +1,20 @@ +# TODO.md + +Thoughts: +- Model Skill? +- Tell models to use a message tool if they can and wait for a decision to be made while polling for a response in a non-token burning way. ?? +> For Example. An agent like in openclaw can just wait until a decision is made and then before can just say in the chat "Hey i made a request, bla bla here is the url bla bla" and explicitly tells the user that the model is WAITING for the decision to be made and will continue to wait until a decision is made. This way the model can just wait and not burn tokens while waiting for a decision to be made. Users are instructed to use "/stop" in openclaw to stop the model from waiting and to continue with the next action. This is a better way to handle this than just having the model wait and burn tokens while waiting for a decision to be made. +- In browser notifications for showing/integrating existing notifications? +- Clean up UI +- Able to click on a agent either on home, agents list or in a request to show the agents past requests and overall actions from the list but moved over into a new page with a back button to return to the previous page. +- Show QR for 2fa +- invalid dates on admin action notifications +- pre fill data on agent edit modal +- overall ux improvements +- Fix popup for passwordmanagers filling in 2fa code on settings page +- ctrl enter submits modals (all) +- better repo rules for agents +- Nicer statistics on the dashboard +- Instance Notice popup that popups up on every session (like a cookie notice), content by admins, dismissable +- Instance Disabled message & setting for admins to set a message for when the instance is disabled, and a setting to allow users to see the message when the instance is disabled. (users can only delte or download their data when the instance is disabled) +- Data Hoster notice for footer when people host an instance for other people to use, content by admins, not dismissable footer only notice, all pages \ No newline at end of file