Commit d14ffd4
authored
fix(serve): sync E2E baseline capabilities with registry (#4284)
PRs #4249 (workspace memory + agents CRUD) and #4269 (workspace file
read routes) added `workspace_memory`, `workspace_agents`, and
`workspace_file_read` to `SERVE_CAPABILITY_REGISTRY` and updated the
unit-level `EXPECTED_STAGE1_FEATURES` in
`packages/cli/src/serve/server.test.ts`, but missed the matching
integration-test expectation. The E2E `qwen serve — capabilities
envelope > advertises all baseline capabilities` assertion has been
failing on `main` since those PRs landed.
Append the three tags in the same positions as
`SERVE_CAPABILITY_REGISTRY` and the unit-level constant
(`workspace_memory` + `workspace_agents` after `workspace_providers`,
`workspace_file_read` after `mcp_guardrails`). No production code
changes — same shape as #4268.1 parent 33b2e0d commit d14ffd4
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| 211 | + | |
| 212 | + | |
211 | 213 | | |
212 | 214 | | |
213 | 215 | | |
214 | 216 | | |
215 | 217 | | |
216 | 218 | | |
217 | 219 | | |
| 220 | + | |
218 | 221 | | |
219 | 222 | | |
220 | 223 | | |
| |||
0 commit comments