Releases: Q00/openclip
Release list
v0.2.4
What's Changed
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
Full Changelog: v0.2.2...v0.2.3
v0.2.2
v0.2.1 — on PyPI as openclip-agent
First PyPI release: pip install openclip-agent (the openclip name is claimed on PyPI). Import package (openclip) and CLIs (oc, openclip) unchanged. Publishing is automated via tag-triggered trusted publishing (release.yml).
Full Changelog: v0.2.0...v0.2.1
v0.2.0 — designed thumbnails + learned taste
Designed thumbnails and a personalization loop: the harness now remembers what the director likes and gets better every round.
What's Changed
Features
- Thumbnail pro path —
oc thumbnail --persona <photo|dir>preserves the real speaker's identity via gpt-image edit;--style clean|editorial|bold|keynotecurated art-direction presets; a structured gpt-image-2 prompt builder (labeled Scene/Subject/Details/Change+Preserve/Constraints slots, reference images labeled by role, photography facts instead of quality words, anti-slop constraints);--prompt-noteper-render art direction;--quality low|medium|high --composite— the no-AI path: rembg cutout of the real persona photo on a flat studio background with a measured headline budget. Zero generated pixels, zero cost, instant--render-text— let gpt-image-2 typeset the headline itself; the designer contract mandates a character-by-character spelling check per render- Local typography engine — heavy CJK-capable font stack,
|line-break and*word*accent markup, gradient scrim or print-cover dark text, width-fit autoscaling oc taste show|note|evolve|revert— GEPA-style learned taste memory per domain: human verdicts accumulate against the active guidance generation; an agent reflects them into the next generation with lineage, scoreboards, and rollback. Storage:$OPENCLIP_HOME→ repotoolbox/(team opt-in) →~/.openclip(plugin default)oc-thumbnail-designerworker — taste-first design loop with an anti-slop self-review checklist and gpt-image-2 prompting rules, shipped for Claude Code, Codex, and the skills catalog
Bug Fixes
- Relative
--outpaths resolve against the project root on every verb (previously the process CWD) input_fidelityis only sent to models that accept it (gpt-image-2 rejects it)- The SubagentStop evidence gate now covers
oc-thumbnail-designer, with drift-guard tests asserting every evidence-demanding contract is gated and both runtimes (Claude Code + Codex) wire the same hook
Docs
- Multilingual READMEs (ko, zh-CN, ja, es); English-only examples and language-neutral phrasing across agent contracts
Full Changelog: v0.1.0...v0.2.0
OpenClip v0.1.0 — agent-orchestrated video harness
First public release.
Install (any agent — Claude Code, Codex, Cursor, 70+):
npx skills add Q00/openclip # orchestrator + 12 worker skills
uv tool install "git+https://github.com/Q00/openclip" # oc CLIClaude Code plugin (subagents + evidence hook):
/plugin marketplace add Q00/openclip
/plugin install openclip@openclip
Highlights: parallel STT fan-out, cut-editing debate (filler/pacing/narrative → judge), hook-mined shorts with word-boundary snapping, burned Korean captions, hook-matched thumbnails, ledger-based resume, mechanical + adversarial verification gates, self-extending toolbox with a promotion gate. Requires ffmpeg + Python 3.11+; real runs need OPENAI_API_KEY.