Update installation script to show API key link and use current endpoint#20
Merged
Update installation script to show API key link and use current endpoint#20
Conversation
…_profile endpoint Co-authored-by: hessius <1499030+hessius@users.noreply.github.com>
Co-authored-by: hessius <1499030+hessius@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update installation script for API key retrieval and testing
Update installation script to show API key link and use current endpoint
Jan 9, 2026
hessius
added a commit
that referenced
this pull request
Jan 22, 2026
Update installation script to show API key link and use current endpoint
hessius
added a commit
that referenced
this pull request
Mar 18, 2026
Comprehensive sweep of all user-facing error/failure messages across 15+ components and hooks. Added ~35 new error translation keys to all 6 locales (en/sv/de/es/fr/it). Also addresses PR #285 review comments: - #16: Added i18n exemption comment for SHOT_QUOTES (cultural refs) - #19: Added per-item dict validation in apply-recommendations endpoint - #20: Removed unreachable dead branch in VariableAdjustPanel - #22: Replaced hardcoded ' failed' concat with dedicated i18n key - #23: Replaced hardcoded 'Failed to apply recommendations' with i18n Files changed: ExpertAnalysisView, RecommendationSelectionDialog, FindSimilarOverlay, ProfileRecommendations, ProfileCatalogueView, ProfileImportDialog, SyncReport, SettingsView, RunShotView, ShotAnalysisView, PourOverView, VariableAdjustPanel, SearchingLoader, useHistory, useShotHistory, useUpdateStatus, useUpdateTrigger, profiles.py, + all 6 locale translation.json files. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
hessius
added a commit
that referenced
this pull request
Mar 25, 2026
Comprehensive sweep of all user-facing error/failure messages across 15+ components and hooks. Added ~35 new error translation keys to all 6 locales (en/sv/de/es/fr/it). Also addresses PR #285 review comments: - #16: Added i18n exemption comment for SHOT_QUOTES (cultural refs) - #19: Added per-item dict validation in apply-recommendations endpoint - #20: Removed unreachable dead branch in VariableAdjustPanel - #22: Replaced hardcoded ' failed' concat with dedicated i18n key - #23: Replaced hardcoded 'Failed to apply recommendations' with i18n Files changed: ExpertAnalysisView, RecommendationSelectionDialog, FindSimilarOverlay, ProfileRecommendations, ProfileCatalogueView, ProfileImportDialog, SyncReport, SettingsView, RunShotView, ShotAnalysisView, PourOverView, VariableAdjustPanel, SearchingLoader, useHistory, useShotHistory, useUpdateStatus, useUpdateTrigger, profiles.py, + all 6 locale translation.json files. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The installation script needed to display the Google AI Studio URL when prompting for API keys, and the post-installation test command referenced a deprecated endpoint.
Changes
https://aistudio.google.com/app/api-keysbefore prompting for Gemini API key/create_profileto/analyze_and_profile/app/apikey→/app/api-keysin all referencesBefore:
After:
Test command updated:
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
esm.ubuntu.com/usr/lib/apt/methods/https /usr/lib/apt/methods/https(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.