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
Assistant: enable positron assistant git integration by default (#9073)
### Summary
- addresses #9066
- sets the default for `positron.assistant.gitIntegration.enable` to
true and removes the experimental tag, but keeps the flag for now
- disables the `Source Control...` context item on Web due to
#9181
### Release Notes
#### New Features
- Assistant: git integration Assistant tools available by default
(#9066)
### QA Notes
See this PR for usage: #8257
#### Git features enabled by default!
- `positron.assistant.gitIntegration.enable` setting still available in
the settings UI but is now enabled by default
#### `Source Control...` context option disabled by default for
Web/Workbench
- On Web / Workbench, the `Source Control...` context option should be
missing:
<img width="672" height="211" alt="image"
src="https://github.com/user-attachments/assets/b3d9202c-0e55-4ea4-906c-71b327d7367a"
/>
- On Desktop, it should be available (some extra options because of my
clipboard and editor state):
<img width="607" height="279" alt="image"
src="https://github.com/user-attachments/assets/2103b951-14f0-4c31-9eae-ddc1caeda48f"
/>
#### `positron.assistant.gitIntegration.enable` setting can be used to
make `Source Control...` context option available on Web/Workbench
- Add `"positron.assistant.sourceControlHistoryContext.enable": true` to
the settings JSON in a web build to enable the `Source Control...`
context option (helpful for debugging)
0 commit comments