Skip to content

feat: remove codex#478

Merged
k11kirky merged 3 commits intomainfrom
01-12-feat_remove_codex
Jan 13, 2026
Merged

feat: remove codex#478
k11kirky merged 3 commits intomainfrom
01-12-feat_remove_codex

Conversation

@k11kirky
Copy link
Contributor

@k11kirky k11kirky commented Jan 13, 2026

IGNORE - I hijacked this pr to fix a build error - the below changes were already merged

TL;DR

Remove Codex agent framework support, standardizing on Claude as the sole agent framework.

What changed?

  • Removed the framework option from agent configuration and session parameters
  • Deleted the entire Codex adapter implementation (packages/agent/src/adapters/codex/codex.ts)
  • Removed the @openai/codex-sdk dependency
  • Removed the FrameworkSelector component from the UI
  • Updated the connection factory to only create Claude agents
  • Simplified type definitions to only reference Claude as the agent framework

How to test?

  1. Verify that the application starts and runs normally
  2. Create a new task and confirm that it executes properly with Claude
  3. Ensure no framework selection UI appears in the task input editor
  4. Check that existing sessions can be resumed without issues

Why make this change?

This change simplifies the codebase by standardizing on Claude as the sole agent framework. The Codex implementation was likely not being actively used or maintained, and removing it reduces complexity, maintenance burden, and potential points of failure. This allows the team to focus development efforts on improving the Claude integration rather than maintaining multiple agent frameworks.

Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@k11kirky k11kirky marked this pull request as ready for review January 13, 2026 01:46
@k11kirky k11kirky requested a review from a team as a code owner January 13, 2026 01:46
@k11kirky k11kirky enabled auto-merge (squash) January 13, 2026 01:54
@k11kirky k11kirky merged commit 6fb9493 into main Jan 13, 2026
12 checks passed
@k11kirky k11kirky deleted the 01-12-feat_remove_codex branch January 13, 2026 01:55
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.

2 participants