v1.13.1
trvl 1.13.1
AI travel agent — 55 MCP tools for flights, hotels, ground transport, price alerts. Free, no API keys.
Install
# One-liner
curl -fsSL https://github.com/MikkoParkkola/trvl/releases/download/v1.13.1/trvl_1.13.1_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz | tar xz -C /usr/local/bin trvl
# Homebrew
brew install MikkoParkkola/tap/trvl
# Go
go install github.com/MikkoParkkola/trvl/cmd/trvl@v1.13.1What's Changed
Changes
- fix(hacks): data race on shared cases.Caser in night_transport by @MikkoParkkola in #221
- Confidence + freshness scoring on search results (innovation #3) by @MikkoParkkola in #219
- Unified trip coalescer: one plan-all fans flights+hotels+ground concurrently (innovation #5) by @MikkoParkkola in #220
- Speculative prefetch + negative-result cache (innovation #4) by @MikkoParkkola in #222
Full Changelog: v1.13.0...v1.13.1