feat: add cc-copilot-bridge reference in examples
- Created multi-provider/ directory with redirect to dedicated repo - Added cc-copilot-bridge in examples index table - Added Multi-Provider Bridge section with link to github.com/FlorianBruniaux/cc-copilot-bridge Related: github.com/FlorianBruniaux/cc-copilot-bridge v1.2.0 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
222a2ed39c
commit
be91799dcf
1 changed files with 11 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ Ready-to-use templates for Claude Code configuration.
|
|||
| [`workflows/`](./workflows/) | Advanced development workflow guides |
|
||||
| [`modes/`](./modes/) | Behavioral modes for Claude (SuperClaude) |
|
||||
| [`semantic-anchors/`](./semantic-anchors/) | Precise vocabulary for better LLM outputs |
|
||||
| [`multi-provider/`](./multi-provider/) | **NEW** Multi-provider bridge (Copilot/Ollama) |
|
||||
|
||||
## Quick Start
|
||||
|
||||
|
|
@ -167,6 +168,16 @@ Ready-to-use templates for Claude Code configuration.
|
|||
|
||||
> **See [Section 2.7](../guide/ultimate-guide.md#27-semantic-anchors) in the guide for how to use semantic anchors**
|
||||
|
||||
### Multi-Provider Bridge
|
||||
|
||||
| Tool | Purpose |
|
||||
|------|---------|
|
||||
| [cc-copilot-bridge](./multi-provider/) | Bridge GitHub Copilot to Claude Code CLI for free access to 25+ AI models |
|
||||
|
||||
> 🔗 **Moved to dedicated repository**: [github.com/FlorianBruniaux/cc-copilot-bridge](https://github.com/FlorianBruniaux/cc-copilot-bridge)
|
||||
>
|
||||
> Turn your $10/month GitHub Copilot Pro+ subscription into unlimited Claude Code access with 25+ models (GPT-4.1, Claude Opus/Sonnet/Haiku, Gemini). Includes Ollama local mode for offline/private development.
|
||||
|
||||
---
|
||||
|
||||
*See the [main guide](../guide/ultimate-guide.md) for detailed explanations, or the [architecture guide](../guide/architecture.md) for how Claude Code works internally.*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue