iconsulting/packages
hailin b75d607e2b fix(agents): resolve NestJS route collision for evaluation-rules endpoints
AdminConversationController's GET /:id was intercepting requests to
AdminEvaluationRuleController (matching "evaluation-rules" as an id param).
Similarly, DELETE /:id was matching "cache" as an id.

Changes:
- conversation.module.ts: Register AdminMcpController and
  AdminEvaluationRuleController before AdminConversationController
  (more specific prefixes must come first in NestJS)
- admin-evaluation-rule.controller.ts: Move static routes (POST /test,
  DELETE /cache) before dynamic routes (GET/:id, DELETE/:id)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 20:37:40 -08:00
..
admin-client feat(mcp): add MCP Server management — backend API + admin UI 2026-02-06 18:29:02 -08:00
services fix(agents): resolve NestJS route collision for evaluation-rules endpoints 2026-02-06 20:37:40 -08:00
shared feat(agents): implement multi-agent collaboration architecture 2026-02-06 04:26:39 -08:00
web-client feat(agents): implement multi-agent collaboration architecture 2026-02-06 04:26:39 -08:00