Commit c92e3c0
committed
feat: rebrand OS integration from amazon-q to kiro-cli
OS INTEGRATION CHANGES:
GNOME Shell Extensions:
* [email protected]
→ [email protected]
* [email protected]
→ [email protected]
* Settings schema: org.gnome.shell.extensions.amazon-q-for-cli-legacy-gnome-integration
→ org.gnome.shell.extensions.kiro-cli-legacy-gnome-integration
* Gettext domain: amazon-q-for-cli-legacy-gnome-integration
→ kiro-cli-legacy-gnome-integration
macOS Application Bundle:
* Input Method path: /Applications/Amazon Q.app/Contents/Helpers/CodeWhispererInputMethod.app
→ /Applications/Kiro-Cli.app/Contents/Helpers/CodeWhispererInputMethod.app
* Updated documentation paths to reference Kiro-Cli.app
Installation Detection:
* Already uses APP_BUNDLE_NAME constant (Kiro-Cli.app) ✅
* Doctor checks properly reference new bundle name
This ensures proper OS-level integration with the new Kiro branding
while maintaining all functionality for GNOME and macOS users.
🤖 Assisted by Amazon Q Developer1 parent fe4e138 commit c92e3c0
File tree
3 files changed
+8
-8
lines changed- crates
- dbus/src/dbus
- fig_integrations/src/input_method
- fig_util/src
3 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
714 | 714 | | |
715 | 715 | | |
716 | 716 | | |
717 | | - | |
| 717 | + | |
718 | 718 | | |
719 | 719 | | |
720 | 720 | | |
721 | 721 | | |
722 | | - | |
723 | | - | |
| 722 | + | |
| 723 | + | |
724 | 724 | | |
725 | 725 | | |
726 | 726 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
744 | 744 | | |
745 | 745 | | |
746 | 746 | | |
747 | | - | |
| 747 | + | |
748 | 748 | | |
749 | 749 | | |
750 | 750 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | | - | |
| 400 | + | |
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
| |||
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
436 | | - | |
| 436 | + | |
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
| |||
0 commit comments