You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone --single-branch --branch kayvan/msft_copilot_vendor_by_claude_opus_4_5 https://github.com/ksylvan/fabric.git /tmp/fabric_msft
cd /tmp/fabric_msft
go build -o ./fabric ./cmd/fabric
./fabric -S
And then choose Copilot from the list of providers:
Available plugins (please configure all required plugins)::
AI Vendors [at least one, required]
[1] Abacus (configured)
[2] AIML
[3] Anthropic (configured)
[4] Azure
[5] Cerebras
[6] Copilot
[7] DeepSeek (configured)
[8] Exolab
[9] Gemini (configured)
[10] GitHub (configured)
[11] GrokAI (configured)
[12] Groq (configured)
[13] Langdock
[14] LiteLLM
[15] LM Studio (configured)
[16] Mistral
[17] Ollama (configured)
[18] OpenAI (configured)
[19] OpenRouter (configured)
[20] Perplexity
[21] SiliconCloud
[22] Together
[23] Venice AI (configured)
[24] Z AI (configured)
Tools
[25] Custom Patterns - Set directory for your custom patterns (optional) (configured)
[26] Default AI Vendor and Model [required] (configured)
[27] Jina AI Service - to grab a webpage as clean, LLM-friendly text (configured)
[28] Language - Default AI Vendor Output Language (configured)
[29] Patterns - Downloads patterns [required] (configured)
[30] Strategies - Downloads Prompting Strategies (like chain of thought) [required] (configured)
[31] YouTube - to grab video transcripts (via yt-dlp) and comments/metadata (via YouTube API) (configured)
[Plugin Number] Enter the number of the plugin to setup (leave empty to skip):
And continue with the prompts.
If it works, I'll create a PR, and we’ll have Microsoft Copilot support.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I don't have a Microsoft 365 Copilot Enterprise license, but I thought one of you might be able to test this.
The new feature branch is related to the issue:
#1849
Can you try my branch here?
https://github.com/ksylvan/fabric/tree/kayvan/msft_copilot_vendor_by_claude_opus_4_5
git clone --single-branch --branch kayvan/msft_copilot_vendor_by_claude_opus_4_5 https://github.com/ksylvan/fabric.git /tmp/fabric_msft cd /tmp/fabric_msft go build -o ./fabric ./cmd/fabric ./fabric -SAnd then choose Copilot from the list of providers:
And continue with the prompts.
If it works, I'll create a PR, and we’ll have Microsoft Copilot support.
@cmug81
Beta Was this translation helpful? Give feedback.
All reactions