We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70511fb commit f584dcdCopy full SHA for f584dcd
1 file changed
evals/model_config.yaml
@@ -12,12 +12,13 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-gemini_cli_version: "@google/gemini-cli@0.38.1"
+gemini_cli_version: "@google/gemini-cli@latest"
16
generator: gemini_cli
17
env:
18
GOOGLE_CLOUD_PROJECT: "${GOOGLE_CLOUD_PROJECT}"
19
GOOGLE_CLOUD_LOCATION: "global"
20
GOOGLE_GENAI_USE_VERTEXAI: "true"
21
+ GEMINI_CLI_TRUST_WORKSPACE: "true"
22
setup:
23
extensions:
24
# Points to the symlink created in cloudbuild.yaml to match the extension ID
0 commit comments