@@ -14,13 +14,30 @@ The patch follows the Nopiskl issue #14860 approach:
1414- provide a CentOS 7 compatibility shim for the final link step when older
1515 system headers/libc do not expose symbols needed by transitive native code
1616
17+ ## Repository Metadata
18+
19+ Suggested GitHub description:
20+
21+ ``` text
22+ Source patch package for Codex CLI 0.131.0 issue #14860 remote compaction timeout on Linux and CentOS 7.
23+ ```
24+
25+ Suggested GitHub topics:
26+
27+ ``` text
28+ codex-cli openai-codex codex issue-14860 reqwest tcp-user-timeout
29+ remote-compaction compaction-timeout centos7 linux rust patch-package
30+ ```
31+
1732## Search Keywords
1833
19- Codex CLI, OpenAI Codex, codex-cli 0.131.0, rust-v0.131.0, issue 14860,
20- Nopiskl issue 14860, remote compaction, compaction timeout, long-running
21- request timeout, reqwest tcp_user_timeout, TCP_USER_TIMEOUT, Rust source build,
22- CentOS 7 build, Linux CLI patch, OpenSSL build dependency, Perl IPC::Cmd,
23- ` memfd_create ` , ` le16toh ` , ` be16toh ` , source patch package.
34+ Codex CLI, OpenAI Codex, OpenAI Codex CLI, codex-cli 0.131.0,
35+ rust-v0.131.0, Codex issue 14860, issue #14860 , Nopiskl issue 14860,
36+ remote compaction timeout, compaction timeout fix, long-running request
37+ timeout, Codex login timeout, reqwest ` tcp_user_timeout ` , TCP_USER_TIMEOUT,
38+ Linux CLI patch, CentOS 7 Codex build, Rust source build, OpenSSL build
39+ dependency, Perl IPC::Cmd, ` memfd_create ` , ` le16toh ` , ` be16toh ` , source patch
40+ package.
2441
2542## Contents
2643
@@ -39,6 +56,9 @@ CentOS 7 build, Linux CLI patch, OpenSSL build dependency, Perl IPC::Cmd,
3956 - Notes from the CentOS 7 build and install flow.
4057- ` .github/workflows/validate.yml `
4158 - CI workflow that checks shell syntax, patch parsing, and shim compilation.
59+ - ` .github/workflows/release.yml `
60+ - Release workflow that publishes or updates GitHub Releases from versioned
61+ release notes when a ` v* ` tag is pushed.
4262
4363## Prerequisites
4464
0 commit comments