|
| 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