Roomba Rover
diff --git a/to-do.md b/to-do.md
index b9aa8146..3515309d 100644
--- a/to-do.md
+++ b/to-do.md
@@ -24,7 +24,9 @@
4. the button box goals and counts
5. barcode whatever stuff
6. odometers
- 2. make the overseer panel better
+ 7. basically every stat possible
+ 2. make it so it can actually see when it called a tool
+ 3. make the overseer panel better
1. show status of generation if possible, tokens or percentage. possibly stream from ollama unless i cant with tools
7. roomba odometer
1. in activities tab
@@ -34,6 +36,7 @@
8. maybe make a better joystick for mobile
9. make google tts the default everywhere but roverd
10. fix rover request spam queue cheat
+11. add Umami analytics integration
# relative pipe dreams:
diff --git a/webui/index.html b/webui/index.html
index cd06b34e..356525e5 100644
--- a/webui/index.html
+++ b/webui/index.html
@@ -11,6 +11,7 @@
+
Roomba Rover