@vibecontrols/vibe-plugin-session-tmux 2026.525.2 → 2026.529.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/LICENSE +25 -0
- package/README.md +40 -4
- package/dist/index.d.ts +1 -1
- package/package.json +2 -3
package/LICENSE
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Burdenoff Consultancy Services Private Limited,
|
|
4
|
+
Algoshred Technologies Private Limited,
|
|
5
|
+
and all its sister companies.
|
|
6
|
+
|
|
7
|
+
Maintainer: Vignesh T.V <https://github.com/tvvignesh>
|
|
8
|
+
|
|
9
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
11
|
+
in the Software without restriction, including without limitation the rights
|
|
12
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
13
|
+
copies of the Software, and to permit persons to whom the Software is furnished
|
|
14
|
+
to do so, subject to the following conditions:
|
|
15
|
+
|
|
16
|
+
The above copyright notice and this permission notice shall be included in all
|
|
17
|
+
copies or substantial portions of the Software.
|
|
18
|
+
|
|
19
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
23
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
24
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
25
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,17 +1,24 @@
|
|
|
1
|
-
# @
|
|
1
|
+
# @vibecontrols/vibe-plugin-session-tmux
|
|
2
|
+
|
|
3
|
+
<!-- VIBECONTROLS_OSS_HEADER_START -->
|
|
4
|
+
|
|
5
|
+
> **License**: MIT — see [LICENSE](./LICENSE).
|
|
6
|
+
> **Note**: This plugin is open source. The `@vibecontrols/agent` runtime that loads it is **not** open source — it is a proprietary product of Burdenoff Consultancy Services Pvt. Ltd. See [vibecontrols.com](https://vibecontrols.com) for the agent.
|
|
7
|
+
|
|
8
|
+
<!-- VIBECONTROLS_OSS_HEADER_END -->
|
|
2
9
|
|
|
3
10
|
Tmux + ttyd session provider plugin for [VibeControls Agent](https://www.npmjs.com/package/@vibecontrols/agent).
|
|
4
11
|
|
|
5
12
|
## Installation
|
|
6
13
|
|
|
7
14
|
```bash
|
|
8
|
-
vibe plugin install @
|
|
15
|
+
vibe plugin install @vibecontrols/vibe-plugin-session-tmux
|
|
9
16
|
```
|
|
10
17
|
|
|
11
18
|
Or install globally alongside the agent:
|
|
12
19
|
|
|
13
20
|
```bash
|
|
14
|
-
npm install -g @
|
|
21
|
+
npm install -g @vibecontrols/vibe-plugin-session-tmux
|
|
15
22
|
```
|
|
16
23
|
|
|
17
24
|
## Features
|
|
@@ -48,6 +55,35 @@ This plugin registers a `session` provider with the following capabilities:
|
|
|
48
55
|
- ttyd installed on the host system (optional, for web terminals)
|
|
49
56
|
- Bun runtime >= 1.3.0
|
|
50
57
|
|
|
58
|
+
<!-- VIBECONTROLS_OSS_FOOTER_START -->
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
|
|
51
62
|
## License
|
|
52
63
|
|
|
53
|
-
|
|
64
|
+
Released under the [MIT License](./LICENSE).
|
|
65
|
+
|
|
66
|
+
Copyright (c) 2026 Burdenoff Consultancy Services Private Limited, Algoshred Technologies Private Limited, and all its sister companies.
|
|
67
|
+
|
|
68
|
+
Maintainer: **Vignesh T.V** — <https://github.com/tvvignesh>
|
|
69
|
+
|
|
70
|
+
## Credits
|
|
71
|
+
|
|
72
|
+
This plugin builds on the following upstream open-source projects. All trademarks and copyrights remain with their respective owners.
|
|
73
|
+
|
|
74
|
+
- **tmux** — <https://github.com/tmux/tmux>
|
|
75
|
+
|
|
76
|
+
## About VibeControls
|
|
77
|
+
|
|
78
|
+
**VibeControls** is the agentic engineering mission control for AI-native teams. Vibe-plugins extend the VibeControls agent with new providers, tools, sessions, tunnels, storage backends, and security stages.
|
|
79
|
+
|
|
80
|
+
- Website: <https://vibecontrols.com>
|
|
81
|
+
- Documentation: <https://docs.vibecontrols.com>
|
|
82
|
+
- Plugin SDK: <https://github.com/algoshred/vibecontrols-plugin-sdk>
|
|
83
|
+
- All plugins: <https://github.com/algoshred?q=vibe-plugin-&type=all>
|
|
84
|
+
|
|
85
|
+
## Important: agent is not open source
|
|
86
|
+
|
|
87
|
+
The `@vibecontrols/agent` runtime that loads and orchestrates these plugins is **closed source** and proprietary to Burdenoff Consultancy Services Pvt. Ltd. Only the plugin contract and the plugins themselves are released under MIT. If you want a fully self-hostable agent, please open an issue or contact the maintainer.
|
|
88
|
+
|
|
89
|
+
<!-- VIBECONTROLS_OSS_FOOTER_END -->
|
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibecontrols/vibe-plugin-session-tmux",
|
|
3
|
-
"version": "2026.
|
|
3
|
+
"version": "2026.529.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"description": "Tmux + ttyd session provider plugin for VibeControls Agent",
|
|
@@ -9,10 +9,9 @@
|
|
|
9
9
|
},
|
|
10
10
|
"author": {
|
|
11
11
|
"name": "Vignesh T.V",
|
|
12
|
-
"email": "vignesh@burdenoff.com",
|
|
13
12
|
"url": "https://github.com/tvvignesh"
|
|
14
13
|
},
|
|
15
|
-
"license": "
|
|
14
|
+
"license": "MIT",
|
|
16
15
|
"scripts": {
|
|
17
16
|
"build": "bun build ./src/index.ts --outdir ./dist --target bun --minify-syntax --minify-whitespace --external elysia && tsc --emitDeclarationOnly --declaration --outDir ./dist",
|
|
18
17
|
"dev": "tsc --watch",
|