Skip to content

fix: return list of location search results in weather tool#97

Merged
aconanlai merged 2 commits into
mainfrom
fix/weather-tool-search
Jul 20, 2026
Merged

fix: return list of location search results in weather tool#97
aconanlai merged 2 commits into
mainfrom
fix/weather-tool-search

Conversation

@aconanlai

Copy link
Copy Markdown
Contributor

Since the open meteo geocoding api doesn't accept strings that include administrative region or country (e.g. searching for "Camden, New Jersey" doesn't work), we have to return a list of results to allow for user selection.

image

@aconanlai
aconanlai requested a review from dupontgu July 17, 2026 14:34
label = "Authenticator"
versionCode = 1
versionName = "1.0"
versionCode = 2

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This just reminded me - let's make sure we're publishing tags/releases from the exact commits that we cut the example tools from.

@dupontgu dupontgu linked an issue Jul 17, 2026 that may be closed by this pull request
@aconanlai
aconanlai merged commit 92b3b20 into main Jul 20, 2026
1 check passed
github-actions Bot pushed a commit to tyleryancey/light-tools that referenced this pull request Jul 23, 2026
Upstream changes:

d502bca Merge pull request lightphone#118 from lightphone/fix/semver-versionname
cd621b7 Merge pull request lightphone#117 from lightphone/builder-ci
c0cf471 fix: enforce semver for tool versionName
29911b2 filter on tags
809c0d8 add circleci config
5124ab6 Merge pull request lightphone#112 from lightphone/fix/icons
92b3b20 Merge pull request lightphone#97 from lightphone/fix/weather-tool-search
bb87390 use light api proxy
9cd076f delete redundant icons, fix ugly ones
eb5b6a6 fix: return list of location search results in weather tool
tyleryancey added a commit to tyleryancey/light-tools that referenced this pull request Jul 23, 2026
Upstream changes:

464b414 Merge upstream lightphone/light-sdk main
c43875c ci(sync): merge from upstream instead of ff-only, add chess, summarize syncs
d502bca Merge pull request lightphone#118 from lightphone/fix/semver-versionname
cd621b7 Merge pull request lightphone#117 from lightphone/builder-ci
c0cf471 fix: enforce semver for tool versionName
29911b2 filter on tags
809c0d8 add circleci config
5124ab6 Merge pull request lightphone#112 from lightphone/fix/icons
92b3b20 Merge pull request lightphone#97 from lightphone/fix/weather-tool-search
bb87390 use light api proxy
9cd076f delete redundant icons, fix ugly ones
eb5b6a6 fix: return list of location search results in weather tool

Conflict resolution: kept chess's lighttool.toml identity (permissions = [])
and bumped versionName to semver 0.1.0 for the new builder enforcement;
kept deletion of the sample HomeScreen.kt that chess had replaced.

Co-Authored-By: Claude Fable 5 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Weather Tool Feature Request: Improve Location Selection

2 participants