Skip to content

Conversation

@CSRessel
Copy link
Collaborator

Package renames:

  • codex-cli -> nori-cli (package name only, binary remains 'nori')
  • codex-tui -> nori-tui (package and binary name)
  • Library names: codex_cli -> nori_cli, codex_tui -> nori_tui

String constant updates:

  • User-Agent fallbacks: "codex-cli" -> "nori-cli"
  • Tracing filters: "codex_tui" -> "nori_tui"
  • Log file: "codex-tui.log" -> "nori-tui.log"
  • Temp file prefix: "codex-clipboard-" -> "nori-clipboard-"
  • Keyring service: "Codex MCP Credentials" -> "Nori MCP Credentials"

Updated references in:

  • Cargo.toml files (workspace and crate dependencies)
  • Rust source imports (use statements and qualified paths)
  • CI/CD workflows (rust-ci.yml, nori-release.yml)
  • Build scripts (sandbox_smoketests.py)
  • Documentation (cli/docs.md, tui/docs.md, protocol/README.md, AGENTS.md)

Note: codex_cli_rs originator string intentionally preserved.

claude and others added 2 commits January 16, 2026 16:41
Package renames:
- codex-cli -> nori-cli (package name only, binary remains 'nori')
- codex-tui -> nori-tui (package and binary name)
- Library names: codex_cli -> nori_cli, codex_tui -> nori_tui

String constant updates:
- User-Agent fallbacks: "codex-cli" -> "nori-cli"
- Tracing filters: "codex_tui" -> "nori_tui"
- Log file: "codex-tui.log" -> "nori-tui.log"
- Temp file prefix: "codex-clipboard-" -> "nori-clipboard-"
- Keyring service: "Codex MCP Credentials" -> "Nori MCP Credentials"

Updated references in:
- Cargo.toml files (workspace and crate dependencies)
- Rust source imports (use statements and qualified paths)
- CI/CD workflows (rust-ci.yml, nori-release.yml)
- Build scripts (sandbox_smoketests.py)
- Documentation (cli/docs.md, tui/docs.md, protocol/README.md, AGENTS.md)

Note: codex_cli_rs originator string intentionally preserved.
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.

3 participants