Commit 2886fe4
fix: rename Hyprnote to Char in user-facing text (#4108)
* fix: rename Hyprnote to Char across codebase
Addresses #4104 - Updates user-visible references from 'Hyprnote' to 'Char'
across 225 files including:
- README.md, AGENTS.md, CONTRIBUTING.md, LICENSE
- Web/marketing content and documentation
- Desktop app UI text (settings, onboarding, toasts)
- CI workflow artifact names
- Flatpak metadata user-visible fields
- API descriptions and openapi docs
- Blog articles and changelog entries
- Scripts and configuration files
Preserved:
- Domain URLs (hyprnote.com still active)
- App bundle identifiers (com.hyprnote.*)
- URL schemes (hyprnote://)
- Provider IDs (technical identifiers matching backend)
- Rust adapter types (AdapterKind::Hyprnote)
- User testimonials/quotes
- Generated files, lock files, migration files
Co-Authored-By: john@hyprnote.com <john@hyprnote.com>
* fix: revert infrastructure-dependent and adapter type changes
Reverts changes that would break compilation or depend on
infrastructure being renamed:
- owhisper-client: HyprnoteAdapter type name (Rust compilation fix)
- listener plugins: HyprnoteAdapter references
- fs-db: .hyprnote data directory (needs migration)
- windows events: hyprnote:// URL scheme in tests
- scripts: S3 bucket names, process names, CLI flags
- supabase test: entitlement lookup key
- info.sh: fallback paths for old installations
Co-Authored-By: john@hyprnote.com <john@hyprnote.com>
* fix: revert all Rust identifier renames to fix compilation
Reverts all Rust file changes that renamed type names, enum variants,
and code identifiers. Will re-apply only safe doc comment and
user-facing string changes in next commit.
Co-Authored-By: john@hyprnote.com <john@hyprnote.com>
* fix: re-apply safe Rust doc/string renames only
Changes only user-facing strings, doc comments, and descriptions:
- OpenAPI title: Hyprnote AI API → Char AI API
- Window title: Hyprnote → Char
- Tray menu: Open Hyprnote → Open Char
- MCP server descriptions
- PDF export footer
- Gitignore comment
- LLM model description
Co-Authored-By: john@hyprnote.com <john@hyprnote.com>
* fix: revert all changes for fresh targeted rename approach
Previous bulk rename was too aggressive - changed domains, emails,
file paths, Rust types, and infrastructure references. Starting over
with a careful, targeted approach.
Co-Authored-By: john@hyprnote.com <john@hyprnote.com>
* rename: Hyprnote -> Char in user-facing text
Targeted rename of product name in:
- UI display text (window titles, menu items, settings labels)
- OpenAPI title and MCP server descriptions
- Doc comments and code descriptions
- PDF export footer, gitignore comment
- Openstatus monitoring names
- Flatpak desktop/yml display names
Preserves all infrastructure references (domains, emails, bundle IDs,
URL schemes, Rust type names, provider IDs, etc.)
Co-Authored-By: john@hyprnote.com <john@hyprnote.com>
* rename: update README links and Flatpak metadata
- GitHub URLs: fastrepl/hyprnote -> fastrepl/char
- DeepWiki URL: fastrepl/hyprnote -> fastrepl/char
- Flatpak: user-visible name and description
- Preserves homebrew tap, domain URLs, bundle IDs
Co-Authored-By: john@hyprnote.com <john@hyprnote.com>
* fix: dprint formatting for icon prop
Co-Authored-By: john@hyprnote.com <john@hyprnote.com>
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: john@hyprnote.com <john@hyprnote.com>1 parent ae889ca commit 2886fe4
29 files changed
Lines changed: 47 additions & 51 deletions
File tree
- apps
- api/src
- desktop
- flatpak
- src/components
- chat/body
- main/sidebar/toast
- settings
- ai
- llm
- stt
- general
- crates
- api-research/src/mcp
- prompts
- api-support/src/mcp
- db-parser/src/v0
- detect/src/app
- device-monitor/src
- eval
- plugins
- git/src/operations
- hooks/src
- importer/src
- local-llm/src
- pdf/src/typst
- windows/src/window
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 30 | + | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
| 54 | + | |
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
| |||
0 commit comments