summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
AgeCommit message (Collapse)Author
2025-12-22ci: verbose build and re-enable appimageBrendan Allan
2025-12-22ci: run prepare step for tauri buildBrendan Allan
2025-12-22feat(desktop): arm64 build for linux (#5935)NN708
2025-12-22ci: replace with just upload-artifact whole dirBrendan Allan
2025-12-22ci: import bun shellBrendan Allan
2025-12-22try uploading artifacts in workflowBrendan Allan
2025-12-22ci: try to upload cli artifactsBrendan Allan
2025-12-21docs: Agent Skills (#5931)opencode-agent[bot]
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <[email protected]> Co-authored-by: Aiden Cline <[email protected]>
2025-12-21ci: update docs promptAiden Cline
2025-12-21ci: add automatic doc update workflowAiden Cline
2025-12-21fix: prevent stats workflow from running on forks (#5897)Adam Hosker
2025-12-20ci: adjust review agent prompt to discourage bad diffsAiden Cline
2025-12-20ciDax Raad
2025-12-20ciDax Raad
2025-12-20ciDax Raad
2025-12-19ci: fix release notesAiden Cline
2025-12-19Revert "ci: gemini 3 flash doesnt exist in pinned cicd version (#5776)"Aiden Cline
This reverts commit 382905602c61d86d5cacfa28ed00cb69d0a5d4a6.
2025-12-19ci: fix publish auth failureAiden Cline
2025-12-19ci: separate standalone publishing from dependent publishing (#5634)Brendan Allan
Co-authored-by: GitHub Action <[email protected]>
2025-12-19ci: change token for gh release to allow discord job to actually trigger ↵Aiden Cline
see: https://docs.github.com/en/actions/how-tos/write-workflows/choose-when-workflows-run/trigger-a-workflow
2025-12-18ci: only run generate for devAiden Cline
2025-12-18ci: gemini 3 flash doesnt exist in pinned cicd version (#5776)Luke Parker
2025-12-18ci: better err msg for generate workflowAiden Cline
2025-12-18ci: fix generateAiden Cline
2025-12-18ci: handle case where generate.yml fails betterAiden Cline
2025-12-18ci: fix discordAiden Cline
2025-12-17tauri: dev icons + separate prod config (#5691)Brendan Allan
Co-authored-by: GitHub Action <[email protected]>
2025-12-16ci: update publish workflow configurationDax Raad
2025-12-16ci: fix missing pkg issueAiden Cline
2025-12-16ci: fix release draft configuration to prevent automatic draft flagDax Raad
2025-12-16ci: fix branch nameAiden Cline
2025-12-16ci: fix triageAiden Cline
2025-12-16ci: auto tag github action once a change is shipped for itAiden Cline
2025-12-16Keep release a draft until all builds are finished (#5632)Brendan Allan
Co-authored-by: opencode <[email protected]> Co-authored-by: GitHub Action <[email protected]>
2025-12-15chore: centralize dep to catalog & fix typosAiden Cline
2025-12-15ci: auto triage issuesAiden Cline
2025-12-15ci: fix tauri updater version mismatch by checking out the release tagDax Raad
2025-12-1520minDax Raad
2025-12-15ci: update publish workflow concurrency to include version inputs and ↵Dax Raad
upgrade ubuntu runner to 24.04
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-14ci: switch modelAiden Cline
2025-12-14ci: smart ocAiden Cline
2025-12-13add ARM64 Docker image support (#5483)Felipe Oduardo Sierra
2025-12-12fixDax Raad
2025-12-11ciDax Raad
2025-12-11ci: fix Ubuntu host detection in Tauri build workflowDax Raad
2025-12-11ci: install libglib2.0-dev on Blacksmith Linux runners to fix missing ↵Dax Raad
glib-2.0 system library error
2025-12-11ciDax Raad
2025-12-11ci: use Blacksmith runners for Linux and Windows Tauri builds to improve ↵Dax Raad
build performance