From c71ae49da0c9d7bdb7f118bb2013871d5587cfb9 Mon Sep 17 00:00:00 2001 From: Vikhyath Mondreti Date: Mon, 13 Apr 2026 18:28:18 -0700 Subject: [PATCH] chore(copilot): streaming paths reviewer group (#4144) * chore(copilot): streaming paths reviewer group * narrow scope --- .github/CODEOWNERS | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..c24e27f9e0 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,28 @@ +# Copilot/Mothership chat streaming entrypoints and replay surfaces. +/apps/sim/app/api/copilot/chat/ @simstudioai/mothership +/apps/sim/app/api/copilot/confirm/ @simstudioai/mothership +/apps/sim/app/api/copilot/chats/ @simstudioai/mothership +/apps/sim/app/api/mothership/chat/ @simstudioai/mothership +/apps/sim/app/api/mothership/chats/ @simstudioai/mothership +/apps/sim/app/api/mothership/execute/ @simstudioai/mothership +/apps/sim/app/api/v1/copilot/chat/ @simstudioai/mothership + +# Server-side stream orchestration, persistence, and protocol. +/apps/sim/lib/copilot/chat/ @simstudioai/mothership +/apps/sim/lib/copilot/async-runs/ @simstudioai/mothership +/apps/sim/lib/copilot/request/ @simstudioai/mothership +/apps/sim/lib/copilot/generated/ @simstudioai/mothership +/apps/sim/lib/copilot/constants.ts @simstudioai/mothership +/apps/sim/lib/core/utils/sse.ts @simstudioai/mothership + +# Stream-time tool execution, confirmations, resource persistence, and handlers. +/apps/sim/lib/copilot/tool-executor/ @simstudioai/mothership +/apps/sim/lib/copilot/tools/ @simstudioai/mothership +/apps/sim/lib/copilot/persistence/ @simstudioai/mothership +/apps/sim/lib/copilot/resources/ @simstudioai/mothership + +# Client-side stream consumption, hydration, and reconnect. +/apps/sim/app/workspace/*/home/hooks/index.ts @simstudioai/mothership +/apps/sim/app/workspace/*/home/hooks/use-chat.ts @simstudioai/mothership +/apps/sim/app/workspace/*/home/hooks/use-file-preview-sessions.ts @simstudioai/mothership +/apps/sim/hooks/queries/tasks.ts @simstudioai/mothership