-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wip] fix: better chatbot input & bubble #3404
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@Light2Dark is attempting to deploy a commit to the marimo Team on Vercel. A member of the Team first needs to authorize it. |
ref={inputRef} | ||
<PromptInput | ||
className="rounded-sm mr-2" | ||
placeholder="Type your message here, / for prompts" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we change the placeholder of prompts exist or not
@@ -277,8 +283,17 @@ export const PromptInput = ({ | |||
}), | |||
); | |||
|
|||
// Trigger autocompletion for text that begins with @ or | |||
// @ + additional symbols specified | |||
const matchBeforeRegex = additionalCompletions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we do 2 separate mentions plugins? One for "@" data and one for "/" prompts; instead of appending the trigger, replace it.
I think the mention changes are good / worth keeping. I plan to add support for MCPs so we could eventually replace this with https://github.com/marimo-team/codemirror-mcp |
📝 Summary
Fixes #3401 . Use codemirror as chatbot input,
/
triggers autocomplete.🔍 Description of Changes
todo:
@
is not working. need to investigate📋 Checklist
📜 Reviewers
@akshayka OR @mscolnick