-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopencode.nuspec
More file actions
99 lines (73 loc) · 3.89 KB
/
opencode.nuspec
File metadata and controls
99 lines (73 loc) · 3.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>opencode</id>
<version>1.14.30</version>
<packageSourceUrl>https://github.com/itsrainingmani/opencode-chocolatey</packageSourceUrl>
<owners>itsrainingmani</owners>
<title>opencode</title>
<authors>anomaly</authors>
<projectUrl>https://opencode.ai/</projectUrl>
<iconUrl>https://opencode.ai/favicon.svg</iconUrl>
<copyright>2026 opencode</copyright>
<licenseUrl>https://github.com/anomalyco/opencode/blob/dev/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/anomalyco/opencode</projectSourceUrl>
<docsUrl>https://opencode.ai/docs/</docsUrl>
<bugTrackerUrl>https://github.com/anomalyco/opencode/issues</bugTrackerUrl>
<tags>opencode ai coding terminal tui assistant development productivity</tags>
<summary>The open source AI coding agent</summary>
<description><
## What is OpenCode?
[OpenCode](https://opencode.ai) is an open source agent that helps you write code in your terminal, IDE, or desktop.
- **LSP enabled**: Automatically loads the right LSPs for the LLM
- **Multi-session**: Start multiple agents in parallel on the same project
- **Share links**: Share a link to any session for reference or to debug
- **Claude Pro**: Log in with Anthropic to use your Claude Pro or Max account
- **ChatGPT Plus/Pro**: Log in with OpenAI to use your ChatGPT Plus or Pro account
- **Any model**: 75+ LLM providers through [Models.dev](https://models.dev), including local models
- **Any editor**: Available as a terminal interface, desktop app, and IDE extension
[Read docs](https://opencode.ai/docs)
### The open source AI coding agent
- With over **78,000** GitHub stars, **600** contributors, and almost **7,700** commits, OpenCode is used and trusted by over **650,000** developers every month.
### Built for privacy first
- OpenCode does not store any of your code or context data, so that it can operate in privacy sensitive environments. Learn more about [privacy](https://opencode.ai/docs/enterprise/).
## Usage
After installing via Chocolatey, you can start using opencode by running in your terminal of choice:
```
$ opencode
```
## Configure
With OpenCode you can use any LLM provider by configuring their API keys.
If you are new to using LLM providers, we recommend using [OpenCode Zen](https://opencode.ai/docs/zen). It’s a curated list of models that have been tested and verified by the OpenCode team.
Run the `/connect` command in the TUI, select opencode, and head to [opencode.ai/auth](https://opencode.ai/auth).
Sign in, add your billing details, and copy your API key.
Paste your API key.
```shell
┌ API Key
│
│
└ enter
```
Alternatively, you can select one of the other providers. [Learn more](https://opencode.ai/docs/providers#directory).
For more information, visit the [official documentation](https://opencode.ai/docs/).
## Access reliable optimized models for coding agents
Zen gives you access to a handpicked set of AI models that OpenCode has tested and benchmarked specifically for coding agents. No need to worry about inconsistent performance and quality across providers, use validated models that work.
[Learn about Zen](https://opencode.ai/zen)
]]></description>
<releaseNotes>https://github.com/anomalyco/opencode/releases/tag/v1.14.30</releaseNotes>
<dependencies>
<dependency id="unzip" />
<dependency id="ripgrep" />
<dependency id="fzf" />
</dependencies>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>