forked from ilysenko/codex-desktop-linux
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(sync): merge upstream main #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
130 commits
Select commit
Hold shift + click to select a range
03df6d6
fix(linux): bypass sunset gate and harden launcher startup
jonfry1175 30bdf22
fix(rpm): align Fedora 44 dependencies
pradigmaz 7a9b818
Merge pull request #113 from pradigmaz/fix/fedora-44-rpm-deps
ilysenko 55008cd
Add Hyprland window targeting backend
christadrian 4f62e07
enhance(builder, scripts): add support for detecting and using Rust's…
Leay15 dd2eb5a
release(updater): bump version to 0.7.1 with documentation and lockfi…
Leay15 02e7298
chore(changelog): update for 0.7.1 with bug fix and test additions on…
Leay15 575d150
fix: harden Hyprland window targeting
ilysenko eaf363a
Merge pull request #114 from christadrian/hyprland-window-targeting
ilysenko 1135d92
fix: narrow Linux sunset gate patch
ilysenko 4d157e0
Merge pull request #112 from jonfry1175/fix/linux-update-required-lau…
ilysenko 5df7ab4
fix(install): detect Linux dependency profiles from os-release
pradigmaz e7c7547
Merge pull request #116 from pradigmaz/fix/linux-distro-dependency-de…
ilysenko 05ce6f7
Document workaround for noexec /tmp installs
0882a62
Merge pull request #117 from lifeguard999/fix-noexec-tmp
ilysenko 5bb3398
fix: address updater cargo path review
ilysenko 360745f
Merge pull request #115 from Leay15/fix/0.7.1-missing-cargo-path
ilysenko dda826a
Fix Fedora RPM bundled binary dependency scanning
ReOT20 35586c0
fix(nix): package Codex Desktop 26.506.21252
colonelpanic8 2df157e
fix(nix): tolerate missing Linux tray setting helper
colonelpanic8 bdcdeb3
fix(nix): patch Browser Use node_repl on NixOS
colonelpanic8 40bfd67
fix(launcher): sync bundled Browser Use marketplace metadata
colonelpanic8 e8afdb5
fix(nix): tolerate missing git origins source
colonelpanic8 f589ba3
fix(nix): refresh codex desktop payload hash
colonelpanic8 f7c3284
fix(nix): update Codex.dmg hash
actions-user e643c59
Merge pull request #120 from ReOT20/codex/fedora-rpm-dependency-filter
ilysenko 643ed3f
Handle isAvailable computer-use gate
mtb-xt f193442
Add KWin window targeting backend
PinguuSS 720078e
Merge pull request #122 from mtb-xt/codex/computer-use-isavailable-gate
ilysenko 60875cf
Merge pull request #125 from PinguuSS/codex/add-kwin-window-backend
ilysenko 3c21194
Merge main into refresh Nix package PR
ilysenko 2b0abd3
Merge pull request #118 from colonelpanic8/codex/refresh-nix-package
ilysenko 7c57394
ci(nix): refresh all fixed-output hashes
ilysenko 0efdef7
Merge pull request #126 from ilysenko/codex/update-nix-hashes-workflow
ilysenko 192cbe6
fix(ci): make Nix hash workflow valid YAML
ilysenko ecc14ec
fix(nix): update upstream Nix hashes
actions-user 3a4d856
fix(installer): avoid false 7z version error logs
ilysenko 0cb501d
fix(installer): keep Node runtime probes quiet
ilysenko c6fec39
Refactor ASAR patcher and validate required patches
ilysenko e7e7d04
Merge pull request #128 from ilysenko/codex/refactor-asar-patcher-val…
ilysenko 87b99d8
Fix KWin window activation
PinguuSS e7c18e8
Merge pull request #129 from PinguuSS/fix/kwin-window-activation
ilysenko 65af5fb
fix: find Bun-installed Codex CLI
moxw cee297c
Fix Browser Use site status allowlist patch
ilysenko f0599ec
enhance(computer-use-linux): add COSMIC Wayland window management ope…
Leay15 d5b3deb
enhance(windows): integrate COSMIC Wayland backend for window management
Leay15 5365369
enhance(windows): update server to include COSMIC Wayland backend sup…
Leay15 b506e91
enhance(diagnostics): integrate COSMIC Wayland backend checks and int…
Leay15 aea494d
enhance(computer-use-linux): add COSMIC helper module
Leay15 bec8293
enhance(computer-use-linux): sync bundled plugin cache and add COSMIC…
Leay15 64ed8a1
chore(computer-use-linux): bump version to 0.1.2 and update metadata …
Leay15 0238551
chore(computer-use-linux): bump version to 0.1.2-linux-alpha1 and add…
Leay15 38aeccf
style(codebase): apply consistent formatting across COSMIC Wayland-re…
Leay15 56ab13e
docs(AGENTS): update documentation to reflect COSMIC helper addition …
Leay15 16acb15
refactor(computer-use-linux): remove unused `COSMIC_BACKEND` constant…
Leay15 22addbe
Merge pull request #130 from moxw/support-bun-codex-cli
ilysenko 59a2f3a
Merge pull request #133 from Leay15/feat/add-cosmic-computer-use-support
ilysenko 8c799a4
refactor Linux Computer Use window backends
ilysenko 124b448
Merge pull request #136 from ilysenko/codex/windowing-backend-refactor
ilysenko 96d41ec
fix(nix): update upstream Nix hashes
actions-user ffbcb35
Scan apps bundle for Computer Use availability (#135)
mtb-xt 6f76696
fix linux pet overlay input passthrough (#137)
MuQY1818 2087394
fix Linux explicit quit and stale runtime recovery (#138)
DhanushSantosh 5db5e27
fix(nix): update upstream Nix hashes
actions-user 95cadb2
feat(computer-use): add i3 window backend (#134)
moxw 098e4ad
feat(chrome): add Linux native host
moxw 0a99c2e
Skip empty window backend results
PinguuSS ee05746
fix(chrome): patch renamed status helpers
moxw 58a32c6
fix(chrome): align Linux browser support
moxw a401c5f
Handle rounded window IDs from JSON clients
PinguuSS 2c392bd
Merge pull request #140 from moxw/feature/chrome-plugin-rust-host
ilysenko c723755
fix Linux quit prompt bypass regression
DhanushSantosh 9781872
Keep ydotool keyboard input on raw keycodes
PinguuSS f555e2c
harden Linux explicit quit drain path
DhanushSantosh 828b728
Merge pull request #139 from PinguuSS/build/skip-empty-window-backends
ilysenko d298ff2
Merge pull request #141 from DhanushSantosh/codex/fix-linux-quit-prom…
ilysenko 310e03d
Add opt-in Linux features framework
ilysenko e77817c
Merge pull request #143 from ilysenko/codex/linux-features-framework
ilysenko 0923a08
fix Linux quit drain token patch
ilysenko 4a90d17
Merge pull request #144 from ilysenko/codex/fix-invalid-quit-drain-token
ilysenko d4d008c
feat(features): add Zed opener module
moxw df2edeb
fix(nix): update upstream Nix hashes
actions-user d6ac778
Fix Linux patch drift for current Codex bundle
ilysenko e777307
Merge pull request #145 from ilysenko/codex/fix-linux-patch-drift
ilysenko 0d87d6b
Document opt-in Linux features guidance
ilysenko 8fed196
Move README intro above contribution note
ilysenko ca32c4f
Trim README details
ilysenko 40b386f
Merge pull request #142 from moxw/feature/zed-opener-support
ilysenko 0d2403a
fix(nix): update upstream Nix hashes
actions-user e528865
Fix Linux updater bridge and browser visibility
ilysenko e130454
Merge pull request #148 from ilysenko/codex/fix-linux-updater-bridge-…
ilysenko 8c52fa4
Add WSLg rendering launch profile
ilysenko b4d137c
Merge pull request #149 from ilysenko/codex/wslg-rendering-mode
ilysenko 6928452
fix(nix): update upstream Nix hashes
actions-user bdf9696
fix(chrome-plugin): ensure Chrome plugin auto-installs
moxw d06b5bd
fix(chrome-host): evict stale browser clients
moxw 9d6a03a
Merge pull request #154 from moxw/fix/chrome-plugin-install-state
ilysenko ddbee9c
Merge remote-tracking branch 'origin/main' into fix/chrome-host-clien…
ilysenko 67aee1f
Merge pull request #155 from moxw/fix/chrome-host-client-eviction
ilysenko e72e8bc
fix(nix): update upstream Nix hashes
actions-user 2f8af05
fix(updater): stage linux features in update builder
ilysenko 5c3cf8b
Merge pull request #157 from ilysenko/codex/fix-linux-features-update…
ilysenko e54bb9c
chore(sync): merge upstream main
nisavid fd034d1
fix(review): address upstream sync feedback
nisavid 7bf2977
fix(updater): keep status refresh scoped
nisavid 10d93da
test(ci): run Linux feature tests
nisavid 9ea4036
fix(review): address follow-up feedback
nisavid 9728e82
fix(review): resolve remaining thread findings
nisavid 86b88ef
fix(review): address final review cleanup
nisavid 7627bde
fix(review): resolve final bot findings
nisavid 13c1e24
fix(review): address final merge blockers
nisavid 6474945
Merge branch 'main' into codex/sync-upstream-2026-05-10
nisavid dd7afbc
merge: sync main into upstream sync branch
nisavid dc8609a
fix(review): address merge follow-up feedback
nisavid e786d9f
merge: sync latest main into upstream sync branch
nisavid 9c21636
fix(review): address final socket feedback
nisavid f5ca3b8
fix(review): preserve primary action default
nisavid 6a5266f
merge: sync main into upstream sync branch
nisavid 7113746
fix(review): address unresolved PR feedback
nisavid ffd9945
fix(computer-use): validate press key before focus
nisavid 0862e9d
fix(review): address patch status and ydotool timeout
nisavid 7340bfe
fix(review): address cosmic and tray patch feedback
nisavid 5604505
fix(ci): restore fedora install-deps validation
nisavid d720e93
fix(review): address final codex feedback
nisavid a07786e
fix(review): address follow-up PR feedback
nisavid 0f97591
fix(security): sanitize generated keybind runtime literals
nisavid 5dc5e58
fix(computer-use): drain ydotool output while waiting
nisavid e79638f
fix(review): address final copilot feedback
nisavid a45ff71
fix(review): align Fedora dnf5 fallback guidance
nisavid 5ad6d3b
fix(review): reject unknown patch validation profiles
nisavid File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,6 +8,7 @@ bin/codex-* | |
| target/ | ||
| dist/ | ||
| dist-next/ | ||
| linux-features/features.json | ||
| .idea/ | ||
| .claude/ | ||
| /.codex | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.