Commit Graph

14 Commits

Author SHA1 Message Date
Peter Steinberger
4a57c76e3e
style: improve command card spacing
Some checks failed
ci / test (push) Has been cancelled
pages / deploy (push) Has been cancelled
2026-05-05 01:36:26 +01:00
Peter Steinberger
328b7553a3
docs: refresh docs site 2026-05-04 23:12:11 +01:00
Peter Steinberger
d113626796
refactor: move client implementation under internal 2026-05-04 07:58:32 +01:00
Peter Steinberger
f050b6de1d
docs: add GitHub Pages docs site 2026-05-04 07:45:52 +01:00
Peter Steinberger
522731953d
feat: add business status and route modifiers
Some checks failed
ci / test (push) Has been cancelled
build / goreleaser (push) Has been cancelled
Fixes #7
Fixes #8
2026-05-04 03:02:58 +01:00
Peter Steinberger
58d9d817d3 docs(release): sync docs for 0.3.0 and github release flow 2026-02-14 06:03:13 +01:00
Peter Steinberger
f0964c8588 refactor: migrate directions to routes api 2026-02-14 05:53:13 +01:00
Peter Steinberger
48257e36ff
feat: add directions command with units support (#6)
* 🤖 feat: add directions command

What:
- add Directions API client with distance/duration + steps parsing
- add CLI directions command with compare mode and optional steps
- update docs and changelog

Why:
- support A→B directions/ETA without Routes API
- make bot answers actionable without external clicks

Tests:
- go test ./...

* 🤖 feat: add directions units flag (metric default)

What:
- add metric/imperial units support to Directions API calls
- default CLI + client to metric units
- document units flag and add tests

Why:
- allow human output to match preferred units
- avoid manual unit conversions in bot responses

Tests:
- go test ./...

* fix: harden directions errors, step text cleanup, and CLI coverage

* test: expand directions coverage and CLI regressions

---------

Co-authored-by: joshp123 <joshp123@users.noreply.github.com>
2026-02-14 05:21:56 +01:00
Peter Steinberger
6089c1af9a fix: harden route command 2026-01-02 22:38:59 +01:00
Peter Steinberger
26938cc53c feat: add photo support 2026-01-02 21:37:23 +01:00
Peter Steinberger
d7b928d712 feat: add nearby search 2026-01-02 21:30:33 +01:00
Peter Steinberger
715f4d8aa7 feat: add autocomplete support 2026-01-02 21:24:55 +01:00
Peter Steinberger
b9ee9422a4 chore: build-only goreleaser 2026-01-02 20:39:11 +01:00
Peter Steinberger
fbc63a4f5c chore: prepare 0.1.0 release
Some checks failed
ci / test (push) Has been cancelled
release / goreleaser (push) Has been cancelled
2026-01-02 20:29:03 +01:00