Skip to content

Commit a02ab27

Browse files
committed
Merge remote-tracking branch 'upstream-https/main' into morabbin/fix-rpc-model-flake
2 parents 0ad49f7 + 1600b57 commit a02ab27

18 files changed

Lines changed: 52 additions & 22 deletions

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The SDK supports multiple authentication methods:
8282
- **Environment variables** - `COPILOT_GITHUB_TOKEN`, `GH_TOKEN`, `GITHUB_TOKEN`
8383
- **BYOK** - Use your own API keys (no GitHub auth required)
8484

85-
See the **[Authentication documentation](./docs/auth/index.md)** for details on each method.
85+
See the **[Authentication documentation](./docs/auth/README.md)** for details on each method.
8686

8787
### Do I need to install the Copilot CLI separately?
8888

@@ -125,11 +125,11 @@ Please use the [GitHub Issues](https://github.com/github/copilot-sdk/issues) pag
125125

126126
## Quick Links
127127

128-
- **[Documentation](./docs/index.md)** – Full documentation index
128+
- **[Documentation](./docs/README.md)** – Full documentation index
129129
- **[Getting Started](./docs/getting-started.md)** – Tutorial to get up and running
130-
- **[Setup Guides](./docs/setup/index.md)** – Architecture, deployment, and scaling
131-
- **[Authentication](./docs/auth/index.md)** – GitHub OAuth, BYOK, and more
132-
- **[Features](./docs/features/index.md)** – Hooks, custom agents, MCP, skills, and more
130+
- **[Setup Guides](./docs/setup/README.md)** – Architecture, deployment, and scaling
131+
- **[Authentication](./docs/auth/README.md)** – GitHub OAuth, BYOK, and more
132+
- **[Features](./docs/features/README.md)** – Hooks, custom agents, MCP, skills, and more
133133
- **[Troubleshooting](./docs/troubleshooting/debugging.md)** – Common issues and solutions
134134
- **[Cookbook](https://github.com/github/awesome-copilot/blob/main/cookbook/copilot-sdk)** – Practical recipes for common tasks across all languages
135135
- **[More Resources](https://github.com/github/awesome-copilot/blob/main/collections/copilot-sdk.md)** – Additional examples, tutorials, and community resources

docs/index.md renamed to docs/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Welcome to the GitHub Copilot SDK docs. Whether you're building your first Copil
77
| I want to... | Go to |
88
|---|---|
99
| **Build my first app** | [Getting Started](./getting-started.md)—end-to-end tutorial with streaming & custom tools |
10-
| **Set up for production** | [Setup Guides](./setup/index.md)—architecture, deployment patterns, scaling |
11-
| **Configure authentication** | [Authentication](./auth/index.md)—GitHub OAuth, environment variables, BYOK |
12-
| **Add features to my app** | [Features](./features/index.md)—hooks, custom agents, MCP, skills, and more |
10+
| **Set up for production** | [Setup Guides](./setup/README.md)—architecture, deployment patterns, scaling |
11+
| **Configure authentication** | [Authentication](./auth/README.md)—GitHub OAuth, environment variables, BYOK |
12+
| **Add features to my app** | [Features](./features/README.md)—hooks, custom agents, MCP, skills, and more |
1313
| **Debug an issue** | [Troubleshooting](./troubleshooting/debugging.md)—common problems and solutions |
1414

1515
## Documentation map
@@ -18,7 +18,7 @@ Welcome to the GitHub Copilot SDK docs. Whether you're building your first Copil
1818

1919
Step-by-step tutorial that takes you from zero to a working Copilot app with streaming responses and custom tools.
2020

21-
### [Setup](./setup/index.md)
21+
### [Setup](./setup/README.md)
2222

2323
How to configure and deploy the SDK for your use case.
2424

@@ -30,14 +30,14 @@ How to configure and deploy the SDK for your use case.
3030
* [Scaling & Multi-Tenancy](./setup/scaling.md): horizontal scaling, isolation patterns
3131
* [Multi-Tenancy & Server Deployments](./setup/multi-tenancy.md): mode: "empty", session isolation, integration IDs, sessionFs
3232

33-
### [Authentication](./auth/index.md)
33+
### [Authentication](./auth/README.md)
3434

3535
Configuring how users and services authenticate with Copilot.
3636

37-
* [Authentication Overview](./auth/index.md): methods, priority order, and examples
37+
* [Authentication Overview](./auth/README.md): methods, priority order, and examples
3838
* [Bring Your Own Key (BYOK)](./auth/byok.md): use your own API keys from OpenAI, Azure, Anthropic, and more
3939

40-
### [Features](./features/index.md)
40+
### [Features](./features/README.md)
4141

4242
Guides for building with the SDK's capabilities.
4343

@@ -54,7 +54,7 @@ Guides for building with the SDK's capabilities.
5454
* [Cloud Sessions](./features/cloud-sessions.md): run sessions on GitHub-hosted compute with the cloud: option
5555
* [Fleet Mode](./features/fleet-mode.md): dispatch parallel sub-agents for parallelizable work
5656

57-
### [Hooks Reference](./hooks/index.md)
57+
### [Hooks Reference](./hooks/README.md)
5858

5959
Detailed API reference for each session hook.
6060

File renamed without changes.

docs/auth/byok.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,5 +612,5 @@ foundry model run phi-4-mini
612612

613613
## Next steps
614614

615-
* [Authentication Overview](./index.md) - Learn about all authentication methods
615+
* [Authentication Overview](./README.md) - Learn about all authentication methods
616616
* [Getting Started Guide](../getting-started.md) - Build your first Copilot-powered app
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ These guides cover the capabilities you can add to your Copilot SDK application.
2424

2525
## Related
2626

27-
* [Hooks Reference](../hooks/index.md): detailed API reference for each hook type
27+
* [Hooks Reference](../hooks/README.md): detailed API reference for each hook type
2828
* [Integrations](../integrations/microsoft-agent-framework.md): use the SDK with other platforms (MAF, etc.)
2929
* [Troubleshooting](../troubleshooting/debugging.md): when things don't work as expected
3030
* [Compatibility](../troubleshooting/compatibility.md): SDK vs CLI feature matrix

docs/features/cloud-sessions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,4 +381,4 @@ Use remote sessions when the session should execute where the SDK runtime is alr
381381
* [Remote Sessions](./remote-sessions.md): share locally hosted sessions through Mission Control
382382
* [Streaming Events](./streaming-events.md): subscribe to `assistant.*` deltas for live UI rendering
383383
* [Multi-tenancy](../setup/multi-tenancy.md): integration IDs and server deployment patterns
384-
* [Authentication](../auth/index.md): configure GitHub authentication for SDK sessions
384+
* [Authentication](../auth/README.md): configure GitHub authentication for SDK sessions
File renamed without changes.

docs/hooks/error-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,6 @@ const session = await client.createSession({
514514

515515
## See also
516516

517-
* [Hooks Overview](./index.md)
517+
* [Hooks Overview](./README.md)
518518
* [Session Lifecycle Hooks](./session-lifecycle.md)
519519
* [Debugging Guide](../troubleshooting/debugging.md)

docs/hooks/post-tool-use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,6 @@ const session = await client.createSession({
507507

508508
## See also
509509

510-
- [Hooks Overview](./index.md)
510+
- [Hooks Overview](./README.md)
511511
- [Pre-Tool Use Hook](./pre-tool-use.md)
512512
- [Error Handling Hook](./error-handling.md)

docs/hooks/pre-tool-use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,6 @@ const session = await client.createSession({
454454

455455
## See also
456456

457-
* [Hooks Overview](./index.md)
457+
* [Hooks Overview](./README.md)
458458
* [Post-Tool Use Hook](./post-tool-use.md)
459459
* [Debugging Guide](../troubleshooting/debugging.md)

0 commit comments

Comments
 (0)