Changelog
Append-only release notes for the public Vorlek surfaces: REST API, CLI, TypeScript SDK, Python SDK, MCP server, docs, and agent skill files.
2026-05-10 — CLI follow-up releases
@vorlek/cliversion0.2.3: current public CLI package. Published from the privatevorlek/vorlek-clisource repository through npm Trusted Publishing and GitHub Actions; source repository access is still not required to install or use the CLI.@vorlek/cliversion0.2.2: preserves leading plus signs incontact upsert --phone +...values and includes responsemetaincontact get --json.- Operational note: the CLI release workflow uses OIDC trusted publishing for the private source repository. npm provenance is intentionally disabled because npm does not generate provenance attestations for private source repositories.
2026-05-05 — Public CLI package
@vorlek/cliversion0.1.0: first public npm package release for clean-machine CLI smoke tests and users without source repository access.- Docs: quickstart now shows the npm package install path, existing API-key setup with
vorlek auth use, and a note that CLI, SKILL, SDK/MCP, and API/docs versions are independent.
2026-05-01 — Phase 3 complete, public-launch ready
- vorlek-api:
v0.4.0is the Phase 3 product release marker and current overall baseline. - Public surfaces: Python SDK
vorlek==1.1.0, MCP server@vorlek/email-mcpversion1.0.2, TypeScript SDK@vorlek/sdkversion0.3.0, docs, dashboard, and status page are live. - Acceptance: final Phase 3 readiness evidence records 14 PASS / 0 FAIL / 1 SKIP, with the remaining SKIP reserved for the user-fired public launch manifest.
2026-04-29 — SKILL.md v1 composable docs
- vorlek-docs: split
SKILL.mdinto signed component files:AUTH.md,HEARTBEAT.md,CAPABILITIES.md, andERRORS.md. - vorlek-docs: added provider deep-dives,
list_templates,list_campaigns, and the canonical/docs/changelogpage. - vorlek-docs:
/errorsredirects to the human-readable error page;/skill/ERRORS.mdremains the agent-facing component file.
2026-04-29 — @vorlek/email-mcp
@vorlek/email-mcpversion1.0.2: current MCP package used by acceptance; success responses document the{data, meta}envelope.@vorlek/email-mcpversion1.0.1: first successful npm Trusted Publishing release with provenance and thevorlek-mcpbin mapping preserved.@vorlek/email-mcpversion1.0.0: git tag only; npm publish failed before creating a registry artifact.@vorlek/email-mcpversion0.0.1: manual placeholder reservation used to configure npm Trusted Publishing; superseded by1.0.1+.
2026-04-28 — Python SDK
vorlek==1.0.1: current PyPI package; fresh installs pass and provenance verifies againstvorlek/vorlek-sdk-py.vorlek==1.0.0: initial PyPI release; superseded after a fresh-install dependency issue.- Docs: Python SDK guide published with sync and async client examples.
2026-04-27 — Phase 2 public API surface
- vorlek-api: Phase 2 shipped the six-tool API surface:
upsert_contact,get_connection_status,send_transactional,get_campaign_stats,list_templates, andlist_campaigns. @vorlek/sdkversion0.2.0: TypeScript SDK published with the two list tools and provenance attestation.- Dashboard: signup, API keys, and connection workflows live for dogfood users.
2026-04-25 — CLI and Phase 1 preview
- vorlek-cli: dogfood CLI supports signup, provider connection, contact upsert, status checks, and cleanup workflows used by acceptance.
- vorlek-api: initial SendGrid-backed
upsert_contactpreview shipped with quota metering, encrypted provider credentials, and a stable success/error envelope. - vorlek-docs: first public
SKILL.md, OpenAPI, error taxonomy, and docs pages published atvorlek.dev.