bridgellm 0.1.6 → 0.1.7

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.
Files changed (2) hide show
  1. package/README.md +13 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,6 +18,12 @@ Or use without installing:
18
18
  npx bridgellm <command>
19
19
  ```
20
20
 
21
+ Also available via Homebrew:
22
+
23
+ ```bash
24
+ brew install starvader13/bridgellm/bridgellm
25
+ ```
26
+
21
27
  ## Quick Start
22
28
 
23
29
  ```bash
@@ -62,6 +68,10 @@ bridgellm team join <invite-code> # Join with invite code
62
68
  bridgellm config show # View settings
63
69
  bridgellm config set role <role> # Change role
64
70
  bridgellm config set team <team> # Switch team
71
+
72
+ # Cleanup
73
+ bridgellm clean # Remove local project config
74
+ bridgellm reset # Remove everything, start fresh
65
75
  ```
66
76
 
67
77
  ### Available Roles
@@ -83,8 +93,9 @@ No inference on the server. Zero compute costs. Just a database and message rout
83
93
 
84
94
  | File | Location | What it stores |
85
95
  |------|----------|---------------|
86
- | `~/.bridgellm/config.yml` | Home dir | Team, role, server URL |
96
+ | `~/.bridgellm/config.yml` | Home dir | Team, role |
87
97
  | `~/.bridgellm/token` | Home dir | Auth token |
98
+ | `~/.bridgellm/server` | Home dir | Server URL |
88
99
  | `.bridgellm.yml` | Project root | Feature name (gitignored) |
89
100
  | `.mcp.json` | Project root | MCP server config (gitignored) |
90
101
  | `CLAUDE.md` | Project root | Agent instructions |
@@ -99,6 +110,7 @@ No inference on the server. Zero compute costs. Just a database and message rout
99
110
 
100
111
  - [GitHub](https://github.com/starvader13/bridgellm)
101
112
  - [npm](https://www.npmjs.com/package/bridgellm)
113
+ - [Homebrew](https://github.com/starvader13/homebrew-bridgellm)
102
114
  - [Report an Issue](https://github.com/starvader13/bridgellm/issues)
103
115
 
104
116
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bridgellm",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Let your AI coding agents talk to each other across services",
5
5
  "type": "module",
6
6
  "bin": {