@dugleelabs/copair 1.5.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -9,6 +9,13 @@
9
9
  <a href="https://nodejs.org"><img src="https://img.shields.io/node/v/@dugleelabs/copair" alt="node version"></a>
10
10
  </p>
11
11
 
12
+ <p align="center">
13
+ <a href="https://copair.dugleelabs.io">Website</a> •
14
+ <a href="https://github.com/dugleelabs/copair/releases">Releases</a> •
15
+ <a href="docs/configuration.md">Docs</a> •
16
+ <a href="https://github.com/dugleelabs/copair/issues">Issues</a>
17
+ </p>
18
+
12
19
  A model-agnostic AI coding agent for the terminal. Works like Claude Code but supports any LLM provider — commercial APIs, open source models, or self-hosted instances.
13
20
 
14
21
  ```
@@ -236,7 +243,7 @@ plugins:
236
243
  - "@scope/my-plugin-package"
237
244
  ```
238
245
 
239
- **Copair Pro** is a commercial edition built on top of the open-source core, offering additional features for teams and enterprises.
246
+ **[Copair Pro](https://copair.dugleelabs.io)** is a commercial edition built on top of the open-source core, offering additional features for teams and enterprises.
240
247
 
241
248
  ## Programmatic API
242
249