Releases: jeremylongshore/intent-outreach
Releases · jeremylongshore/intent-outreach
Release list
v0.2.0 — model-agnostic for real
Claude is no longer the only gated model: OpenAI (gpt-4o) passed the provider eval gate (all 7 golden fixtures, real-key run 2026-08-20) and joins SUPPORTED_PROVIDERS. Bring an OPENAI_API_KEY and the full pipeline runs on ChatGPT — no override flags.
Also in this release:
- Vertical pack seam + compliance module: fail-closed DNC / TCPA quiet-hours / service-area gate runs before drafting; blocked contacts are recorded, never drafted.
b2b-sdrships as the default pack. - Plugin re-architecture: the
/intent-outreachorchestrator skill dispatches per-phase sub-agents (researcher fan-out, enricher, drafter) over the bundled MCP server, plus companion slash-command skills and a connector-readiness hook. - Strict-structured-output-compatible seam schemas (required / nullable, no optionals) — portable to every provider's strict json_schema mode; this is what the first real OpenAI eval run caught.
- Dependency refresh: Vercel AI SDK v6, zod v4.
Grok and Gemini adapters ship ready and gate in the same way: npx tsx evals/run.ts --providers xai (or google) with a real key. Full detail in the CHANGELOG.
v0.1.0 (the June 16 rebuild) is also now tagged retroactively at its true release commit.