mirror of
https://github.com/openai/codex.git
synced 2026-05-01 20:02:05 +03:00
Have a coding mode and only show coding and plan (#9802)
This commit is contained in:
@@ -156,6 +156,7 @@ pub enum AltScreenMode {
|
||||
#[serde(rename_all = "snake_case")]
|
||||
pub enum ModeKind {
|
||||
Plan,
|
||||
Code,
|
||||
PairProgramming,
|
||||
Execute,
|
||||
Custom,
|
||||
|
||||
Reference in New Issue
Block a user