diff --git a/index.html b/index.html
index dbf0b8a..60793eb 100644
--- a/index.html
+++ b/index.html
@@ -883,8 +883,10 @@
@@ -2713,16 +2715,59 @@ async function pysimCmdHint() {
}, 300);
}
+let pysimCmdList = [];
+
async function pysimLoadCommands() {
- const list = document.getElementById('pysim-cmdlist');
try {
const data = await pysimFetch('/api/commands');
- if (Array.isArray(data)) {
- list.innerHTML = data.map(c => '