Skip to content

refactor: rename opentui-rs to cortex-tui-framework and update dependencies#543

Merged
echobt merged 4 commits intomasterfrom
feat/cortex-tui-rename-1769990379
Feb 2, 2026
Merged

refactor: rename opentui-rs to cortex-tui-framework and update dependencies#543
echobt merged 4 commits intomasterfrom
feat/cortex-tui-rename-1769990379

Conversation

@echobt
Copy link
Contributor

@echobt echobt commented Feb 2, 2026

Summary

Completes the migration from opentui-rs to cortex-tui-framework naming convention.

Changes

  • Renamed opentui-rs to cortex-tui-framework: Updated directory structure and crate naming to align with the cortex ecosystem
  • Updated workspace configuration: Modified all references in workspace Cargo.toml and src crates
  • Updated all dependencies: Upgraded to latest compatible crate versions
  • Cleaned up redundant files: Removed duplicate nested Cargo.lock

Testing

  • Verified CLI compilation with cargo check -p cortex-cli
  • Verified TUI framework compilation with cargo check -p cortex-tui-framework
  • Confirmed no remaining references to 'opentui' in codebase

- Renamed main directory from opentui-rs to cortex-tui-framework
- Renamed all 8 subcrates: opentui-* to cortex-tui-*
- Updated all Cargo.toml package names and dependency paths
- Updated all Rust use statements (opentui_* to cortex_tui_*)
- Updated documentation and comments (OpenTUI to Cortex TUI)
@echobt echobt merged commit 2cb9f0c into master Feb 2, 2026
2 of 4 checks passed
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