-
Notifications
You must be signed in to change notification settings - Fork 34.1k
Closed
Labels
Milestone
Description
Ref: #251453
- macOS @mrleemurray
- linux @joshspicer
- windows @roblourens
Complexity: 3
This iteration, we've added a new implicit context flow that follows the following ideas:
- selections are ALWAYS attached, no matter what mode or model, as long as there is a selection in the edotr
- in ASK mode, the current file is always included implicitly. if you remove the implicit context widget, context will no longer be automatically attached.
- in AGENT mode, the current file will NOT be included implictely. tool calls will suffice vs. adding context!
Test Steps
- In ask mode, try submitting some requests with implicit context.
- Try adding files, removing files, and more (leaving this open ended on purpose to gather expectations)
- When switching editors, note that the current implicit file will change.
- In agent mode, try submitting some requests WITHOUT implicit context - note that it will still have context on which file you are in.
- Try attaching context via selection!
- Make sure that these contexts show up in the UI after submitted and are submitted with the request.
Notes:
- a big thing regarding this item was expectations - if any part of the flow goes against your expectation, please let me know!