Skip to content

Commit fd2ff6a

Browse files
authored
[sync] 2026/05/20 (#1616)
2 parents 94dce09 + 2c0afff commit fd2ff6a

274 files changed

Lines changed: 4297 additions & 1221 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "bare-agent",
3+
"description": "An agent that only inherits MCP servers and only includes proven reliable skills.",
4+
"configPath": {
5+
"relativePathToConfig": "config.yaml"
6+
}
7+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
coding_agent:
2+
agentic_mode: true
3+
google_mode: false
4+
5+
customization_config:
6+
customization_discovery_config:
7+
skills:
8+
inherit_user: false
9+
skills_paths: []

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Initializes the CodeQL tools for scanning.
3535
- name: Initialize CodeQL
36-
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e
36+
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba
3737
with:
3838
languages: ${{ matrix.language }}
3939
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -44,7 +44,7 @@ jobs:
4444
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4545
# If this step fails, then you should remove it and run the build manually (see below)
4646
- name: Autobuild
47-
uses: github/codeql-action/autobuild@68bde559dea0fdcac2102bfdf6230c5f70eb485e
47+
uses: github/codeql-action/autobuild@9e0d7b8d25671d64c341c19c0152d693099fb5ba
4848

4949
# ℹ️ Command-line programs to run using the OS shell.
5050
# 📚 https://git.io/JvXDl
@@ -58,4 +58,4 @@ jobs:
5858
# make release
5959

6060
- name: Perform CodeQL Analysis
61-
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e
61+
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba

cloud_build/firebase-ghcli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM dart:3.12.0-327.4.beta@sha256:5306c1008b585f0fbcf23aa0d7145b8f65cd7bd8c63dce4b8038684c11c79833
1+
FROM dart:3.12.0@sha256:3d1b19886b288807b42020ede8f1f9ea7753c91c17c27479ee9e7bf584289a34
22

33
RUN apt-get update && apt-get install -y --no-install-recommends curl gpg ca-certificates \
44
# Install the GitHub CLI. \

cloud_build/firebase-ghcli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ to comment staged site links on GitHub PRs.
88

99
## Installed tools
1010

11-
* Dart SDK Beta
11+
* Dart SDK
1212
* GitHub CLI
1313
* Firebase Tools
1414

examples/_animation/basic_hero_animation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
66
resolution: workspace
77
environment:
8-
sdk: ^3.11.0
8+
sdk: ^3.12.0-0
99

1010
dependencies:
1111
flutter:

examples/_animation/basic_radial_hero_animation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >-
66
77
resolution: workspace
88
environment:
9-
sdk: ^3.11.0
9+
sdk: ^3.12.0-0
1010

1111
dependencies:
1212
flutter:

examples/_animation/basic_staggered_animation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: An introductory example to staggered animations.
44

55
resolution: workspace
66
environment:
7-
sdk: ^3.11.0
7+
sdk: ^3.12.0-0
88

99
dependencies:
1010
flutter:

examples/_animation/hero_animation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Shows how to create a simple Hero transition.
44

55
resolution: workspace
66
environment:
7-
sdk: ^3.11.0
7+
sdk: ^3.12.0-0
88

99
dependencies:
1010
flutter:

examples/_animation/radial_hero_animation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >-
66
77
resolution: workspace
88
environment:
9-
sdk: ^3.11.0
9+
sdk: ^3.12.0-0
1010

1111
dependencies:
1212
flutter:

0 commit comments

Comments
 (0)