Releases: kondukt-dev/core
Releases · kondukt-dev/core
Release list
0.1.3
Fixed
- Client SDK —
McpConnection.connect()now reportstarget process exited before handshakeinstead of leaking rawEPIPE/ENOENT/MCP error -32000: Connection closedwhen a stdio target fails to start (missing binary, immediate exit, stdin write to a dead child). The original error is preserved viaConnectionError.cause, and the emittedstatusChangeerror field matches.
Install:
npm install kondukt@0.1.3
# or
npx kondukt@0.1.3 --helpKondukt Core 0.1.1
Fixed
- Scaffold —
kondukt scaffoldno longer fails with Template 'typescript' not found when invoked through the bundled CLI. 0.1.0 shipped a broken scaffold command because tsup inlines scaffold intodist/cli/index.jsand the template lookup only checkedSELF_DIR/templates. The generator now also checksSELF_DIR/../scaffold/templates, so it works from the bundled CLI, the standalone scaffold entry, and directly from source. - CLI —
kondukt test "npx -y @foo/bar"(the quoted-string form documented throughout the README) now works.buildConfigFromClishell-splits a single whitespace-containing arg.
Added
- Demo recording pipeline —
scripts/record-demo.sh+ per-feature scenarios underscripts/scenarios/regenerate four GIFs (demo,scaffold,call,agent-docs) from scratch..castand.mp4byproducts live in a gitignoredassets/local/. - README — marketing refresh, demo GIF at the top, per-feature GIFs under each subsection, Why + Comparison consolidated into a single pitch block.
Install
npm install kondukt@0.1.1
# or
npx kondukt@0.1.1 test "npx -y @modelcontextprotocol/server-everything"Full changelog: https://github.com/kondukt-dev/core/blob/main/CHANGELOG.md#011--2026-04-20