Skip to content

Commit b8b499e

Browse files
committed
Fix race condition on stoppping/sending a prompt right away
1 parent 1e70a3e commit b8b499e

2 files changed

Lines changed: 112 additions & 98 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Add `plugins` config for loading external configuration from git repos or local paths. #349
66
- Plugins can provide skills, MCP servers, agents, commands, hooks, rules, and arbitrary config overrides.
77
- Add commands `/plugins` and `/plugin-install`.
8+
- Fix race condition where stopping a prompt and immediately sending a new one could cause two concurrent prompts with no way to stop the older one.
89

910
## 0.111.0
1011

0 commit comments

Comments
 (0)