v1.10.0
trvl 1.10.0
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.10.0/trvl_1.10.0_$(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.10.0What's Changed
Changes
- docs: #167 surface find_trip_window + one-binary pipeline; add ROADMAP by @MikkoParkkola in #172
- feat(hotels): link-durability triage + durable booking fallback (#168) by @MikkoParkkola in #173
- feat(cli): --min-duration/--max-duration on 'trvl dates' (#170) by @MikkoParkkola in #174
- feat(hotels): tourist-tax note (#169) + tax-added-at-checkout flag (#171) by @MikkoParkkola in #175
- docs(readme): 'Available on' + independent-coverage section by @MikkoParkkola in #176
- docs(readme): promote 'Available on' high + add 3 more verified listings by @MikkoParkkola in #177
- docs(readme): add Fleur + MagicSlides (11 verified listings) by @MikkoParkkola in #178
- release: v1.10.0 — Trust & Discoverability by @MikkoParkkola in #179
Full Changelog: v1.9.2...v1.10.0