Skip to content

Commit 59d1f59

Browse files
committed
chore(release): gemini 1.7.21 (other)
1 parent a53f504 commit 59d1f59

19 files changed

Lines changed: 21 additions & 21 deletions

.gemini/hooks/session_start_context.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [[ -f "$script_dir/../VERSION" ]]; then
99
elif [[ -f "$script_dir/../../VERSION" ]]; then
1010
export RLDYOUR_ANTIGRAVITY_ADAPTER_VERSION="$(<"$script_dir/../../VERSION")"
1111
else
12-
export RLDYOUR_ANTIGRAVITY_ADAPTER_VERSION="1.7.20"
12+
export RLDYOUR_ANTIGRAVITY_ADAPTER_VERSION="1.7.21"
1313
fi
1414
printf '%s\n' "rldyour-antigravity-cli SessionStart hook received input" >&2
1515

@@ -18,7 +18,7 @@ import json
1818
import os
1919
2020
_ = os.environ.get("RLDYOUR_GEMINI_HOOK_INPUT", "")
21-
version = os.environ.get("RLDYOUR_ANTIGRAVITY_ADAPTER_VERSION", "1.7.20")
21+
version = os.environ.get("RLDYOUR_ANTIGRAVITY_ADAPTER_VERSION", "1.7.21")
2222
message = (
2323
f"rldyour-antigravity-cli adapter={version} runtime=antigravity-cli@1.0.16; "
2424
"standard mode is owner-led; cmux orchestration is visible-terminal-only; "

.gemini/policies/rldyour-browser-routing.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "rldyour-browser-routing"
2-
version = "1.7.20"
2+
version = "1.7.21"
33
scope = "antigravity-adapter"
44

55
[providers]

.gemini/policies/rldyour-git-safety.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "rldyour-git-safety"
2-
version = "1.7.20"
2+
version = "1.7.21"
33
scope = "antigravity-adapter"
44

55
[rules]

.gemini/policies/rldyour-project-policy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "rldyour-project-policy"
2-
version = "1.7.20"
2+
version = "1.7.21"
33
scope = "antigravity-adapter"
44

55
[execution]

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
name: Actionlint
3030
permissions:
3131
contents: read
32-
uses: NDDev-it-com/nddev-ci-workflows/.github/workflows/actionlint.yml@21bd3f7c3bbcbd7a9ecd3475b293d9e65aa8563a # 0.2.2
32+
uses: NDDev-it-com/nddev-ci-workflows/.github/workflows/actionlint.yml@71f4345cad2998a16e8e14b800eee88c68d865ac # 0.2.3
3333
with:
3434
post_command: python3 scripts/validate_action_pins.py

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
language: [python, actions]
29-
uses: NDDev-it-com/nddev-ci-workflows/.github/workflows/public-codeql.yml@21bd3f7c3bbcbd7a9ecd3475b293d9e65aa8563a # 0.2.2
29+
uses: NDDev-it-com/nddev-ci-workflows/.github/workflows/public-codeql.yml@71f4345cad2998a16e8e14b800eee88c68d865ac # 0.2.3
3030
with:
3131
languages: '["${{ matrix.language }}"]'

.github/workflows/cross-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: [ubuntu-latest, windows-latest, macos-latest]
26-
uses: NDDev-it-com/nddev-ci-workflows/.github/workflows/cross-platform-smoke.yml@21bd3f7c3bbcbd7a9ecd3475b293d9e65aa8563a # 0.2.2
26+
uses: NDDev-it-com/nddev-ci-workflows/.github/workflows/cross-platform-smoke.yml@71f4345cad2998a16e8e14b800eee88c68d865ac # 0.2.3
2727
with:
2828
os_list: '["${{ matrix.os }}"]'
2929
command: python3 scripts/validate_gemini_config.py --strict

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
permissions:
1717
contents: read
1818
pull-requests: write
19-
uses: NDDev-it-com/nddev-ci-workflows/.github/workflows/public-dependency-review.yml@21bd3f7c3bbcbd7a9ecd3475b293d9e65aa8563a # 0.2.2
19+
uses: NDDev-it-com/nddev-ci-workflows/.github/workflows/public-dependency-review.yml@71f4345cad2998a16e8e14b800eee88c68d865ac # 0.2.3

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
id-token: write
2121
contents: read
2222
actions: read
23-
uses: NDDev-it-com/nddev-ci-workflows/.github/workflows/public-scorecard-json.yml@21bd3f7c3bbcbd7a9ecd3475b293d9e65aa8563a # 0.2.2
23+
uses: NDDev-it-com/nddev-ci-workflows/.github/workflows/public-scorecard-json.yml@71f4345cad2998a16e8e14b800eee88c68d865ac # 0.2.3
2424
with:
2525
publish_results: false

.github/workflows/secret-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
name: Secret scan
2121
permissions:
2222
contents: read
23-
uses: NDDev-it-com/nddev-ci-workflows/.github/workflows/secret-scan.yml@21bd3f7c3bbcbd7a9ecd3475b293d9e65aa8563a # 0.2.2
23+
uses: NDDev-it-com/nddev-ci-workflows/.github/workflows/secret-scan.yml@71f4345cad2998a16e8e14b800eee88c68d865ac # 0.2.3
2424
with:
2525
post_command: python3 scripts/scan_text_security.py

0 commit comments

Comments
 (0)