fix(pdf): rebrand AI dock from Genspark to Hermes AI - #60
Draft
Dahhrk wants to merge 1 commit into
Draft
Conversation
Replace all user-visible 'Genspark' branding in the PDF app's AI dock with 'Hermes AI', matching the pattern already used in Docs/Sheets/Slides. Changes: - AiPanel header: 'Genspark' → 'Hermes AI' (title + aria-label) - Ribbon button: 'Genspark AI' → 'Hermes AI' - GensparkMark component → HermesMark (function + export + all call sites) - i18n ribbonAiAssistant: 'Genspark' → 'Hermes AI' (19 languages) - i18n aiCreditsExhausted: 'Genspark credits' → 'Hermes credits' (19 languages) - Main-process error messages: 'Genspark account/cloud tools' → 'Hermes' - AI system prompt note: 'Genspark cloud tools' → 'Hermes cloud tools' - CSS class: .genspark-badge → .hermes-badge - JSDoc comments updated for accuracy Remaining genspark.ai/pricing URLs are kept (they point to the live pricing page) along with GitHub issue references in comments. Fixes criptogus#54 Co-authored-by: Dark <Dahhrk@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.
Summary
Replace all user-visible Genspark branding in the PDF app's AI dock with Hermes AI, matching the pattern already established in Docs, Sheets, and Slides.
Fixes #54
Changes
ribbonAiAssistanti18n (19 languages)aiCreditsExhaustedi18n (19 languages)GensparkMarkHermesMark.genspark-badge.hermes-badgeNot changed (intentional)
genspark.ai/pricingURLs — these are live links to the pricing pagegenspark-ai/hermesoffice#55)ee/directory — out of scopeVerification
npm run test -w @hermesoffice/pdf— 575 tests pass (42 files)npm run typecheck -w @hermesoffice/pdf— cleannpm run check:theme-colors— cleanapps/pdf