index
:
opencode
dev
tradam-rules-patch
The open source coding agent.
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
tauri
/
src
Age
Commit message (
Collapse
)
Author
2025-12-22
chore: rename packages/tauri -> packages/desktop
Adam
2025-12-22
chore: rename packages/desktop -> packages/app
Adam
2025-12-19
fix(desktop): error handling
Adam
2025-12-19
tauri: remove pinch-to-zoom on window
Brendan Allan
2025-12-18
feat(desktop): custom update toast
Adam
2025-12-17
chore: localStorage -> tauri store
Adam
2025-12-17
tauri: return after update failures
Brendan Allan
2025-12-17
chore: format code
GitHub Action
2025-12-17
tauri: only alert on update failure when triggered manually
Brendan Allan
2025-12-16
tauri: explicitly kill sidecar before updater relaunch
Brendan Allan
2025-12-16
chore: format code
GitHub Action
2025-12-16
tauri: macos-only app menu
Brendan Allan
2025-12-12
tauri: add basic custom titlebar (#5438)
Brendan Allan
2025-12-10
tui: pass dynamic port to frontend
Dax Raad
Frontend now receives the server port via window.__OPENCODE__.port, allowing it to connect when using a random free port instead of hardcoded 4096
2025-12-10
chore: format code
GitHub Action
2025-12-10
tauri: don't ask to restart separately in updater
Brendan Allan
2025-12-09
wip(desktop): progress
Adam
2025-12-09
chore: format code
GitHub Action
2025-12-09
fix: use ts project references for desktop and tauri
Brendan Allan
2025-12-09
chore: format code
GitHub Action
2025-12-09
desktop: move updater logic to js
Brendan Allan
2025-12-08
Export DesktopInterface from desktop and add PlatformContext
Brendan Allan
2025-12-05
OpenCode Desktop app (#5044)
Brendan Allan
Co-authored-by: Adam <
[email protected]
>
2025-11-22
chore: format code
GitHub Action
2025-11-22
tauri
Dax Raad