@@ -34,43 +34,43 @@ pub mod env_var {
3434 QTERM_SESSION_ID = "QTERM_SESSION_ID" ,
3535
3636 /// The current parent socket to connect to
37- KIRO_PARENT = "KIRO_PARENT " ,
37+ Q_PARENT = "Q_PARENT " ,
3838
39- /// Set the [`KIRO_PARENT `] parent socket to connect to
40- KIRO_SET_PARENT = "KIRO_SET_PARENT " ,
39+ /// Set the [`Q_PARENT `] parent socket to connect to
40+ Q_SET_PARENT = "Q_SET_PARENT " ,
4141
42- /// Guard for the [`KIRO_SET_PARENT `] check
43- KIRO_SET_PARENT_CHECK = "KIRO_SET_PARENT_CHECK " ,
42+ /// Guard for the [`Q_SET_PARENT `] check
43+ Q_SET_PARENT_CHECK = "Q_SET_PARENT_CHECK " ,
4444
4545 /// Set if qterm is running, contains the version
46- KIRO_TERM = "KIRO_TERM " ,
46+ Q_TERM = "Q_TERM " ,
4747
4848 /// Sets the current log level
49- KIRO_LOG_LEVEL = "KIRO_LOG_LEVEL " ,
49+ Q_LOG_LEVEL = "Q_LOG_LEVEL " ,
5050
5151 /// Overrides the ZDOTDIR environment variable
52- KIRO_ZDOTDIR = "KIRO_ZDOTDIR " ,
52+ Q_ZDOTDIR = "Q_ZDOTDIR " ,
5353
5454 /// Indicates a process was launched by Kiro
55- PROCESS_LAUNCHED_BY_KIRO = "PROCESS_LAUNCHED_BY_KIRO " ,
55+ PROCESS_LAUNCHED_BY_Q = "PROCESS_LAUNCHED_BY_Q " ,
5656
5757 /// The shell to use in qterm
58- KIRO_SHELL = "KIRO_SHELL " ,
58+ Q_SHELL = "Q_SHELL " ,
5959
6060 /// Indicates the user is debugging the shell
61- KIRO_DEBUG_SHELL = "KIRO_DEBUG_SHELL " ,
61+ Q_DEBUG_SHELL = "Q_DEBUG_SHELL " ,
6262
6363 /// Indicates the user is using zsh autosuggestions which disables Inline
64- KIRO_USING_ZSH_AUTOSUGGESTIONS = "KIRO_USING_ZSH_AUTOSUGGESTIONS " ,
64+ Q_USING_ZSH_AUTOSUGGESTIONS = "Q_USING_ZSH_AUTOSUGGESTIONS " ,
6565
6666 /// Overrides the path to the bundle metadata released with certain desktop builds.
67- KIRO_BUNDLE_METADATA_PATH = "KIRO_BUNDLE_METADATA_PATH " ,
67+ Q_BUNDLE_METADATA_PATH = "Q_BUNDLE_METADATA_PATH " ,
6868
6969 /// Identifier for the client application or service using the chat-cli
70- KIRO_CLI_CLIENT_APPLICATION = "KIRO_CLI_CLIENT_APPLICATION " ,
70+ Q_CLI_CLIENT_APPLICATION = "Q_CLI_CLIENT_APPLICATION " ,
7171
7272 /// Shows continuation IDs in chat output for debugging/development
73- KIRO_SHOW_CONTINUATION_IDS = "KIRO_SHOW_CONTINUATION_IDS "
73+ Q_SHOW_CONTINUATION_IDS = "Q_SHOW_CONTINUATION_IDS "
7474 }
7575}
7676
0 commit comments