• Stefy Lanza (nextime / spora )'s avatar
    video_editor: auto-load mapped config + --map accepts files · ac81c655
    Stefy Lanza (nextime / spora ) authored
    Mirror the township config fix for the bundled video editor:
    * supervisord: pass --config /cache/video_editor/video_editor.config.json so a
      bind-mounted (or cache-persisted) config auto-loads — previously it only
      auto-loaded video_editor.config.json from the baked cwd, which isn't mappable.
    * video_editor.py: a MISSING --config file is no longer fatal (was raise
      SystemExit) — start with defaults; the web UI Save creates it.
    * entrypoint: pre-create /cache/video_editor so the config dir exists for
      auto-load + web-UI Save (persists on the standard /cache volume by default).
    * run_oci.sh (coderai-docker): --map now accepts a single FILE, not just a dir,
      so a tool config that lives loose on the host can be linked directly, e.g.
      --map /host/video_editor.config.json:/cache/video_editor/video_editor.config.json
    
    Bump version to 0.1.5.
    Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01RdMufYvtTbtGDWsiZVoXce
    ac81c655
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...