Skip to content

Commit b8f0aac

Browse files
lee101claude
andcommitted
Codex Infinity v1.3.28 - merge upstream + maintain custom features
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 10b6650 commit b8f0aac

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

codex-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codex-infinity/codex-infinity",
3-
"version": "1.3.27",
3+
"version": "1.3.28",
44
"license": "Apache-2.0",
55
"description": "Codex Infinity - a smarter coding agent that can run forever",
66
"bin": {

codex-rs/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codex-rs/app-server/src/codex_message_processor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5601,7 +5601,7 @@ impl CodexMessageProcessor {
56015601
}
56025602

56035603
async fn unload_thread_without_subscribers(
5604-
&mut self,
5604+
&self,
56055605
thread_id: ThreadId,
56065606
thread: Arc<CodexThread>,
56075607
) {

0 commit comments

Comments
 (0)