@dugleelabs/copair 1.0.0 → 1.0.1
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 +4 -4
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,16 +3,16 @@
|
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
<a href="https://www.npmjs.com/package/copair"><img src="https://img.shields.io/npm/v/copair" alt="npm version"></a>
|
|
7
|
-
<a href="https://github.com/dugleelabs/copair/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/copair" alt="license"></a>
|
|
6
|
+
<a href="https://www.npmjs.com/package/@dugleelabs/copair"><img src="https://img.shields.io/npm/v/@dugleelabs/copair" alt="npm version"></a>
|
|
7
|
+
<a href="https://github.com/dugleelabs/copair/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/@dugleelabs/copair" alt="license"></a>
|
|
8
8
|
<a href="https://github.com/dugleelabs/copair/actions"><img src="https://img.shields.io/github/actions/workflow/status/dugleelabs/copair/pull_request.yaml?branch=main&label=CI" alt="CI"></a>
|
|
9
|
-
<a href="https://nodejs.org"><img src="https://img.shields.io/node/v/copair" alt="node version"></a>
|
|
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
12
|
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
13
|
|
|
14
14
|
```
|
|
15
|
-
npm install -g copair
|
|
15
|
+
npm install -g @dugleelabs/copair
|
|
16
16
|
copair
|
|
17
17
|
```
|
|
18
18
|
|
package/dist/index.js
CHANGED
|
@@ -5084,7 +5084,7 @@ import chalk6 from "chalk";
|
|
|
5084
5084
|
// package.json
|
|
5085
5085
|
var package_default = {
|
|
5086
5086
|
name: "@dugleelabs/copair",
|
|
5087
|
-
version: "1.0.
|
|
5087
|
+
version: "1.0.1",
|
|
5088
5088
|
description: "Model-agnostic AI coding agent for the terminal",
|
|
5089
5089
|
type: "module",
|
|
5090
5090
|
main: "dist/index.js",
|