Skip to content

test: new implicit context flow #258353

@justschen

Description

@justschen

Ref: #251453

Complexity: 3

Create Issue


This iteration, we've added a new implicit context flow that follows the following ideas:

  1. selections are ALWAYS attached, no matter what mode or model, as long as there is a selection in the edotr
  2. in ASK mode, the current file is always included implicitly. if you remove the implicit context widget, context will no longer be automatically attached.
  3. in AGENT mode, the current file will NOT be included implictely. tool calls will suffice vs. adding context!

Test Steps

  1. In ask mode, try submitting some requests with implicit context.
  2. Try adding files, removing files, and more (leaving this open ended on purpose to gather expectations)
  3. When switching editors, note that the current implicit file will change.
  4. In agent mode, try submitting some requests WITHOUT implicit context - note that it will still have context on which file you are in.
  5. Try attaching context via selection!
  6. 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!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions