David Brouwer
David Brouwer
Hey, great work on this lib! While using it I ran into some issues, fixed a couple here. ### New Session & Peer storage * Store session by phone number,...
### System Info and Version ``` Hyprland, built from branch at commit c31d9ef4172452f6f219f91d9b87a24d91f0cf3a (). Date: 2024-06-07 Tag: , commits: flags: (if any) System Information: System name: Linux Node name: alynix...
### Description ``` TypeError: Object.entries requires that input parameter not be null or undefined at entries (unknown) at resolveTheme (src/cli/cmd/tui/context/theme.tsx:101:46) at runComputation (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:742:22) at updateComputation (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:724:3) at readSignal (../../node_modules/.bun/[email protected]/node_modules/solid-js/dist/dev.js:660:67) at...
### Description I don't know when / why this happens, but have had it happen multiple times at random where the UI breaks down and starts showing the graphical glitches...
Could we have a button next to the copy button that instead of copying the image to clipboard, saves the image to disk, and then copies the absolute file path....
## Plugin Auto-Update Feature ### Problem Users currently have no way to stay updated with plugin releases. Plugins are installed once and never updated automatically, requiring manual: - Version monitoring...
When multiple plugins register authentication methods for the same provider (e.g., both `opencode-antigravity-auth` and `opencode-websearch-cited` register for `google`), only one plugin's methods are available. The other plugin's auth methods are...
Fixes auth method conflicts when multiple plugins register for the same provider. ## Problem - `fromEntries()` in `provider/auth.ts` overwrites duplicate provider keys (last plugin wins) - `.find()` in CLI `auth.ts`...