MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / should_handoff_codex_stop

Method should_handoff_codex_stop

atomic-cli/src/commands/agent/hooks.rs:283–286  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

281
282impl Hooks {
283 fn should_handoff_codex_stop(&self) -> bool {
284 // Codex stop handoff drops stdout, so `--json` must stay in-process.
285 !self.foreground && !self.json && self.agent_name == "codex" && self.verb == "stop"
286 }
287
288 fn handoff_codex_stop(&self, input: &[u8]) -> CliResult<()> {
289 let exe = std::env::current_exe().map_err(|e| {

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected