Description
Several void SDK calls in packages/tui/src/routes/session/index.tsx fire async requests without .catch(). Bun terminates the process on unhandled rejections.
Affected calls:
- sdk.client.session.summarize() (line 572)
- sdk.client.session.revert() (line 616)
- sdk.client.experimental.session.background() (line 1025)
OpenCode version
Latest dev
Steps to reproduce
- Use the summarise or revert feature
- Trigger a network error
- Bun terminates the process with an unhandled rejection
Operating System
Linux
Terminal
Alacritty
Description
Several void SDK calls in packages/tui/src/routes/session/index.tsx fire async requests without .catch(). Bun terminates the process on unhandled rejections.
Affected calls:
OpenCode version
Latest dev
Steps to reproduce
Operating System
Linux
Terminal
Alacritty