- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
497 B
497 B
| id | type | title | tags | importance | confidence | created | updated | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ef15149d-9386-4503-b6e0-c2d23bfae51e | fix | Custom command delete UI showed success but didn't delete |
|
0.6 | 0.8 | 2026-01-28T22:01:40.394465+00:00 | 2026-01-28T22:01:40.394465+00:00 |
The delete confirmation view in views/custom_commands.py showed a success message when user clicked confirm, but never actually called custom_commands_service.delete_command(). Added the missing service call.