mxclip 1.0.2 → 1.0.4
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 +25 -25
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/
|
|
2
|
+
<img src="https://raw.githubusercontent.com/MD-Mushfiqur123/mxclip/main/doc/assets/banner.jpg" alt="MXCLIP is the app people use to manage AI agents for work." width="720" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
6
|
<a href="#quickstart"><strong>Quickstart</strong></a> ·
|
|
7
7
|
<a href="https://mxclip.ing/docs"><strong>Docs</strong></a> ·
|
|
8
|
-
<a href="https://github.com/
|
|
8
|
+
<a href="https://github.com/MD-Mushfiqur123/mxclip"><strong>GitHub</strong></a> ·
|
|
9
9
|
<a href="https://discord.gg/m4HZY7xNG3"><strong>Discord</strong></a> ·
|
|
10
10
|
<a href="https://x.com/mxcliping"><strong>Twitter</strong></a> ·
|
|
11
11
|
<a href="https://mxclip.ing"><strong>Website</strong></a>
|
|
12
12
|
</p>
|
|
13
13
|
|
|
14
14
|
<p align="center">
|
|
15
|
-
<a href="https://github.com/
|
|
16
|
-
<a href="https://github.com/
|
|
15
|
+
<a href="https://github.com/MD-Mushfiqur123/mxclip/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue" alt="MIT License" /></a>
|
|
16
|
+
<a href="https://github.com/MD-Mushfiqur123/mxclip/stargazers"><img src="https://img.shields.io/github/stars/MD-Mushfiqur123/mxclip?style=flat" alt="Stars" /></a>
|
|
17
17
|
<a href="https://discord.gg/m4HZY7xNG3"><img src="https://img.shields.io/discord/000000000?label=discord" alt="Discord" /></a>
|
|
18
18
|
</p>
|
|
19
19
|
|
|
@@ -49,12 +49,12 @@ It looks like a task manager. Under the hood: org charts, budgets, governance, g
|
|
|
49
49
|
<table>
|
|
50
50
|
<tr>
|
|
51
51
|
<td align="center"><strong>Works<br/>with</strong></td>
|
|
52
|
-
<td align="center"><img src="https://raw.githubusercontent.com/
|
|
53
|
-
<td align="center"><img src="https://raw.githubusercontent.com/
|
|
54
|
-
<td align="center"><img src="https://raw.githubusercontent.com/
|
|
55
|
-
<td align="center"><img src="https://raw.githubusercontent.com/
|
|
56
|
-
<td align="center"><img src="https://raw.githubusercontent.com/
|
|
57
|
-
<td align="center"><img src="https://raw.githubusercontent.com/
|
|
52
|
+
<td align="center"><img src="https://raw.githubusercontent.com/mxclip/mxclip/master/doc/assets/logos/openclaw.svg" width="32" alt="OpenClaw" /><br/><sub>OpenClaw</sub></td>
|
|
53
|
+
<td align="center"><img src="https://raw.githubusercontent.com/mxclip/mxclip/master/doc/assets/logos/claude.svg" width="32" alt="Claude" /><br/><sub>Claude Code</sub></td>
|
|
54
|
+
<td align="center"><img src="https://raw.githubusercontent.com/mxclip/mxclip/master/doc/assets/logos/codex.svg" width="32" alt="Codex" /><br/><sub>Codex</sub></td>
|
|
55
|
+
<td align="center"><img src="https://raw.githubusercontent.com/mxclip/mxclip/master/doc/assets/logos/cursor.svg" width="32" alt="Cursor" /><br/><sub>Cursor</sub></td>
|
|
56
|
+
<td align="center"><img src="https://raw.githubusercontent.com/mxclip/mxclip/master/doc/assets/logos/bash.svg" width="32" alt="Bash" /><br/><sub>Bash</sub></td>
|
|
57
|
+
<td align="center"><img src="https://raw.githubusercontent.com/mxclip/mxclip/master/doc/assets/logos/http.svg" width="32" alt="HTTP" /><br/><sub>HTTP</sub></td>
|
|
58
58
|
</tr>
|
|
59
59
|
</table>
|
|
60
60
|
|
|
@@ -281,23 +281,23 @@ MXCLIP is a full control plane, not a wrapper. Before you build any of this your
|
|
|
281
281
|
Open source. Self-hosted. No MXCLIP account required.
|
|
282
282
|
|
|
283
283
|
```bash
|
|
284
|
-
npx
|
|
284
|
+
npx mxclip onboard --yes
|
|
285
285
|
```
|
|
286
286
|
|
|
287
287
|
That quickstart path now defaults to trusted local loopback mode for the fastest first run. To start in authenticated/private mode instead, choose a bind preset explicitly:
|
|
288
288
|
|
|
289
289
|
```bash
|
|
290
|
-
npx
|
|
290
|
+
npx mxclip onboard --yes --bind lan
|
|
291
291
|
# or:
|
|
292
|
-
npx
|
|
292
|
+
npx mxclip onboard --yes --bind tailnet
|
|
293
293
|
```
|
|
294
294
|
|
|
295
|
-
If you already have MXCLIP configured, rerunning `onboard` keeps the existing config in place. Use `
|
|
295
|
+
If you already have MXCLIP configured, rerunning `onboard` keeps the existing config in place. Use `mxclip configure` to edit settings.
|
|
296
296
|
|
|
297
297
|
Or manually:
|
|
298
298
|
|
|
299
299
|
```bash
|
|
300
|
-
git clone https://github.com/
|
|
300
|
+
git clone https://github.com/mxclip/mxclip.git
|
|
301
301
|
cd mxclip
|
|
302
302
|
pnpm install
|
|
303
303
|
pnpm dev
|
|
@@ -337,10 +337,10 @@ By default, agents run on scheduled heartbeats and event-based triggers (task as
|
|
|
337
337
|
Cloud upstream sync is behind the `Cloud Sync` experimental setting. Enable it in Instance Settings before pushing.
|
|
338
338
|
|
|
339
339
|
```bash
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
340
|
+
mxclip cloud connect https://your-stack.mxclip.app
|
|
341
|
+
mxclip cloud connect https://your-stack.mxclip.app --no-browser
|
|
342
|
+
mxclip cloud push --company <local-company-id> --dry-run
|
|
343
|
+
mxclip cloud push --company <local-company-id>
|
|
344
344
|
```
|
|
345
345
|
|
|
346
346
|
`cloud connect` authorizes the local instance against the target stack and stores the upstream token in the local instance secret store. The default path opens a browser for consent; `--no-browser` uses the device-code flow and prints the verification URL and user code.
|
|
@@ -364,7 +364,7 @@ pnpm db:migrate # Apply migrations
|
|
|
364
364
|
|
|
365
365
|
`pnpm test` does not run Playwright. Browser suites stay separate and are typically run only when working on those flows or in CI.
|
|
366
366
|
|
|
367
|
-
See [doc/DEVELOPING.md](https://github.com/
|
|
367
|
+
See [doc/DEVELOPING.md](https://github.com/mxclip/mxclip/blob/master/doc/DEVELOPING.md) for the full development guide.
|
|
368
368
|
|
|
369
369
|
<br/>
|
|
370
370
|
|
|
@@ -392,7 +392,7 @@ See [doc/DEVELOPING.md](https://github.com/mxllms/mxclip/blob/master/doc/DEVELOP
|
|
|
392
392
|
- ⚪ Cloud deployments
|
|
393
393
|
- ⚪ Desktop App
|
|
394
394
|
|
|
395
|
-
This is the short roadmap preview. See the full roadmap in [ROADMAP.md](https://github.com/
|
|
395
|
+
This is the short roadmap preview. See the full roadmap in [ROADMAP.md](https://github.com/mxclip/mxclip/blob/master/ROADMAP.md).
|
|
396
396
|
|
|
397
397
|
<br/>
|
|
398
398
|
|
|
@@ -415,7 +415,7 @@ Telemetry is **enabled by default** and can be disabled with any of the followin
|
|
|
415
415
|
|
|
416
416
|
## Contributing
|
|
417
417
|
|
|
418
|
-
We welcome contributions. See the [contributing guide](https://github.com/
|
|
418
|
+
We welcome contributions. See the [contributing guide](https://github.com/mxclip/mxclip/blob/master/CONTRIBUTING.md) for details.
|
|
419
419
|
|
|
420
420
|
<br/>
|
|
421
421
|
|
|
@@ -423,8 +423,8 @@ We welcome contributions. See the [contributing guide](https://github.com/mxllms
|
|
|
423
423
|
|
|
424
424
|
- [Discord](https://discord.gg/m4HZY7xNG3) — Join the community
|
|
425
425
|
- [Twitter / X](https://x.com/mxcliping) — Follow updates and announcements
|
|
426
|
-
- [GitHub Issues](https://github.com/
|
|
427
|
-
- [GitHub Discussions](https://github.com/
|
|
426
|
+
- [GitHub Issues](https://github.com/mxclip/mxclip/issues) — bugs and feature requests
|
|
427
|
+
- [GitHub Discussions](https://github.com/mxclip/mxclip/discussions) — ideas and RFC
|
|
428
428
|
|
|
429
429
|
<br/>
|
|
430
430
|
|
|
@@ -434,7 +434,7 @@ MIT © 2026 [MXCLIP Labs, Inc](https://mxclip.ing)
|
|
|
434
434
|
|
|
435
435
|
## Star History
|
|
436
436
|
|
|
437
|
-
[](https://www.star-history.com/?repos=mxclip%2Fmxclip&type=date&legend=top-left)
|
|
438
438
|
|
|
439
439
|
<br/>
|
|
440
440
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mxclip",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "MXCLIP CLI — orchestrate AI agent teams to run a business",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
|
-
"
|
|
7
|
+
"mxclip": "./dist/index.js"
|
|
8
8
|
},
|
|
9
9
|
"keywords": [
|
|
10
10
|
"mxclip",
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
19
|
-
"url": "https://github.com/
|
|
19
|
+
"url": "https://github.com/MD-Mushfiqur123/mxclip",
|
|
20
20
|
"directory": "cli"
|
|
21
21
|
},
|
|
22
|
-
"homepage": "https://github.com/
|
|
22
|
+
"homepage": "https://github.com/MD-Mushfiqur123/mxclip",
|
|
23
23
|
"bugs": {
|
|
24
|
-
"url": "https://github.com/
|
|
24
|
+
"url": "https://github.com/MD-Mushfiqur123/mxclip/issues"
|
|
25
25
|
},
|
|
26
26
|
"files": [
|
|
27
27
|
"dist"
|