You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
telemaco 0.1.2
New:
- telemaco update, with --check and --force. It keeps the build variant
you installed, replaces both binaries together, and verifies the
download by running it before anything is swapped.
- An update hint on interactive runs only: never when stderr is not a
terminal, so scripts, CI, and MCP clients see nothing. Off with
TELEMACO_NO_UPDATE_CHECK=1.
- An acceptance gate under acceptance/: 41 stages against local
fixtures, wired into CI to block a pull request that regresses one.
- install.sh, which installs the binaries and offers to register the MCP
server with the agents it finds.
Fixed:
- telemaco mcp explains that it is waiting for JSON-RPC instead of
looking like a hang.
- --dump links and --dump assets resolve relative URLs against the
document base URL, so a page with <base href> reports the right
targets.
- Docker images build on native runners per architecture: nine minutes
instead of over an hour under emulation.
The getting-started guide is now in English, at GETTING-STARTED.md.