Skip to content

Release @copilotkit/pathfinder 1.14.0 (atlas CLI)#95

Merged
jpr5 merged 1 commit into
mainfrom
release/pathfinder-1.14.0
Jun 6, 2026
Merged

Release @copilotkit/pathfinder 1.14.0 (atlas CLI)#95
jpr5 merged 1 commit into
mainfrom
release/pathfinder-1.14.0

Conversation

@jpr5
Copy link
Copy Markdown
Contributor

@jpr5 jpr5 commented Jun 6, 2026

Summary

Version-only release cut. Bumps @copilotkit/pathfinder 1.13.3 → 1.14.0 so the version-gated publish-release.yml workflow fires on merge and publishes @copilotkit/pathfinder@1.14.0 to npm — carrying the new bin.atlas CLI. The server/source code is unchanged from #94 (commit d43b88e), which is already deployed to prod; this PR only changes the version (package.json, package-lock.json, src/cli.ts) and adds a CHANGELOG entry.

Why

  • The npm publish is version-gated: pushing to main publishes only when package.json version is unpublished. 1.14.0 is not yet on npm (verified npm view @copilotkit/pathfinder@1.14.0 → 404), so merging this fires the publish.
  • Unblocks internal-skills #121, which needs to pin @copilotkit/pathfinder@1.14.0 for the atlas CLI.

What 1.14.0 ships (all from #94, now released)

  • atlas CLI — first-party client as bin.atlas: atlas search + atlas feedback, with hardened tools/call response handling.
  • prepublishOnly build guard — the published tarball always ships a fresh dist/ (incl. dist/atlas-cli.js).
  • Atlas foundation — off-by-default codebase-knowledge layer: additive schema, ratification endpoints, gardener, webhook PR ingestion. Disabled unless explicitly enabled; existing deployments unaffected.

Bump rationale

Minor bump (new additive atlas CLI feature, backward compatible). Repo uses a plain package.json version bump (no changesets/release-please). src/cli.ts .version() bumped in lockstep to satisfy the version-sync CI gate and the publish workflow's "Verify CLI version matches package version" check.

Local gate results (node 25 / /tmp/pf-release)

  • prettier --check (package.json, src/cli.ts, CHANGELOG.md): clean
  • scripts/check-version-sync.sh: ✓ in sync (1.14.0)
  • npx tsc --noEmit: 0 errors
  • npm run build: succeeds, emits dist/atlas-cli.js, dist/cli.js, dist/index.js
  • npm test: 3712 passed (254 files) after build (CI test job builds before testing, matching this order)

Merge note

Do not auto-merge. The orchestrator will merge after the prod deploy is confirmed healthy; merge fires the npm publish.

Bump @copilotkit/pathfinder 1.13.3 -> 1.14.0 to trigger the npm publish
of the new version carrying bin.atlas. Source code is unchanged from #94
(already deployed); this is a version-only release cut.

- atlas CLI (atlas search + atlas feedback) shipping as bin.atlas
- prepublishOnly build guard so the tarball always ships dist/
- Atlas foundation (off-by-default knowledge layer)

Bumps package.json, package-lock.json, src/cli.ts (version-sync gate),
and adds the 1.14.0 CHANGELOG entry.
@jpr5 jpr5 merged commit a4cf24f into main Jun 6, 2026
7 checks passed
@jpr5 jpr5 deleted the release/pathfinder-1.14.0 branch June 6, 2026 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant