Skip to content

Commit e2d5ecb

Browse files
authored
Merge branch 'main' into copilot/add-mcp-gateway-command
2 parents fe83edb + c27e53c commit e2d5ecb

179 files changed

Lines changed: 3582 additions & 2469 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.

.devcontainer/devcontainer.json

Lines changed: 51 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,52 @@
1-
21
{
3-
"name": "Go",
4-
"image": "mcr.microsoft.com/devcontainers/go:1-bookworm",
5-
"customizations": {
6-
// Configure properties specific to VS Code.
7-
"vscode": {
8-
"settings": {},
9-
"extensions": [
10-
"golang.go",
11-
"GitHub.copilot-chat",
12-
"GitHub.copilot",
13-
"github.vscode-github-actions",
14-
"astro-build.astro-vscode",
15-
"DavidAnson.vscode-markdownlint"
16-
]
17-
},
18-
"codespaces": {
19-
"repositories": {
20-
"githubnext/agentics": {
21-
"permissions": {
22-
"contents": "read",
23-
"workflows": "write"
24-
}
25-
},
26-
"githubnext/gh-aw": {
27-
"permissions": {
28-
"actions": "write",
29-
"contents": "write",
30-
"workflows": "write",
31-
"issues": "write",
32-
"pull-requests": "write",
33-
"discussions": "write"
34-
}
35-
},
36-
"githubnext/gh-aw-test": {
37-
"permissions": {
38-
"contents": "write",
39-
"workflows": "write"
40-
}
41-
}
42-
}
43-
}
44-
},
45-
"features": {
46-
"ghcr.io/devcontainers/features/github-cli:1": {},
47-
"ghcr.io/anthropics/devcontainer-features/claude-code:1.0": {},
48-
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
49-
"ghcr.io/devcontainers/features/node:1": {
50-
"version": "24"
51-
}
52-
},
53-
"containerEnv": {
54-
"GOOGLE_APPLICATION_CREDENTIALS": ".credentials/vertex_api.json",
55-
"CLAUDE_CODE_USE_VERTEX": "1",
56-
"CLOUD_ML_REGION": "us-east5",
57-
"ANTHROPIC_VERTEX_PROJECT_ID": "github-next"
58-
}
59-
60-
}
2+
"name": "Go",
3+
"image": "mcr.microsoft.com/devcontainers/go:1-bookworm",
4+
"customizations": {
5+
"vscode": {
6+
"extensions": [
7+
"golang.go",
8+
"GitHub.copilot-chat",
9+
"GitHub.copilot",
10+
"github.vscode-github-actions",
11+
"astro-build.astro-vscode",
12+
"DavidAnson.vscode-markdownlint"
13+
]
14+
},
15+
"codespaces": {
16+
"repositories": {
17+
"githubnext/agentics": {
18+
"permissions": {
19+
"contents": "read",
20+
"workflows": "write"
21+
}
22+
},
23+
"githubnext/gh-aw": {
24+
"permissions": {
25+
"actions": "write",
26+
"contents": "write",
27+
"discussions": "read",
28+
"issues": "read",
29+
"pull-requests": "write",
30+
"workflows": "write"
31+
}
32+
},
33+
"githubnext/gh-aw-test": {
34+
"permissions": {
35+
"contents": "write",
36+
"workflows": "write"
37+
}
38+
}
39+
}
40+
}
41+
},
42+
"features": {
43+
"ghcr.io/anthropics/devcontainer-features/claude-code:1.0": {},
44+
"ghcr.io/devcontainers/features/copilot-cli:latest": {},
45+
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
46+
"ghcr.io/devcontainers/features/github-cli:1": {},
47+
"ghcr.io/devcontainers/features/node:1": {
48+
"version": "24"
49+
}
50+
},
51+
"postCreateCommand": "curl -fsSL https://raw.githubusercontent.com/githubnext/gh-aw/refs/heads/main/install-gh-aw.sh | bash"
52+
}

.devcontainer/setup.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ sudo apt-get update && sudo apt-get install google-cloud-cli -y
2222
export GOOGLE_APPLICATION_CREDENTIALS=.credentials/vertex_api.json
2323
export CLAUDE_CODE_USE_VERTEX=1
2424
export CLOUD_ML_REGION=us-east5
25-
export ANTHROPIC_VERTEX_PROJECT_ID=github-next
25+
export ANTHROPIC_VERTEX_PROJECT_ID=github-next
26+
27+
# install uvx
28+
curl -LsSf https://astral.sh/uv/install.sh | sh

.github/workflows/agent-performance-analyzer.lock.yml

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ai-moderator.lock.yml

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/archie.lock.yml

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/artifacts-summary.lock.yml

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/audit-workflows.lock.yml

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/blog-auditor.lock.yml

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)