Justyn Shull
Justyn Shull
See https://community.silverbullet.md/t/0-9-0-the-one-with-space-config/791 and https://silverbullet.md/Space%20Config We shouldn't rely on `SETTINGS` anymore, and use the new methods instead.
Local models are currently supported as long as they expose an openai compatible api. It'd be better to have more documentation supporting this, along with some examples of installing/configuring them....
Right now, I'm only setting this keyboard shortcut: - `AI: Chat on current page` - Cmd-Shift-Enter I don't think each command needs a shortcut, but I do want to set...
Multi-modal support is pretty standard at this point. We should offer it as an optional feature that will send images along with the text to the llm. E.g. "Describe the...
We're including context for direct links to pages inside of SB now in #9 but it'd also be cool to automatically fetch remote urls and include those in context as...
WIP This doesn't actually work yet. It looks like any requests made directly from the browser fails due to CORS issues. I think we'd have to force the requests to...
I'm working on a script that would push one workbook to multiple Tableau sites. Each site has a different database to connect to, so the embedded connection needs to be...
When you open the command palette and run a command, that gets saved in recentCommands. But if you reload the page/pwa/open a new window, recentCommands is empty again. I'd like...
See https://community.silverbullet.md/t/new-plug-openai-llm-ai-integration/211/32 Installation works and reload works, but when trying to use "chat on page", it triggers an error: ``` system.getEnv is deprecated, you can assume the env to always...
[MCP](https://modelcontextprotocol.io/introduction) has been gaining a lot of traction recently, and would probably be a good fit for tool use. I'm thinking we could potentially support both server and client modes....