New request
#1882: feat: Attach current device location
We'll provision a sandbox, run an agent against the issue, and open a draft PR. You can pull the branch and iterate from there.
Issue
enhancementux
Hermes Agent often needs to answer location-aware queries (weather, timezone, nearby places, local services) but the user must manually type their city or coordinates every time. Adding a "Share Location" button in the WebUI chat input would let users attach their current coordinates with a single click, using the browser's built-in Geolocation API.
Assessmentadvisory
feature● easy90% confidence
Adding a browser Geolocation API button to the chat composer is a localized frontend enhancement with minor backend message-schema changes.
Likely files
- static/composer.js
- static/geolocation-util.js
- api/messages.py
- static/styles.css
Create the request