We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40d857 commit 23b3570Copy full SHA for 23b3570
crates/chat-cli/src/cli/chat/skim_integration.rs
@@ -165,7 +165,7 @@ pub fn select_context_paths_with_skim(context_manager: &ContextManager) -> Resul
165
166
// Get profile-specific paths
167
for path in &context_manager.paths {
168
- all_paths.push(format!("(profile: {}) {}", context_manager.current_profile, path));
+ all_paths.push(format!("(agent: {}) {}", context_manager.current_profile, path));
169
}
170
171
if all_paths.is_empty() {
0 commit comments