• Stefy Lanza (nextime / spora )'s avatar
    fix: model load/unload 401 (front auth probe); township refs honor run-page res/steps · e3d0d35c
    Stefy Lanza (nextime / spora ) authored
    1. Model load/unload (and every is_admin-gated front action) returned 401: is_admin
       probed prim.url + /admin/api/status on the engine, but that route is front-only
       (removed from the engine in def78c18), so it 404'd → never 200 → Unauthorized. Add
       an engine-side admin-gated /admin/api/whoami and point is_admin at it.
    
    2. Township reference generation (characters/environments pages — _run_regen_job and
       _run_create_profile_job) hardcoded 768x512/512x512 + 28 steps, ignoring the Run
       page. Add _ref_gen_res_steps(args) (honors keyframe_size/keyframe_steps, re-read
       from the saved config so edits apply without restart) and use it at the reference
       generators; generate_character/generate_environment now forward `steps` (the
       server already accepts it). Keyframes/match videos already honored the config.
    Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01RdMufYvtTbtGDWsiZVoXce
    e3d0d35c
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...