新增 Antigravity CLI composite action #3

Merged
admin merged 12 commits from develop into master 2026-06-27 15:29:33 +00:00
Showing only changes of commit 56452e3169 - Show all commits
+1 -1
View File
@@ -30,7 +30,7 @@ runs:
- name: 執行工具 - name: 執行工具
id: antigravity id: antigravity
run: | run: |
text="$(agy --model "$MODEL" --prompt "$PROMPT")" text="$(agy --print "$PROMPT" --model "$MODEL")"
printf '%s\n' "$text" printf '%s\n' "$text"
{ {
echo 'text<<ANTIGRAVITY_OUTPUT' echo 'text<<ANTIGRAVITY_OUTPUT'