Add interactive edit mode with floating popup

This commit is contained in:
Thales Maciel 2026-02-26 15:11:06 -03:00
parent b42298b9b5
commit 99f07aef82
10 changed files with 1045 additions and 46 deletions

View file

@ -1,6 +1,7 @@
{
"daemon": {
"hotkey": "Cmd+m"
"hotkey": "Cmd+m",
"edit_hotkey": "Cmd+Shift+m"
},
"recording": {
"input": ""
@ -35,8 +36,5 @@
"Kubernetes",
"PostgreSQL"
]
},
"domain_inference": {
"enabled": true
}
}