added initial working status in inline assistant prompt
This commit is contained in:
parent
933c21f3d3
commit
ec1b4e6f85
4 changed files with 129 additions and 77 deletions
|
@ -79,6 +79,9 @@ export default function assistant(): any {
|
|||
},
|
||||
},
|
||||
pending_edit_background: background(theme.highest, "positive"),
|
||||
context_status: {
|
||||
...text(theme.highest, "mono", "disabled", { size: "sm" }),
|
||||
},
|
||||
retrieve_context: toggleable({
|
||||
base: interactive({
|
||||
base: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue