File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ function _forge_action_copy() {
201201 echo
202202
203203 if [[ -z " $_FORGE_CONVERSATION_ID " ]]; then
204- _forge_log error " No active conversation. Start a conversation first or use :list to see existing ones"
204+ _forge_log error " No active conversation. Start a conversation first or use :conversation to see existing ones"
205205 return 0
206206 fi
207207
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ function _forge_handle_conversation_command() {
7676
7777 # Check if FORGE_CONVERSATION_ID is set
7878 if [[ -z " $_FORGE_CONVERSATION_ID " ]]; then
79- _forge_log error " No active conversation. Start a conversation first or use :list to see existing ones"
79+ _forge_log error " No active conversation. Start a conversation first or use :conversation to see existing ones"
8080 return 0
8181 fi
8282
You can’t perform that action at this time.
0 commit comments