Skip to content

Conversation

@nornagon-openai
Copy link
Collaborator

Adds cli commands for getting the status of cloud tasks, and for getting/applying the diffs from same.

@easong-openai
Copy link
Collaborator

LGTM

@nornagon-openai
Copy link
Collaborator Author

@codex fix clippy:

error: the following explicit lifetimes could be elided: 'a
--> cloud-tasks/src/lib.rs:288:19
|
288 | fn select_attempt<'a>(
| ^^
289 | attempts: &'a [AttemptDiffData],
| ^^
290 | attempt: Option,
291 | ) -> anyhow::Result<&'a AttemptDiffData> {
| ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: -D clippy::needless-lifetimes implied by -D warnings
= help: to override -D warnings add #[allow(clippy::needless_lifetimes)]
help: elide the lifetimes
|
288 ~ fn select_attempt(
289 ~ attempts: &[AttemptDiffData],
290 | attempt: Option,
291 ~ ) -> anyhow::Result<&AttemptDiffData> {
|

@chatgpt-codex-connector
Copy link
Contributor

Summary

Testing

  • just fmt
  • just fix -p codex-cloud-tasks
  • cargo test -p codex-cloud-tasks

View task →

@nornagon-openai nornagon-openai enabled auto-merge (squash) December 5, 2025 17:38
@nornagon-openai nornagon-openai merged commit 2e4a402 into main Dec 5, 2025
45 of 47 checks passed
@nornagon-openai nornagon-openai deleted the nornagon/codex-cloud-status branch December 5, 2025 21:39
@github-actions github-actions bot locked and limited conversation to collaborators Dec 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants