We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167aab8 commit 5e47f55Copy full SHA for 5e47f55
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+**11.9.2**
4
+
5
+```
6
+FIX: race condition in dynamic options
7
8
9
**11.9.1**
10
11
```
src/js/page/terminal/terminal.mjs
@@ -322,6 +322,7 @@ export default class Terminal {
322
this.screen.printCommand(code);
323
}
324
this.screen.cleanInput();
325
+ this.updateAssistantoptions();
326
if (store) {
327
this.#storeUserInput(code);
328
0 commit comments