Delete the github folder from opencode and remove related functionality

This commit is contained in:
cto-new[bot]
2026-02-07 21:53:18 +00:00
parent 99dc66f76c
commit 9ff3f5c489
18 changed files with 1 additions and 3562 deletions

View File

@@ -155,45 +155,6 @@ opencode auth logout
---
### github
Manage the GitHub agent for repository automation.
```bash
opencode github [command]
```
---
#### install
Install the GitHub agent in your repository.
```bash
opencode github install
```
This sets up the necessary GitHub Actions workflow and guides you through the configuration process. [Learn more](/docs/github).
---
#### run
Run the GitHub agent. This is typically used in GitHub Actions.
```bash
opencode github run
```
##### Flags
| Flag | Description |
| --------- | -------------------------------------- |
| `--event` | GitHub mock event to run the agent for |
| `--token` | GitHub personal access token |
---
### mcp
Manage Model Context Protocol servers.