Max Leiter
Max Leiter
There's a few goals here, generally listed in order of priority below. Any help is welcome! There's tons to do. 1. Migrate to Next.js 13's app directory (https://beta.nextjs.org/docs) 1. Migrate...
Introduced in #70 that closed #69
I'm interested in contributing this if you're open to it @james2doyle, but I want to hear your thoughts first. I'd like to support sub-menus implemented via children omnibars. You can...
### Feature Description Model providers and the AI SDK currently support two kinds of "chat chunks": ``` { type: 'text', text: '....' } ``` and ``` { type: 'image', url:...
Usage: ``` const screenshotBuffer = OverlayController.screenshot(); const screenshotImage = nativeImage.createFromBuffer(screenshotBuffer, { width: OverlayController.targetBounds.width, height: OverlayController.targetBounds.height, }); ``` Here is a result from the demo app:  Colors are a bit...
MCP post