Skip to content

Commit 9d515c9

Browse files
authored
Merge pull request #124 from wgqqqqq/feat/websearch-exa
feat: switch WebSearch to the built-in Exa MCP-backed implementation and remove search-model configuration
2 parents 6c4f813 + 0cba66e commit 9d515c9

File tree

11 files changed

+232
-318
lines changed

11 files changed

+232
-318
lines changed

src/crates/core/src/agentic/agents/cowork_mode.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ impl CoworkMode {
3232
"Git".to_string(),
3333
"Bash".to_string(),
3434
"TerminalControl".to_string(),
35-
"WebFetch".to_string(),
3635
"WebSearch".to_string(),
3736
],
3837
}

0 commit comments

Comments
 (0)