Preflight Checklist
What happened?
Getting an error when trying to disable bundled skills:
WARN moltis_gateway::methods::dispatch: method error method="skills.skill.disable" request_id=ui-7 code=INTERNAL msg=skill 'apple-notes' not found in repo 'bundled'
Expected behavior
Skill successfully disabled.
Steps to reproduce
- Open Web UI
- Go to Settings > Skills
- Open a skill like "apple-notes".
- Click the Disable button
Did this happen during a chat session?
No
Chat session context (if applicable)
Error messages / logs
WS message:
{"type":"req","id":"ui-7","method":"skills.skill.disable","params":{"source":"bundled","skill":"apple-notes"}}
WS response:
{"type":"res","id":"ui-7","ok":false,"error":{"code":"INTERNAL","message":"skill 'apple-notes' not found in repo 'bundled'"}}
Log:
WARN moltis_gateway::methods::dispatch: method error method="skills.skill.disable" request_id=ui-7 code=INTERNAL msg=skill 'apple-notes' not found in repo 'bundled'
Is this a regression?
I don't know
Last working version
No response
Moltis version
moltis 20260425.08
Component
Gateway / Web UI
Install method
Docker
Operating system
Ubuntu / Debian
Additional context
No response
Preflight Checklist
What happened?
Getting an error when trying to disable bundled skills:
Expected behavior
Skill successfully disabled.
Steps to reproduce
Did this happen during a chat session?
No
Chat session context (if applicable)
Error messages / logs
WS message: {"type":"req","id":"ui-7","method":"skills.skill.disable","params":{"source":"bundled","skill":"apple-notes"}} WS response: {"type":"res","id":"ui-7","ok":false,"error":{"code":"INTERNAL","message":"skill 'apple-notes' not found in repo 'bundled'"}} Log: WARN moltis_gateway::methods::dispatch: method error method="skills.skill.disable" request_id=ui-7 code=INTERNAL msg=skill 'apple-notes' not found in repo 'bundled'Is this a regression?
I don't know
Last working version
No response
Moltis version
moltis 20260425.08
Component
Gateway / Web UI
Install method
Docker
Operating system
Ubuntu / Debian
Additional context
No response