• Stefy Lanza (nextime / spora )'s avatar
    township: gate enhance + odds + ZIP + upload behind full-match checkboxes · f4ce8539
    Stefy Lanza (nextime / spora ) authored
    A whole-match regen (scope=full) now exposes two checkboxes on the match
    detail page that drive the finalization tail of the pipeline:
    
      - "Finalize & package" (default on): after assembly, run the 2x AI
        upscale + 2x frame interpolation pass, generate arbitrage-safe odds,
        and pack the renamed upload ZIP (each of the nine slots picked from
        its highest-quality variant via _best_variant).
      - "Upload after" (default = upload_after_render): also push the prepared
        match to the configured Township endpoint. Implies package; refuses
        cleanly (no server call) when the endpoint isn't configured.
    
    The full job is now seven phases (was four): prompts, keyframes, render,
    assemble (always) + enhance, odds/ZIP, upload (gated). The enhance pass
    was previously always-on; it now sits under the package checkbox (default
    checked, so existing behaviour is preserved) — unchecking gives a fast
    base-res iteration with no upscale/odds/zip.
    
    Wiring: added package/upload to the /matches/render params allowlist;
    reMatch() reads the checkboxes for scope=full, folds them into the
    confirm dialog, and posts them; odds/ZIP via prepare_match_odds_zip and
    upload via upload_prepared_match (progress piped into the job bar).
    Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01RdMufYvtTbtGDWsiZVoXce
    f4ce8539
Name
Last commit
Last update
codai Loading commit data...
docs Loading commit data...
packaging Loading commit data...
samples Loading commit data...
tests Loading commit data...
tools Loading commit data...
.dockerignore Loading commit data...
.gitignore Loading commit data...
AI.PROMPT Loading commit data...
CODERAI_API_DOCUMENTATION.md Loading commit data...
CoderAI.gif Loading commit data...
DISTRIBUTION.md Loading commit data...
LICENSE.md Loading commit data...
MULTIMODAL_CAPABILITIES.md Loading commit data...
MULTIMODAL_UI_EXAMPLES.md Loading commit data...
README.md Loading commit data...
build-oci.sh Loading commit data...
build.ps1 Loading commit data...
build.sh Loading commit data...
coderai Loading commit data...
coderai-broker-implementation-reference.md Loading commit data...
coderai-integration.md Loading commit data...
commands Loading commit data...
osxbuild.sh Loading commit data...
package-oci.sh Loading commit data...
package-tarball.sh Loading commit data...
requirements-nvidia.txt Loading commit data...
requirements-vulkan.txt Loading commit data...
requirements.txt Loading commit data...
run-oci.sh Loading commit data...
smoke-test-oci.sh Loading commit data...
todo.md Loading commit data...
video_editor.config.json Loading commit data...