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
{{ message }}
This repository was archived by the owner on Oct 25, 2025. It is now read-only.
- Comprehensive README.md with features, usage, and configuration
70
76
- GEMINI.md explaining Gemini CLI integration
71
77
- Detailed agent documentation
72
78
- Command documentation with examples
73
79
- Validation methodology documentation
74
80
75
81
### Configuration
82
+
76
83
- Environment variable support for all settings
77
84
- Configurable cache TTL, retry logic, and timeouts
78
85
- Adjustable content extraction limits
@@ -81,6 +88,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
81
88
## [Unreleased]
82
89
83
90
### Planned
91
+
84
92
- Enhanced content extraction with better parsing
85
93
- Additional search engine fallbacks
86
94
- Improved relevance scoring algorithms
@@ -101,11 +109,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
101
109
The 0.1.1 update includes a breaking change to how the Gemini CLI is invoked. No user action is required as the change is internal to the plugin scripts. However, if you have customized any scripts, you'll need to update them to use the new format.
102
110
103
111
**What Changed:**
112
+
104
113
- Gemini CLI now explicitly invokes the `googleSearch` tool
105
114
- Added `-m "gemini-2.5-flash"` flag for model specification
106
115
- Added `raw:true` parameter for unprocessed results
Copy file name to clipboardExpand all lines: agents/gemini-search.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ The agent uses `gemini -p` (headless mode) with `--yolo` (auto-approval) and res
78
78
This plugin uses the Gemini CLI in headless mode (`gemini -p`) with the `--yolo` flag for automated tool approval. The `.gemini/settings.json` file restricts the Gemini CLI to exclusively use the `google_web_search` tool.
79
79
80
80
**What this means:**
81
+
81
82
- All web searches go through Google's web search via Gemini's API
82
83
- No Claude internal search functionality is triggered
83
84
- No direct web scraping or HTTP requests are made
0 commit comments