Nightly Build (v0.8.43-nightly.202607110651.7cd666280)
Changes since v0.8.43-nightly.202607100718.3bfcf8739:
e139821 refactor(import): centralize imported-Kind checks and token merge
cbfd048 test: reduce boilerplate in imported-session tests
518880f feat(import): collapse+truncate imported session LastPrompt
8828752 checkpoint resume: fall back to remote branches in auto-detection
250538b fix(import): imported session LastPrompt uses the most recent turn
e4021a7 checkpoint resume: address PR review feedback
ffbe263 feat(session): surface imported sessions as read-only in list/info
a7a84db test(import): verify Run wiring writes session state (and skips on dry-run)
75b158b checkpoint resume: address review findings
3380107 test(import): satisfy errcheck/goconst in session-state tests
7a56d8c fix(resume): exclude imported sessions from the resume picker
21fcaf5 fix(strategy): never flag imported sessions as orphaned in clean
96ed4e1 fix(strategy): don't purge imported sessions in shadow-branch orphan cleanup
f65c471 feat(import): write a listable session.State per imported session
9963361 feat(session): exempt imported sessions from staleness auto-purge
c6659c5 checkpoint resume: simplify picker and prefix gate
a9d4ce9 checkpoint resume: harden auto-detection and clash message
64a4584 coreapi: regenerate client against current /repos spec + adapt callers
b702fd7 checkpoint resume: integration tests
e4e48b4 checkpoint resume: hide while experimental
095936a checkpoint resume: bare picker and non-TTY listing
677c3ce checkpoint resume: add command with target resolution
8c7fe9c fix(checkpoint): preserve assets when externalization is off at finalize
744a933 fix(transcript): leave oversized images inline to avoid unpushable blobs
2bf59f6 fix(cursor): don't wipe sidecar images on a finalize capture miss
be2540c fix(cursor): keep sidecar images through finalize rewrite
6ba7962 fix(cursor): harden sidecar image capture after review
0583fa6 test(integration): end-to-end Cursor sidecar image capture
3db3425 feat(cursor): capture Cursor SQLite-store images as checkpoint assets
7d51237 test(integration): end-to-end Codex image externalization through hooks
86ee96b feat(transcript): externalize images from Codex transcripts
46f4325 test(integration): end-to-end image externalization through the hook flow
b440528 fix(checkpoint): persist externalized images through stop-hook finalize
f647e25 fix(transcript): harden image codec (id errors, name uniqueness, guards)
0730ddd fix(settings): honor redaction.externalize_images in local settings merge
6429398 feat(checkpoint): store and restore externalized transcript images
a5df18e feat(transcript): add byte-exact image externalization codec