v2.18.3 (#861)
Co-authored-by: Clément Drouin <clement.drouin@mistral.ai> Co-authored-by: Laure Hugo <201583486+laure0303@users.noreply.github.com> Co-authored-by: Paul VEZIA <166131032+le-codeur-rapide@users.noreply.github.com> Co-authored-by: Peter Evers <peter.evers@mistral.ai> Co-authored-by: Jules YZERD <newtonlormont@gmail.com> Co-authored-by: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
parent
d50704e694
commit
4e495f658d
130 changed files with 1042 additions and 552 deletions
|
|
@ -11,6 +11,7 @@ from uuid import uuid4
|
|||
|
||||
from textual.widget import Widget
|
||||
|
||||
from vibe.cli.textual_ui.shortcut_hints import shortcut, shortcut_hint
|
||||
from vibe.cli.textual_ui.widgets.messages import (
|
||||
BashOutputMessage,
|
||||
ErrorMessage,
|
||||
|
|
@ -378,8 +379,11 @@ class QueueController:
|
|||
await self._ensure_header()
|
||||
await self._ports.mount_and_scroll(
|
||||
ErrorMessage(
|
||||
f"Model `{active_model.alias}` does not support images. "
|
||||
f"Switch with /model, then press Enter to resume the queue.",
|
||||
shortcut_hint(
|
||||
f"Model `{active_model.alias}` does not support images. "
|
||||
f"Switch with /model, then press {shortcut('Enter')} "
|
||||
"to resume the queue."
|
||||
),
|
||||
show_border=False,
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue