Releases: ken-jo/agent-connector
Releases · ken-jo/agent-connector
Release list
v0.4.100
Immutable
release. Only release title and notes can be modified.
Full Changelog: v0.4.99...v0.4.100
v0.4.99
Immutable
release. Only release title and notes can be modified.
What's Changed
Full Changelog: v0.4.98...v0.4.99
v0.4.98
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
/telemetrypage 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
Full Changelog: v0.4.96...v0.4.97
v0.4.95
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.95to npm withlatestdist-tag.
v0.4.94
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:
v0.4.93
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
v0.4.92
Highlights
- Hardened user-scope host installs so connector installs avoid unsafe cross-scope writes (#280).
- Documented and tested the subagent
extrapassthrough contract across strict and extension-capable hosts (#281). - Added remote GitHub connector source support for
owner/repoand 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
/wizardconnector 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.92to npm withlatest.
v0.4.26
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.mjslive 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
Second consolidation wave + a codex $CODEX_HOME correctness fix. 35 platforms, 2710 tests. Patch bump only — no new host features.
Fixes
- codex
$CODEX_HOMEresolved consistently — config writer + marketplace detection probe now share onecodexConfigHome(); tilde/relative values no longer split them across directories. (#138)
Internal — shared engines, wave 2 (byte-identical, behavior-preserving)
- rank 4 —
renderSkillMd/renderSubagentMdacross 22 hosts (#135) - rank 5 — parameterized
renderCommandMd+ sharedrenderOpenCodeSubagentMd(#136) - rank 6 —
buildWrappedStdiotelemetry serve-wrap across 31 hosts (#140) - rank 7 —
core/host-paths.tsOS-config-base resolvers, 4 hosts (#137) - rank 8 —
normalizeSessionSourcelift, 15 hosts (#139) - rank 9 —
renderBridgePreludets-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