Skip to content

Releases: ken-jo/agent-connector

v0.4.100

Choose a tag to compare

@github-actions github-actions released this 03 Jul 00:02
Immutable release. Only release title and notes can be modified.

Full Changelog: v0.4.99...v0.4.100

v0.4.99

Choose a tag to compare

@github-actions github-actions released this 01 Jul 10:05
Immutable release. Only release title and notes can be modified.

What's Changed

  • Harden statusline and action SDK surfaces by @ken-jo in #298

Full Changelog: v0.4.98...v0.4.99

v0.4.98

Choose a tag to compare

@ken-jo ken-jo released this 29 Jun 15:34
Immutable release. Only release title and notes can be modified.

Documentation and site polish for the beginner onboarding release.

Added

  • Added deeper beginner guide pages and a demo-lab path for first MCP server, host connection, hooks, HUD/statusline, actions, commands, skills, subagents, and memory concepts.
  • Added a dedicated /telemetry page and header entry so token telemetry can be linked independently from the landing page.
  • Added public coverage filtering that keeps the homepage focused on closed-source flagship hosts and 1k+ star open-source hosts while preserving the full registry in developer docs.

Changed

  • Renamed the header matrix entry to Coverage, simplified header navigation, and split the footer into a three-column layout.
  • Refined docs sidebar typography, table/code-block spacing, and beginner copy structure for easier scanning.
  • Expanded statusline and action surfaces across supported host CLIs with matching runtime and SDK tests.

Fixed

  • Removed stale public host-count copy after filtering lower-star adapters from public-facing coverage.
  • Preserved package audit and release status checks across the site build after the docs and routing changes.

v0.4.97

Choose a tag to compare

@ken-jo ken-jo released this 28 Jun 20:47
Immutable release. Only release title and notes can be modified.

Full Changelog: v0.4.96...v0.4.97

v0.4.95

Choose a tag to compare

@ken-jo ken-jo released this 24 Jun 18:49
Immutable release. Only release title and notes can be modified.
4668d32

Bug Fixes

  • Fix Codex/stdio MCP startup for branded packages by using registered connector metadata during serve instead of re-importing live config modules.
  • Add regression coverage so a broken live config module cannot prevent MCP serve startup.

Verification

  • CI passed on PR #295: changes, core, site, windows-smoke.
  • Published @ken-jo/agent-connector@0.4.95 to npm with latest dist-tag.

v0.4.94

Choose a tag to compare

@ken-jo ken-jo released this 24 Jun 12:06
Immutable release. Only release title and notes can be modified.
c57987e

Patch release for the package-first branded CLI SDK flow.

  • Derives branded CLI bin name and version from package.json via createConnectorCli({ packageJson, connector }).
  • Adds a narrow passthrough hook for package-specific runtime commands.
  • Updates docs, site snippets, and examples to remove unnecessary framework-first CLI wiring.

Verification:

  • PR #290 CI passed on core, site, and windows-smoke.
  • PR #291 CI passed on core, site, and windows-smoke.
  • npm latest is @ken-jo/agent-connector@0.4.94.

v0.4.93

Choose a tag to compare

@ken-jo ken-jo released this 24 Jun 11:05
Immutable release. Only release title and notes can be modified.
5939488

Bug Fixes

  • Make package-derived connector identity the documented default across README, LLM docs, and site docs.
  • Present branded MCP package CLIs as the primary install/doctor/upgrade/uninstall path, with the framework CLI documented only as a development/debug fallback.
  • Make generated npm-plugin bundles depend on @ken-jo/agent-connector and resolve the bundled runtime before PATH fallback, removing the consumer global install requirement for hooks.
  • Align managed-block notices with package-first commands.

Verification

  • Local: npm run typecheck; npm test; npm run build; npm --prefix site run typecheck; npm --prefix site run build.
  • CI: PR #288, PR #289, and main CI green including core, site, and windows-smoke.
  • Published to npm as @ken-jo/agent-connector@0.4.93.

v0.4.92

Choose a tag to compare

@ken-jo ken-jo released this 24 Jun 05:20
Immutable release. Only release title and notes can be modified.
d8dfa3e

Highlights

  • Hardened user-scope host installs so connector installs avoid unsafe cross-scope writes (#280).
  • Documented and tested the subagent extra passthrough contract across strict and extension-capable hosts (#281).
  • Added remote GitHub connector source support for owner/repo and GitHub URL installs with an agent-connector package gate (#251).
  • Added first-class Copilot CLI plugin and marketplace distribution support (#252).
  • Improved CLI install/uninstall/upgrade/doctor output with clearer connector summaries and host grouping (#253, #254).

Documentation And Site

  • Added the standalone /wizard connector scaffold generator (#279).
  • Refreshed coverage displays, platform counts, package-format counts, onboarding, README structure, and site docs (#248, #256-#278).
  • Added project health docs including Code of Conduct and improved PR templates (#261, #269).

Package

  • Published @ken-jo/agent-connector@0.4.92 to npm with latest.

v0.4.26

Choose a tag to compare

@ken-jo ken-jo released this 19 Jun 09:35
Immutable release. Only release title and notes can be modified.
edc95d7

Post-0.4.8 wave — 18 merged PRs (#143#166). 35 platforms, 2794 tests. Patch bump = 8 + 18 PRs.

Host capabilities

  • Amazon Q hooks (mcp-only → json-stdio, #143, closes #22) + agents content surface (#148)
  • MiMoCode Stop via session.idle (#144)

Fixes

  • openclaw plugin manifest configSchema (#147) · kimi config dir ~/.kimi-code (#151) · kimi usage reader two-product + Kimi Code parser (#152, #158) · reject symlinked content-surface paths (#154) · statusline lazy-load (#161)

Verification (tests + tooling)

  • install-roundtrip harness generalized to all 35 hosts (#145) · committed scripts/verify-host.mjs live driver + pinned install lanes, 20 host CLIs live-verified (#146, #149, #150)

Internal / docs

  • marketplace drivers from registry (#163) · dev-audit cleared (#159) · surface descriptions + README refreshes (#156, #165, #166)

npm: @ken-jo/agent-connector@0.4.26

🤖 Generated with Claude Code

v0.4.8

Choose a tag to compare

@ken-jo ken-jo released this 18 Jun 16:04
Immutable release. Only release title and notes can be modified.
9967f28

Second consolidation wave + a codex $CODEX_HOME correctness fix. 35 platforms, 2710 tests. Patch bump only — no new host features.

Fixes

  • codex $CODEX_HOME resolved consistently — config writer + marketplace detection probe now share one codexConfigHome(); tilde/relative values no longer split them across directories. (#138)

Internal — shared engines, wave 2 (byte-identical, behavior-preserving)

  • rank 4 — renderSkillMd/renderSubagentMd across 22 hosts (#135)
  • rank 5 — parameterized renderCommandMd + shared renderOpenCodeSubagentMd (#136)
  • rank 6 — buildWrappedStdio telemetry serve-wrap across 31 hosts (#140)
  • rank 7 — core/host-paths.ts OS-config-base resolvers, 4 hosts (#137)
  • rank 8 — normalizeSessionSource lift, 15 hosts (#139)
  • rank 9 — renderBridgePrelude ts-plugin bridge head, 6 hosts (#141)

Completes the commonization arc (ranks 1–9). npm: @ken-jo/agent-connector@0.4.8.

🤖 Generated with Claude Code