diff --git a/.github/workflows/claude-fast.yml b/.github/workflows/claude-fast.yml index e1f16b1ba8..ce3282e4fc 100644 --- a/.github/workflows/claude-fast.yml +++ b/.github/workflows/claude-fast.yml @@ -65,7 +65,7 @@ jobs: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} allowed_bots: "windmill-internal-app[bot]" trigger_phrase: "/ai-fast" - plugins: "rust-analyzer-lsp@claude-plugins-official,typescript-lsp@claude-plugins-official" + plugins: "rust-analyzer-lsp@claude-plugins-official\ntypescript-lsp@claude-plugins-official" settings: | { "env": { diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 642b9ca84b..28c1152cb9 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -97,7 +97,7 @@ jobs: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} allowed_bots: "windmill-internal-app[bot]" trigger_phrase: "/ai" - plugins: "rust-analyzer-lsp@claude-plugins-official,typescript-lsp@claude-plugins-official" + plugins: "rust-analyzer-lsp@claude-plugins-official\ntypescript-lsp@claude-plugins-official" settings: | { "env": {