Skip to content

Commit 14a08d6

Browse files
authored
nit: captial (#12885)
1 parent 51cf397 commit 14a08d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codex-rs/protocol/src/protocol.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1988,7 +1988,7 @@ impl SessionSource {
19881988
agent_nickname.clone()
19891989
}
19901990
SessionSource::SubAgent(SubAgentSource::MemoryConsolidation) => {
1991-
Some("morpheus".to_string())
1991+
Some("Morpheus".to_string())
19921992
}
19931993
_ => None,
19941994
}

0 commit comments

Comments
 (0)