Commit Graph
5594 Commits
Author SHA1 Message Date
opencodeandAiden Cline f0da095552 release: v1.0.155 2025-12-26 14:33:35 -06:00
Dax RaadandAiden Cline ccaf562c9e 20min 2025-12-26 14:33:35 -06:00
AdamandAiden Cline 973162c444 chore: update stats 2025-12-26 14:33:34 -06:00
GitHub ActionandAiden Cline be261c6cdb chore: format code 2025-12-26 14:33:34 -06:00
AdamandAiden Cline 27da9c1852 chore: cleanup 2025-12-26 14:33:34 -06:00
AdamandAiden Cline 779311d064 wip(desktop): progress 2025-12-26 14:33:34 -06:00
AdamandAiden Cline 25d6d17296 wip(desktop): progress 2025-12-26 14:33:33 -06:00
AdamandAiden Cline ab48ff0471 wip(desktop): progress 2025-12-26 14:33:33 -06:00
AdamandAiden Cline 1078ae03a0 wip(desktop): progress 2025-12-26 14:33:33 -06:00
AdamandAiden Cline a4aa758043 chore: cleanup 2025-12-26 14:33:33 -06:00
AdamandAiden Cline 9536746fb7 chore: cleanup 2025-12-26 14:33:33 -06:00
AdamandAiden Cline b088180464 feat(desktop): custom commands 2025-12-26 14:33:33 -06:00
AdamandAiden Cline 211524cb0b wip(desktop): progress 2025-12-26 14:33:33 -06:00
AdamandAiden Cline c7b8b7c49e wip(desktop): progress 2025-12-26 14:33:33 -06:00
AdamandAiden Cline 105cfa8d4e wip(desktop): progress 2025-12-26 14:33:32 -06:00
AdamandAiden Cline eab1b44f66 wip(desktop): progress 2025-12-26 14:33:32 -06:00
AdamandAiden Cline 668c932631 wip(desktop): progress 2025-12-26 14:33:32 -06:00
AdamandAiden Cline 5fb20a52a7 wip(desktop): progress 2025-12-26 14:33:32 -06:00
AdamandAiden Cline 73b74581f8 wip(desktop): progress 2025-12-26 14:33:32 -06:00
AdamandAiden Cline 9ac9396aec wip(desktop): progress 2025-12-26 14:33:32 -06:00
AdamandAiden Cline 3df9f708b3 Revert "wip(desktop): session turn state consolidation"
This reverts commit 453f862616dc4d3ac90680581cde279e118b0da1.
2025-12-26 14:33:32 -06:00
AdamandAiden Cline dc65a46fb8 wip(desktop): progress 2025-12-26 14:33:32 -06:00
AdamandAiden Cline 71cb4c3ddc wip(desktop): progress 2025-12-26 14:33:32 -06:00
AdamandAiden Cline 0a556bb646 wip(desktop): progress 2025-12-26 14:33:31 -06:00
AdamandAiden Cline c8e1950522 wip(desktop): session turn state consolidation 2025-12-26 14:33:31 -06:00
AdamandAiden Cline 32bbc07e36 wip(desktop): progress 2025-12-26 14:33:31 -06:00
AdamandAiden Cline c76a00fc3f wip(desktop): progress 2025-12-26 14:33:31 -06:00
AdamandAiden Cline ce4d0d76ea wip(desktop): progress 2025-12-26 14:33:31 -06:00
AdamandAiden Cline df844dc408 wip(desktop): progress 2025-12-26 14:33:31 -06:00
AdamandAiden Cline 10276e8b3f wip(desktop): progress 2025-12-26 14:33:30 -06:00
opencodeandAiden Cline ea1c063d98 release: v1.0.154 2025-12-26 14:33:30 -06:00
Dax RaadandAiden Cline 83249e69f3 ci: update publish workflow concurrency to include version inputs and upgrade ubuntu runner to 24.04 2025-12-26 14:33:30 -06:00
GitHub ActionandAiden Cline b612b939c9 chore: format code 2025-12-26 14:33:30 -06:00
Dax RaadandAiden Cline 0ffc67792c core: reorganize agent configuration to separate primary agents (build, plan) from subagents 2025-12-26 14:33:30 -06:00
Dax RaadandAiden Cline 37d0ef3362 ci: fix AppImage build hanging by using portable appimage format
- 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-26 14:33:30 -06:00
62e5e42707 docs: Fix Wakatime repository link in ecosystem.mdx (#5552)
Co-authored-by: Github Action <action@github.com>
2025-12-26 14:33:29 -06:00
David HillandAiden Cline f8af042811 fix: font size updates 2025-12-26 14:33:29 -06:00
David HillandAiden Cline 45d85a71c6 fix: add tooltip to close review tab 2025-12-26 14:33:29 -06:00
David HillandAiden Cline cd76512659 fix: prompt input using border shadow 2025-12-26 14:33:29 -06:00
David HillandAiden Cline 9a4e7319df fix: replace agents dropdown with shadow border 2025-12-26 14:33:29 -06:00
David HillandAiden Cline c6ed81fa8d fix: fix width and padding on agent select
- conditionally hide the role=presentation element because it was adding extra gap before the first agent
2025-12-26 14:33:28 -06:00
David HillandAiden Cline ba4cd97d16 fix: hide prompt input send tooltip when the send button is disabled 2025-12-26 14:33:28 -06:00
David HillandAiden Cline bc2d2297bb fix: avatar and icon size in sidebar 2025-12-26 14:33:28 -06:00
David HillandAiden Cline 731233c96d fix: remove blue border from prompt input 2025-12-26 14:33:28 -06:00
GitHub ActionandAiden Cline bcb5840537 ignore: update download stats 2025-12-15 2025-12-26 14:33:28 -06:00
RenéandAiden Cline 0bf1c40eff Provider fix, anthropic Errorhandling if empty image file is read (#5521) 2025-12-26 14:33:28 -06:00
Nalin SinghandAiden Cline 48eeb4e80d fix: input lip visibility for transparent themes (#5544) 2025-12-26 14:33:28 -06:00
SpoonandAiden Cline 64552fe7e1 fix(edit): add per-file lock to prevent read-before-write race (#4388) 2025-12-26 14:33:28 -06:00
Aiden Cline c7b5831a0f ignore: fix debug var in last commit 2025-12-26 14:33:27 -06:00
opencode-agent[bot]Aiden Clineopencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>rekram1-node
70a8efc843 Add dismiss button to Getting Started box (#5543)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-12-26 14:33:27 -06:00