Skip to content

Commit 1b40cf1

Browse files
authored
fix(conversation): update missing conversation hint to :conversation (#2633)
1 parent b93110a commit 1b40cf1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

shell-plugin/lib/actions/conversation.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

shell-plugin/lib/actions/core.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)