-
Notifications
You must be signed in to change notification settings - Fork 1.9k
When is /btw from claude code coming to copilot? #2778
Copy link
Copy link
Closed
Labels
area:context-memoryContext window, memory, compaction, checkpoints, and instruction loadingContext window, memory, compaction, checkpoints, and instruction loadingarea:sessionsSession management, resume, history, session picker, and session stateSession management, resume, history, session picker, and session state
Description
Activity
Metadata
Metadata
Assignees
Labels
area:context-memoryContext window, memory, compaction, checkpoints, and instruction loadingContext window, memory, compaction, checkpoints, and instruction loadingarea:sessionsSession management, resume, history, session picker, and session stateSession management, resume, history, session picker, and session state
Describe the feature or problem you'd like to solve
In claude-code, you can ask the agent anytime, regardless of actively running/executing/sleeping or just idle, using his accumulated context to instantly ask a question about something, without bloating/corrupting/writing to the context/session.
Proposed solution
/btw <question prompt>command should allow to ask simple questions as a quick sidecommand, thinking/reasoning supported, without writing to the sessionExample prompts or workflows
Example scenario (happening frequently)
Should consume only max a half request, since no agentic work can be executed, or use a free/smaller/configurable model by default, ingesting the same context
Additional context
No response