Skip to content

Commit 1436a30

Browse files
fix: /bg inject silently injects context without triggering a response
Change inject prompt from "acknowledge briefly" to "do NOT respond, silently remember". Previously Claude would send an unnecessary confirmation message after injection, cluttering the conversation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 303705b commit 1436a30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/bot/commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ func (b *Bot) cmdBg(msg *tgbotapi.Message) {
544544

545545
inboxMsg := store.InboxMessage{
546546
ID: fmt.Sprintf("msg_%d", time.Now().UnixMilli()),
547-
Text: "[BTW context note, just acknowledge briefly] " + btwText,
547+
Text: "[Injected context — do NOT respond to this, just silently remember it for future reference] " + btwText,
548548
Status: store.StatusPending,
549549
Timestamp: time.Now().UTC().Format(time.RFC3339),
550550
Project: b.worker.ActiveProject(),

0 commit comments

Comments
 (0)