Skip to content

Releases: neonwatty/agent-conveyor

agent-conveyor v0.1.4

08 Jun 15:42
86755bb

Choose a tag to compare

agent-conveyor 0.1.4

This release carries the first post-0.1.3 dogfood fixes.

Changes

  • Fixed the Node CLI entrypoint so commands that use --from-stdin, including
    worker-ack and manager-ack, receive piped JSON in the TypeScript runtime.
  • Forced GitHub JavaScript actions to run on Node 24 in package, test, and live
    smoke workflows with FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true.
  • Documented live dogfood startup caveats for Codex hook review prompts,
    unrelated MCP credential noise, and expected Node SQLite warnings.

Release Proof

Before publishing, run the package verification workflow with
version=0.1.4 and publish=false, then rerun it with publish=true after
reviewing the verified artifact and approving the npm-production
environment.

Local release prep should include:

  • git diff --check
  • workflow YAML parsing
  • npm test -- --runInBand
  • npm run lint
  • npm run knip
  • npm run migration:audit:final
  • scripts/package-smoke
  • scripts/release-check --skip-live-smoke-repeat
  • a built CLI stdin smoke for worker-ack --from-stdin

agent-conveyor v0.1.3

07 Jun 23:59
5cf2f56

Choose a tag to compare

agent-conveyor 0.1.3

This release proves the production npm release path now uses GitHub Actions
Trusted Publishing instead of local npm publish tokens.

Changes

  • Hardened .github/workflows/publish.yml for npm Trusted Publishing.
  • Configured npm package publishing access to disallow publish tokens while
    keeping the trusted publisher path enabled.
  • Added a required npm-production GitHub environment approval gate with admin
    bypass disabled.
  • Archived the historical Python/PyPI package path in
    docs/archive/python-package-history.md.

No user-facing CLI behavior changes are intended from 0.1.2.

Release Proof

The release must be published by running the Package Verification workflow
with version=0.1.3 and publish=true, approving the npm-production
environment, and verifying agent-conveyor@latest installs from npm.

agent-conveyor v0.1.2

07 Jun 13:14
9a4f9f8

Choose a tag to compare

agent-conveyor v0.1.2

Publishes the completed TypeScript migration release to npm.

  • npm package: agent-conveyor@0.1.2
  • Includes full TypeScript export-task parity and final migration hardening from PR #254
  • Includes release metadata bump from PR #255
  • CI was green before merge and npm publish was verified with clean install smoke

npm: https://www.npmjs.com/package/agent-conveyor/v/0.1.2

agent-conveyor npm v0.1.1

06 Jun 21:37
ea9c94c

Choose a tag to compare

agent-conveyor npm v0.1.1

Patch release published to npm through GitHub Actions Trusted Publishing.

Changes

  • Bumped npm package metadata from 0.1.0 to 0.1.1.
  • Documented expected Node node:sqlite ExperimentalWarning behavior for successful SQLite commands.
  • Fixed the publish workflow to install and publish downloaded tarballs using explicit local ./dist-release/... paths.

Release Evidence

npm Artifact

Post-publish Smoke

A clean-prefix install from agent-conveyor@0.1.1 passed:

  • conveyor --help
  • workerctl --help
  • conveyor install-skills --json
  • installed manage-codex-workers/SKILL.md
  • installed executable codex-review/scripts/codex-review

agent-conveyor npm v0.1.0

06 Jun 18:20
3a96cee

Choose a tag to compare

agent-conveyor npm v0.1.0

Initial npm release of Agent Conveyor, the local Codex manager/worker conveyor control plane, published as the unscoped package agent-conveyor.

Install

npm install -g agent-conveyor@0.1.0
conveyor --help
workerctl --help

The package exposes both conveyor and the compatibility alias workerctl.

Release Proof

  • npm package: https://www.npmjs.com/package/agent-conveyor/v/0.1.0
  • Published from commit: 3a96cee7d06122af9d94369c65efa57e952f7b3e
  • npm dist tag: latest -> 0.1.0
  • npm integrity: sha512-8BX1MbmaakWtLbeVBVgdbsG3vXkcDF3oe+bwq+RI3ADEljb9rmh6sBxU9wyS+oV48+ume0ZgGDLsW7G21uHqvw==
  • npm shasum: e7c3a2d032ddc7fa4a61938a51d8ed1441a6efc0
  • Package size: 319.0 kB; unpacked size: 1.9 MB; total files: 85

Migration PRs

  • #244: Cut npm package over to TypeScript runtime
  • #245: Clean npm bin metadata
  • #246: Update repository metadata for the neonwatty/agent-conveyor rename

Verification

Before publish:

  • npm run migration:audit:final
  • scripts/release-check
  • AGENT_CONVEYOR_ALLOW_NPM_PUBLISH=1 npm publish --dry-run --access public

After publish:

  • npm view agent-conveyor@0.1.0 name version dist-tags time.modified dist.integrity dist.shasum --json
  • Clean temp-project install of agent-conveyor@0.1.0
  • npx conveyor --help
  • npx workerctl --help

Tag Note

The plain v0.1.0 tag already anchors the earlier PyPI release at 920acb795a4b7ea5dcb264b3ed56eb9bdd7e1fd5. This npm release therefore uses npm-v0.1.0 to avoid rewriting existing release provenance.

agent-conveyor v0.1.0

03 Jun 17:38
920acb7

Choose a tag to compare

agent-conveyor v0.1.0

Initial PyPI release of Agent Conveyor, the local Codex manager/worker conveyor control plane.

Install

pipx install agent-conveyor
conveyor install-skills
conveyor doctor

The package exposes both conveyor and the compatibility alias workerctl.

Release Proof

  • Published to PyPI via GitHub Actions Trusted Publishing/OIDC.
  • PyPI package: https://pypi.org/project/agent-conveyor/0.1.0/
  • TestPyPI rehearsal passed via Trusted Publishing.
  • Clean production PyPI install smoke passed for conveyor, workerctl, bundled skill installation, and conveyor doctor.

Source Commit

This release is tagged at the commit used by the PyPI publish workflow: 920acb795a4b7ea5dcb264b3ed56eb9bdd7e1fd5.