Commit 1cd3d99
authored
Refactor big IPC handlers (#3457)
## Summary
- Split app runtime process/proxy/cloud sandbox behavior out of
app_handlers into an app runtime service.
- Move chat attachment delivery policy and formatting out of
chat_stream_handlers into a chat attachment service.
- Includes the existing Sentry Electron init/dependency changes that
were already present in the working tree when pushing.
## Test plan
- npm run fmt
- npm run lint:fix
- npm run ts
- npm test
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent f23e25a commit 1cd3d99
5 files changed
Lines changed: 1087 additions & 1110 deletions
File tree
- rules
- src/ipc
- handlers
- services
- utils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
0 commit comments