Skip to content

Commit c71ae49

Browse files
chore(copilot): streaming paths reviewer group (#4144)
* chore(copilot): streaming paths reviewer group * narrow scope
1 parent d6dc9f7 commit c71ae49

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/CODEOWNERS

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Copilot/Mothership chat streaming entrypoints and replay surfaces.
2+
/apps/sim/app/api/copilot/chat/ @simstudioai/mothership
3+
/apps/sim/app/api/copilot/confirm/ @simstudioai/mothership
4+
/apps/sim/app/api/copilot/chats/ @simstudioai/mothership
5+
/apps/sim/app/api/mothership/chat/ @simstudioai/mothership
6+
/apps/sim/app/api/mothership/chats/ @simstudioai/mothership
7+
/apps/sim/app/api/mothership/execute/ @simstudioai/mothership
8+
/apps/sim/app/api/v1/copilot/chat/ @simstudioai/mothership
9+
10+
# Server-side stream orchestration, persistence, and protocol.
11+
/apps/sim/lib/copilot/chat/ @simstudioai/mothership
12+
/apps/sim/lib/copilot/async-runs/ @simstudioai/mothership
13+
/apps/sim/lib/copilot/request/ @simstudioai/mothership
14+
/apps/sim/lib/copilot/generated/ @simstudioai/mothership
15+
/apps/sim/lib/copilot/constants.ts @simstudioai/mothership
16+
/apps/sim/lib/core/utils/sse.ts @simstudioai/mothership
17+
18+
# Stream-time tool execution, confirmations, resource persistence, and handlers.
19+
/apps/sim/lib/copilot/tool-executor/ @simstudioai/mothership
20+
/apps/sim/lib/copilot/tools/ @simstudioai/mothership
21+
/apps/sim/lib/copilot/persistence/ @simstudioai/mothership
22+
/apps/sim/lib/copilot/resources/ @simstudioai/mothership
23+
24+
# Client-side stream consumption, hydration, and reconnect.
25+
/apps/sim/app/workspace/*/home/hooks/index.ts @simstudioai/mothership
26+
/apps/sim/app/workspace/*/home/hooks/use-chat.ts @simstudioai/mothership
27+
/apps/sim/app/workspace/*/home/hooks/use-file-preview-sessions.ts @simstudioai/mothership
28+
/apps/sim/hooks/queries/tasks.ts @simstudioai/mothership

0 commit comments

Comments
 (0)