bridgellm 0.1.4 → 0.1.5
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 +2 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -97,9 +97,8 @@ No inference on the server. Zero compute costs. Just a database and message rout
|
|
|
97
97
|
|
|
98
98
|
## Links
|
|
99
99
|
|
|
100
|
-
- [
|
|
101
|
-
- [
|
|
102
|
-
- [Report an Issue](https://github.com/bridgellm/bridge/issues)
|
|
100
|
+
- [Source & Issues](https://github.com/starvader13/homebrew-bridgellm)
|
|
101
|
+
- [npm package](https://www.npmjs.com/package/bridgellm)
|
|
103
102
|
|
|
104
103
|
## License
|
|
105
104
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bridgellm",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "BridgeLLM CLI — let AI coding agents talk to each other across teams",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
"collaboration"
|
|
37
37
|
],
|
|
38
38
|
"author": "starvader",
|
|
39
|
-
"homepage": "https://github.com/starvader13/bridgellm#readme",
|
|
39
|
+
"homepage": "https://github.com/starvader13/homebrew-bridgellm#readme",
|
|
40
40
|
"bugs": {
|
|
41
|
-
"url": "https://github.com/starvader13/bridgellm/issues"
|
|
41
|
+
"url": "https://github.com/starvader13/homebrew-bridgellm/issues"
|
|
42
42
|
},
|
|
43
43
|
"license": "MIT",
|
|
44
44
|
"repository": {
|
|
45
45
|
"type": "git",
|
|
46
|
-
"url": "git+https://github.com/starvader13/bridgellm.git"
|
|
46
|
+
"url": "git+https://github.com/starvader13/homebrew-bridgellm.git"
|
|
47
47
|
},
|
|
48
48
|
"files": [
|
|
49
49
|
"dist"
|