Commit bf749f8
feat(engines): add qwen (Qwen Code) and deepseek (DeepSeek Code)
`/install qwen` and `/install deepseek` now resolve, alongside the kimi
entry added in #286.
qwen is a Gemini CLI fork, so it reuses gemini's `--approval-mode=yolo`
for agent mode — `--yolo`/`-y` names the same mode, and passing both is a
hard error, so only one form is wired.
deepseek has no first-party CLI; `@serjm/deepseek-code` is the live
community one. The two names that get suggested alongside it are dead
ends: `deepseek-tui` is now a stub whose own description says it was
renamed to `codewhale`, and `deepseek-cli` has not shipped since January
2025. Its package installs `dsc` and `deepseek-code`; we launch the long
name, because `dsc` collides with Microsoft's Desired State
Configuration binary and the short name would silently start the wrong
program on a machine that has both.
The agents/start test loop now writes its stub under the engine's *bin*
rather than its key. Those were the same string for every engine until
now; deepseek is the first where they differ, and a stub named after the
key would leave nothing on PATH to find.
MCP and skills fan-out stay opt-in per engine, so both new engines report
"no support" there until their native `mcp add` surfaces are wired.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 4f0026a commit bf749f8
3 files changed
Lines changed: 50 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
| 83 | + | |
| 84 | + | |
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
98 | 126 | | |
99 | 127 | | |
100 | 128 | | |
| |||
118 | 146 | | |
119 | 147 | | |
120 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
121 | 153 | | |
122 | 154 | | |
123 | 155 | | |
| |||
199 | 231 | | |
200 | 232 | | |
201 | 233 | | |
| 234 | + | |
| 235 | + | |
202 | 236 | | |
203 | 237 | | |
204 | 238 | | |
| |||
220 | 254 | | |
221 | 255 | | |
222 | 256 | | |
223 | | - | |
| 257 | + | |
224 | 258 | | |
225 | 259 | | |
226 | 260 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| 42 | + | |
| 43 | + | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
| |||
98 | 102 | | |
99 | 103 | | |
100 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
101 | 110 | | |
102 | 111 | | |
103 | 112 | | |
104 | | - | |
| 113 | + | |
105 | 114 | | |
106 | 115 | | |
107 | 116 | | |
| |||
113 | 122 | | |
114 | 123 | | |
115 | 124 | | |
116 | | - | |
| 125 | + | |
117 | 126 | | |
118 | 127 | | |
119 | 128 | | |
| |||
0 commit comments