Commit 2af0029
committed
refactor(shell): Rename environment variables from Q_ to KIRO_ prefix
Replace all Q_ prefixed environment variables with KIRO_ prefix across
shell integration files for rebranding. This includes:
- Shell script variables (Q_SHELL, Q_PARENT, Q_TERM, etc.)
- Autosuggest configuration variables (Q_AUTOSUGGEST_* to KIRO_AUTOSUGGEST_*)
- Prompt variables (Q_USER_PS1, Q_LAST_PS1, etc.)
- Internal state variables (Q_HAS_SET_PROMPT, Q_IS_LOGIN_SHELL, etc.)
Changes affect:
- All inline shell completion zsh files
- Shell integration scripts for bash, fish, and zsh
- Both pre and post shell hook scripts
- Legacy comment descriptions updated from CodeWhisperer to Kiro
Also removed stale analysis and todo files.
🤖 Assisted by Amazon Q Developer1 parent c92e3c0 commit 2af0029
File tree
20 files changed
+196
-508
lines changed- .amazonq/cli-todo-lists
- crates/fig_integrations/src/shell
- inline_shell_completion
- strategies
- scripts
20 files changed
+196
-508
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
This file was deleted.
Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments