Commit 09a6834
VoardWalker-Code
fix: /skill slash command — dispatch through /api/task/run instead of broken endpoint
The /skill command was POSTing to GET-only /api/skills/workspace/list (which lists
workspace files, not invoke skills). Fixed to dispatch through /api/task/run with
taskType: 'skill' and the skill name, matching how /websearch and the task wizard
already work. Also adds entity-loaded check and skill args forwarding.
2012/2012 tests passing.1 parent 55d0a37 commit 09a6834
1 file changed
Lines changed: 13 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
213 | | - | |
214 | | - | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
215 | 225 | | |
216 | 226 | | |
217 | 227 | | |
| |||
0 commit comments