Commit Graph

6 Commits

Author SHA1 Message Date
Yuhao
92754d19c0 Merge pull request #15 from Jah-yee/fix/shotcut-auto-save
fix(shotcut): add auto-save option for one-shot mode
2026-03-11 17:02:57 +08:00
Yuhao
fc817feea9 Merge pull request #13 from jarrodcolburn/fix-shotcut-lxml-dependency
fix: [shotcut] add missing lxml dependency to shotcut/agent-harness/setup.py
2026-03-11 17:01:03 +08:00
OpenClaw
02acd54ca1 fix: replace placeholder URLs with correct HKUDS/CLI-Anything URL
Fixed 8 setup.py files that had placeholder URLs:
- Changed 'yourusername' to 'HKUDS'
- Changed repo name to 'CLI-Anything'

This fixes broken metadata when packages are published to PyPI.
2026-03-11 13:53:20 +08:00
OpenClaw
17a30ba82b fix(shotcut): add auto-save option for one-shot mode
Add -s/--save flag to automatically save project after each mutation
command. This fixes the issue where one-shot commands don't persist
changes because each command runs in a new process with a fresh session.

Usage:
  shotcut-cli --project edit.mlt -s timeline add-track --type video
  # Now auto-saves after adding the track

Without -s flag, behavior is unchanged (explicit save required).
2026-03-11 02:52:33 +08:00
J. Courtland Colburn
67ef3e554e fix: add missing lxml dependency to shotcut/agent-harness/setup.py 2026-03-10 07:52:12 -04:00
yuh
01488030bd first commit 2026-03-08 21:58:43 +08:00