Skip to content

Releases: Q00/openclip

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 11 Jul 07:21
0f76b18

What's Changed

  • feat(contractplane): ship portable OpenClip domain pack by @Q00 in #3

Full Changelog: v0.2.3...v0.2.4

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 11 Jul 06:10
46a6f94

What's Changed

  • Release OpenClip v0.2.3 with one public oc entry point by @Q00 in #2

Full Changelog: v0.2.2...v0.2.3

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 10 Jul 15:51
63d5890

What's Changed

  • fix(codex): ship complete OpenClip skill catalog by @Q00 in #1

New Contributors

  • @Q00 made their first contribution in #1

Full Changelog: v0.2.1...v0.2.2

v0.2.1 — on PyPI as openclip-agent

Choose a tag to compare

@Q00 Q00 released this 07 Jul 09:59

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

Choose a tag to compare

@Q00 Q00 released this 07 Jul 09:46

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 pathoc thumbnail --persona <photo|dir> preserves the real speaker's identity via gpt-image edit; --style clean|editorial|bold|keynote curated 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-note per-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 → repo toolbox/ (team opt-in) → ~/.openclip (plugin default)
  • oc-thumbnail-designer worker — 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 --out paths resolve against the project root on every verb (previously the process CWD)
  • input_fidelity is 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

Choose a tag to compare

@Q00 Q00 released this 06 Jul 03:44

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 CLI

Claude 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.