• Stefy Lanza (nextime / spora )'s avatar
    runner: pass per-tool args from coderai-docker; video editor --session on by default · b56ca99e
    Stefy Lanza (nextime / spora ) authored
    * coderai-docker (run_oci.sh): new --tool-arg TOOL VAL (one token) and
      --tool-args TOOL STR (whitespace string), repeatable, for video-editor |
      videogen | township | parler. They accumulate into CODERAI_<TOOL>_ARGS env vars
      that supervisord appends to each tool's command line. Documented in --help
      (plus the --map dir-or-file note and bring-your-config examples), and shown on
      the startup banner (tool-args:).
    * entrypoint: default+export the four CODERAI_*_ARGS (empty) so supervisord's
      %(ENV_...)s never fails on an undefined var; pre-create /cache/video_editor/sessions.
    * supervisord: append %(ENV_CODERAI_*_ARGS)s to all four tool launchers; the video
      editor now runs with --session --session-dir /cache/video_editor/sessions so
      editor-state recovery is ON by default and persists on the cache volume.
    * video_editor.py: new --session-dir to place session state/assets at a
      persistent/mapped path (defaults to ~/.cache/... when omitted).
    
    Bump version to 0.1.6.
    Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01RdMufYvtTbtGDWsiZVoXce
    b56ca99e
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...