Skip to content

release: v0.12.0 - #156

Merged
yetone merged 1 commit into
mainfrom
release/v0.12.0
Sep 1, 2026
Merged

yetone merged 1 commit into
mainfrom
release/v0.12.0

Conversation

@yetone

@yetone yetone commented Sep 1, 2026

Copy link
Copy Markdown
Owner

Follows the v0.11.1 hotfix, which is confirmed working: zero config rejections on every 0.11.1 daemon in production.

The user report this closes

Three symptoms from one workspace, three different causes:

  • "上下文不记得,前一句沟通的都没印象"CodexAdapter.startSession returned null unless BYOA was explicitly unsandboxed, so every codex turn was a fresh session and agents answered each message having forgotten the previous one. The -c overrides are global flags and do apply to app-server, so the persistent path now runs under the same filesystem/network/environment/feature profile as the one-shot path — the same override set production has run clean since 0.11.1. A session that dies without consuming any tokens now retries that turn one-shot and latches onto the one-shot path, so the worst case is the pre-persistent behaviour rather than an outage.
  • "上传zip压缩包一直说收不到"daemon.ts contained no reference to attachment anywhere. The file was in messages.attachment, was selected by loadInbox, reached the daemon, and was then dropped when the digest line was built from row.body alone. The agent saying it saw only text was accurate. Name, type, size and the signed URL now ride the line, bounded, http(s) only.
  • The third, a Feishu bridge, is not Cumora code — no Feishu integration exists in this repo.

Also in

Verification

1,030 unit tests, 0 failures · typecheck, server:typecheck, lint (447 files), guards clean.

Codex agents keep their memory across turns, BYOA agents can see attachments,
the Computers card says why an engine is not being used, engine refresh is
immediate, and the fan-out panel reports a correct average.
@yetone
yetone merged commit df99ad6 into main Sep 1, 2026
7 checks passed
@yetone
yetone deleted the release/v0.12.0 branch September 1, 2026 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant