Skip to content

chore(dock): remove Codex.app from persistent apps - #2043

Merged
shunkakinoki merged 1 commit into
mainfrom
chore-remove-codex-from-dock
Jul 11, 2026
Merged

chore(dock): remove Codex.app from persistent apps#2043
shunkakinoki merged 1 commit into
mainfrom
chore-remove-codex-from-dock

Conversation

@shunkakinoki

@shunkakinoki shunkakinoki commented Jul 11, 2026

Copy link
Copy Markdown
Owner

Summary

  • Remove /Applications/Codex.app from the dock persistent-apps list in nix-darwin/config/dock.nix

Test plan

  • darwin-rebuild switch applies without errors
  • Codex.app no longer appears in the Dock

Summary by cubic

Removed Codex.app from the persistent Dock apps in nix-darwin/config/dock.nix, so it no longer appears after rebuilds.

  • Migration
    • Run darwin-rebuild switch.
    • Confirm Codex.app is not in the Dock.

Written for commit 3b618b8. Summary will update on new commits.

Review in cubic

@indent-zero

indent-zero Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor
PR Summary

Removes the Codex.app pin from the macOS Dock managed by nix-darwin so it no longer appears after a darwin-rebuild switch. The Codex CLI tooling elsewhere in the repo (config/codex/, fish _coxe* helpers, cliproxyapi keychain sync) is untouched — this only affects the Dock icon.

  • Delete "/Applications/Codex.app" entry from system.defaults.dock.persistent-apps in nix-darwin/config/dock.nix.

Issues

No issues found.

CI Checks

Waiting for CI checks...

@coderabbitai

coderabbitai Bot commented Jul 11, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 58fb287e-e6d8-4a99-b44e-528ba4c8440f

📥 Commits

Reviewing files that changed from the base of the PR and between 1929b38 and 3b618b8.

📒 Files selected for processing (1)
  • nix-darwin/config/dock.nix
💤 Files with no reviewable changes (1)
  • nix-darwin/config/dock.nix

📝 Walkthrough

Summary by CodeRabbit

  • Configuration
    • Removed Codex from the macOS Dock’s persistent applications.

Walkthrough

The nix-darwin Dock configuration removes /Applications/Codex.app from the persistent application list, leaving ChatGPT followed directly by Claude.

Changes

Dock configuration

Layer / File(s) Summary
Remove Codex from Dock apps
nix-darwin/config/dock.nix
The persistent Dock application list no longer includes /Applications/Codex.app.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Poem

I’m a bunny by the Dock today,
Watching Codex hop away.
ChatGPT and Claude remain,
In a tidy carrot lane.
Nix makes order, neat and bright!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: removing Codex.app from the Dock persistent apps list.
Description check ✅ Passed The description matches the change and test plan, describing removal of Codex.app from the Dock configuration.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore-remove-codex-from-dock

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request removes the Codex application (/Applications/Codex.app) from the nix-darwin dock configuration. There are no review comments, and I have no additional feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Re-trigger cubic

@mesa-dot-dev

mesa-dot-dev Bot commented Jul 11, 2026

Copy link
Copy Markdown

Mesa Description

TL;DR

Removed Codex.app from the list of persistent applications in the macOS Dock configuration.

What changed?

  • nix-darwin/config/dock.nix: Removed /Applications/Codex.app from the persistent applications list.

Description generated by Mesa. Update settings

@shunkakinoki
shunkakinoki merged commit 2fdeefb into main Jul 11, 2026
36 of 37 checks passed
@shunkakinoki
shunkakinoki deleted the chore-remove-codex-from-dock branch July 11, 2026 00:33

@mesa-dot-dev mesa-dot-dev Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Performed full review of 1929b38...3b618b8

Analysis

• Incomplete deprecation signal: Removing Codex from Dock while leaving CLI infrastructure (config/codex/, fish helpers, keychain sync) intact creates ambiguity about intent—clarify whether this is a UX preference adjustment or step 1 of full deprecation to prevent future confusion.

• Configuration drift risk: Documentation, onboarding materials, or screenshots may reference Codex in the Dock and become stale; verify and update collateral as needed.

• Undocumented coupling assumption: The change assumes persistent-apps is purely presentational; if Dock entries imply "approved/required apps" elsewhere, this hidden coupling should be explicitly documented to prevent misinterpretation.

Tip

Help

Slash Commands:

  • /review - Request a full code review
  • /review latest - Review only changes since the last review
  • /describe - Generate PR description. This will update the PR body or issue comment depending on your configuration
  • /help - Get help with Mesa commands and configuration options

1 files reviewed | 0 comments | Edit Agent SettingsRead Docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant