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
feat: Enterprise Apps Hub with Playwright Generator v0.0.9
- Added Enterprise Apps Hub with 6 AI-powered apps
- Playwright Script Generator: Creates complete test projects from natural language
- Multi-language support (TypeScript, JavaScript, Python)
- Browser selection (Chrome, Edge)
- File attachments (Excel, Word, TXT, MD)
- AI model selection from vscode.lm API
- Automatic project folder creation with all files
- Code Review, Commit Messages, Documentation, Quick Prompt, Code Improver apps
- Updated README with new features
- Fixed UI handlers for project creation feedback
**Transform your GitHub Copilot subscription into a fully-featured, OpenAI-compatible API server.**
3
+
**Transform your GitHub Copilot subscription into a powerful AI development platform.**
4
4
5
-
A production-ready VS Code extension that exposes GitHub Copilot as a local HTTP API server. Compatible with OpenAI, Anthropic Claude, and Google Gemini client libraries—connect any AI-powered application to Copilot without code changes.
5
+
A production-ready VS Code extension that exposes GitHub Copilot as a local HTTP API server AND provides enterprise-grade AI apps for developers. Compatible with OpenAI, Anthropic Claude, and Google Gemini client libraries—connect any AI-powered application to Copilot without code changes.
6
6
7
7
[](https://code.visualstudio.com/)
-**Browser selection**: Google Chrome, Microsoft Edge
34
+
-**File attachments**: Upload Excel, Word, TXT, MD files with test steps
35
+
-**AI Model selection**: Choose from available VS Code language models
36
+
-**Automatic project creation**: Creates complete project folder with all files
37
+
-**One-click setup**: Commands for npm install and running tests
38
+
39
+
---
40
+
15
41
## Overview
16
42
17
43
GitHub Copilot API Gateway creates a local HTTP server that bridges your existing Copilot subscription to any OpenAI-compatible client. This enables developers to:
@@ -20,13 +46,23 @@ GitHub Copilot API Gateway creates a local HTTP server that bridges your existin
20
46
- Integrate Copilot into custom workflows without additional API costs
21
47
- Share Copilot access across your local network securely
22
48
- Extend Copilot with Model Context Protocol (MCP) tools
49
+
-**NEW**: Use AI-powered apps directly in VS Code
23
50
24
51
**No additional API keys required.** Your existing GitHub Copilot subscription handles all requests.
25
52
26
53
---
27
54
28
55
## Key Features
29
56
57
+
### 🎭 Enterprise Apps Hub
58
+
59
+
Access powerful AI apps without leaving VS Code:
60
+
61
+
1. Click **📦 Open Apps Hub** in the sidebar
62
+
2. Choose an app (Playwright Generator, Code Review, etc.)
63
+
3. Fill in the inputs and click generate
64
+
4. Get production-ready output with one click
65
+
30
66
### Multi-Provider API Compatibility
31
67
32
68
| Provider | Endpoint | SDK Support |
@@ -64,7 +100,6 @@ Extend Copilot's capabilities with external tools:
64
100
### Interactive Dashboard
65
101
66
102
-**Real-time Statistics**: Requests, tokens, latency, and error monitoring
67
-
-**Prompt Generator**: AI-powered tool to create detailed, actionable prompts
68
103
-**API Reference**: Code examples for Python, JavaScript, cURL, and MCP integration
69
104
-**Visual Analytics**: Charts for daily usage patterns and token consumption
70
105
@@ -85,6 +120,13 @@ Extend Copilot's capabilities with external tools:
85
120
3. Run **"Copilot API: Controls"** and select **"Start Server"**
86
121
4. The API server starts at `http://127.0.0.1:3030`
87
122
123
+
### Using Apps Hub
124
+
125
+
1. Open the **Copilot API** sidebar
126
+
2. Click **📦 Open Apps Hub**
127
+
3. Select an app to launch it in a new tab
128
+
4. Fill in the form and generate!
129
+
88
130
---
89
131
90
132
## Quick Start
@@ -156,115 +198,15 @@ GitHub Copilot API Gateway is compatible with the entire OpenAI ecosystem. Any l
156
198
|[AutoGPT](https://github.com/Significant-Gravitas/AutoGPT)| Autonomous AI agent | Set `OPENAI_API_BASE` environment variable |
157
199
|[CrewAI](https://crewai.com)| Multi-agent orchestration | Configure OpenAI base URL in agent settings |
158
200
|[MetaGPT](https://github.com/geekan/MetaGPT)| Multi-agent meta programming | Use custom OpenAI endpoint |
159
-
|[BabyAGI](https://github.com/yoheinakajima/babyagi)| Task-driven autonomous agent | Set OpenAI base URL |
160
-
|[SuperAGI](https://superagi.com)| Open-source AGI framework | Configure API endpoint |
161
201
162
202
### Development Tools
163
203
164
204
| Tool | Purpose | Integration Method |
165
205
|------|---------|-------------------|
166
-
|[Ollama](https://ollama.ai)| Local LLM hosting | Compatible interface; use as alternative backend |
167
-
|[LM Studio](https://lmstudio.ai)| Local model management | Same OpenAI-compatible protocol |
168
206
|[Continue](https://continue.dev)| VS Code AI coding assistant | Configure OpenAI provider URL |
169
207
|[Aider](https://aider.chat)| AI pair programming in terminal | Set `--openai-api-base` flag |
170
208
|[Open Interpreter](https://openinterpreter.com)| Natural language computer control | Configure API base URL |
0 commit comments