diff options
Diffstat (limited to 'opencode-bin/slack-desc')
| -rw-r--r-- | opencode-bin/slack-desc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/opencode-bin/slack-desc b/opencode-bin/slack-desc index 125ad40..9469921 100644 --- a/opencode-bin/slack-desc +++ b/opencode-bin/slack-desc @@ -3,17 +3,17 @@ # Line up the first '|' above the ':' following the base package name, and # the '|' on the right side marks the last column you can put a character in. # You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one blank line after the name. +# customary to leave one blank line after the base package name's header. |-----handy-ruler------------------------------------------------------| -opencode-bin: opencode-bin (AI coding agent for the terminal) +opencode-bin: opencode-bin (open source AI coding agent for the terminal) opencode-bin: -opencode-bin: opencode is a powerful AI coding agent built for the terminal. -opencode-bin: It supports multiple LLM providers including OpenAI, Anthropic, -opencode-bin: Google Gemini, and others via simple configuration. +opencode-bin: OpenCode is a TUI/CLI AI coding agent supporting 75+ LLM providers +opencode-bin: including Claude, OpenAI, Gemini, GitHub Copilot, and local models +opencode-bin: via Ollama. It features a client/server architecture, session +opencode-bin: management, LSP integration, MCP support, and plugin system. +opencode-bin: Binaries are compiled with Bun and are self-contained. opencode-bin: -opencode-bin: This package ships the official pre-built binary. No compilation -opencode-bin: is required. API keys for a supported LLM provider are needed -opencode-bin: at runtime. +opencode-bin: Homepage: https://opencode.ai +opencode-bin: License: MIT opencode-bin: -opencode-bin: Homepage: https://github.com/opencode-ai/opencode |
