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
For `Current file`, the color indicates whether it will be sent with the next prompt:
732
+
733
+
- Regular highlight: file is pending and will be included.
734
+
- Dimmed/gray highlight: file was already sent and has not changed, so it will be skipped (delta behavior).
735
+
736
+
If the file content changes, it becomes pending again and will be sent on the next prompt.
737
+
731
738
### Context Items Completion
732
739
733
740
You can quickly reference available context items by typing `#` in the input window. This will show a completion menu with all available context items:
0 commit comments