You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: /bg inject — merge background task results into main session
Add /bg inject <id> command that takes a completed background task's
result and injects it into the current main session as a /btw context
note. This enables a unique workflow: run analysis in background,
then selectively bring results into the active conversation.
- BackgroundTask.ResultText field stores raw Claude response
- GetResult() returns result text and project for completed tasks
- /bg inject queues result as btw message (truncated to 4000 runes)
- Help text updated in both /help and /bg
This "independent session analysis → selective context merge" pattern
is unique to Pocket Claude — no other AI tool offers this workflow.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments