summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Collapse)Author
2025-12-15chore: format codeGitHub Action
2025-12-15core: fix server response handling to prevent connection timeoutsDax Raad
2025-12-15release: v1.0.157opencode
2025-12-15ci: add app bundle target to fix macOS updater by generating .app.tar.gz filesDax Raad
2025-12-15chore: format codeGitHub Action
2025-12-15core: fix message caching for Anthropic models to improve response consistencyDax Raad
2025-12-15release: v1.0.156opencode
2025-12-15fix: connect provider on homepageAdam
2025-12-15fix: terminal in desktopAdam
2025-12-15fix: image attachments in desktopAdam
2025-12-15docs: update header navigation to include desktop downloadDax Raad
2025-12-15fix: share pageAdam
2025-12-15docs: restore desktop beta banner to homepageDax Raad
2025-12-15chore: format codeGitHub Action
2025-12-15feat: add F# language server support (#5549)Nalin Singh
2025-12-15release: v1.0.155opencode
2025-12-15chore: update statsAdam
2025-12-15chore: format codeGitHub Action
2025-12-15chore: cleanupAdam
2025-12-15wip(desktop): progressAdam
2025-12-15wip(desktop): progressAdam
2025-12-15wip(desktop): progressAdam
2025-12-15wip(desktop): progressAdam
2025-12-15chore: cleanupAdam
2025-12-15chore: cleanupAdam
2025-12-15feat(desktop): custom commandsAdam
2025-12-15wip(desktop): progressAdam
2025-12-15wip(desktop): progressAdam
2025-12-15wip(desktop): progressAdam
2025-12-15wip(desktop): progressAdam
2025-12-15wip(desktop): progressAdam
2025-12-15wip(desktop): progressAdam
2025-12-15wip(desktop): progressAdam
2025-12-15wip(desktop): progressAdam
2025-12-15Revert "wip(desktop): session turn state consolidation"Adam
This reverts commit 453f862616dc4d3ac90680581cde279e118b0da1.
2025-12-15wip(desktop): progressAdam
2025-12-15wip(desktop): progressAdam
2025-12-15wip(desktop): progressAdam
2025-12-15wip(desktop): session turn state consolidationAdam
2025-12-15wip(desktop): progressAdam
2025-12-15wip(desktop): progressAdam
2025-12-15wip(desktop): progressAdam
2025-12-15wip(desktop): progressAdam
2025-12-15wip(desktop): progressAdam
2025-12-15release: v1.0.154opencode
2025-12-15ci: update publish workflow concurrency to include version inputs and ↵Dax Raad
upgrade ubuntu runner to 24.04
2025-12-15chore: format codeGitHub Action
2025-12-15core: reorganize agent configuration to separate primary agents (build, ↵Dax Raad
plan) from subagents
2025-12-15ci: fix AppImage build hanging by using portable appimage formatDax Raad
- Add appimage target back to tauri.conf.json - Force reinstall tauri-cli from feat/truly-portable-appimage branch - Add 10 minute timeout to prevent indefinite hangs - Add logging to verify correct tauri-cli version is installed This fixes the issue where AppImage builds would hang at 'Running input plugin: gtk' by using the new portable appimage format that bypasses linuxdeploy entirely.
2025-12-15docs: Fix Wakatime repository link in ecosystem.mdx (#5552)René
Co-authored-by: Github Action <[email protected]>