Commit bbfb54d
authored
Pass skill slash commands through to Codex (#161)
Skill commands are advertised with a `$` prefix, such as `/$imagegen`,
but ACP-local slash command handling was intercepting them and reporting
them as unknown commands. Treat `$` commands as normal prompt input so
Codex can resolve the referenced skill.
Add a regression test that verifies a skill slash command is forwarded to
`turn/start` without emitting an ACP unknown-command response.1 parent e698674 commit bbfb54d
2 files changed
Lines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
801 | 801 | | |
802 | 802 | | |
803 | 803 | | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
804 | 822 | | |
805 | 823 | | |
806 | 824 | | |
| |||
0 commit comments