@kdonev/termscape 0.1.5 → 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.
- package/README.md +17 -7
- package/dist/agents/profiles.d.ts +23 -0
- package/dist/agents/profiles.d.ts.map +1 -1
- package/dist/agents/profiles.js +48 -5
- package/dist/agents/profiles.js.map +1 -1
- package/dist/agents/templates.d.ts +18 -0
- package/dist/agents/templates.d.ts.map +1 -1
- package/dist/agents/templates.js +19 -0
- package/dist/agents/templates.js.map +1 -1
- package/dist/agents/visibility.d.ts +22 -0
- package/dist/agents/visibility.d.ts.map +1 -0
- package/dist/agents/visibility.js +20 -0
- package/dist/agents/visibility.js.map +1 -0
- package/dist/agents/wiring.d.ts +1 -1
- package/dist/agents/wiring.d.ts.map +1 -1
- package/dist/agents/wiring.js +12 -3
- package/dist/agents/wiring.js.map +1 -1
- package/dist/cli-args.d.ts +4 -0
- package/dist/cli-args.d.ts.map +1 -1
- package/dist/cli-args.js +2 -0
- package/dist/cli-args.js.map +1 -1
- package/dist/cli.js +63 -23
- package/dist/cli.js.map +1 -1
- package/dist/db/migrations.d.ts.map +1 -1
- package/dist/db/migrations.js +29 -0
- package/dist/db/migrations.js.map +1 -1
- package/dist/db/store.d.ts +8 -0
- package/dist/db/store.d.ts.map +1 -1
- package/dist/db/store.js +25 -4
- package/dist/db/store.js.map +1 -1
- package/dist/hub.d.ts +129 -26
- package/dist/hub.d.ts.map +1 -1
- package/dist/hub.js +331 -51
- package/dist/hub.js.map +1 -1
- package/dist/hub.tgz +0 -0
- package/dist/mcp/server.d.ts.map +1 -1
- package/dist/mcp/server.js +6 -1
- package/dist/mcp/server.js.map +1 -1
- package/dist/protocol/domain.d.ts +1 -0
- package/dist/protocol/domain.d.ts.map +1 -1
- package/dist/protocol/domain.js +12 -0
- package/dist/protocol/domain.js.map +1 -1
- package/dist/protocol/mcp-tools.js +1 -1
- package/dist/protocol/mcp-tools.js.map +1 -1
- package/dist/protocol/peer.d.ts +58 -1
- package/dist/protocol/peer.d.ts.map +1 -1
- package/dist/protocol/peer.js +72 -1
- package/dist/protocol/peer.js.map +1 -1
- package/dist/protocol/ws.d.ts +6 -0
- package/dist/protocol/ws.d.ts.map +1 -1
- package/dist/protocol/ws.js +2 -0
- package/dist/protocol/ws.js.map +1 -1
- package/dist/remote/peer-serve.d.ts.map +1 -1
- package/dist/remote/peer-serve.js +16 -3
- package/dist/remote/peer-serve.js.map +1 -1
- package/dist/remote/registry.d.ts +8 -0
- package/dist/remote/registry.d.ts.map +1 -1
- package/dist/remote/registry.js +15 -0
- package/dist/remote/registry.js.map +1 -1
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +13 -2
- package/dist/server.js.map +1 -1
- package/dist/session/manager.d.ts +22 -2
- package/dist/session/manager.d.ts.map +1 -1
- package/dist/session/manager.js +52 -9
- package/dist/session/manager.js.map +1 -1
- package/dist/session/pty.d.ts +30 -1
- package/dist/session/pty.d.ts.map +1 -1
- package/dist/session/pty.js +77 -1
- package/dist/session/pty.js.map +1 -1
- package/dist/window/app-window.d.ts +2 -0
- package/dist/window/app-window.d.ts.map +1 -0
- package/dist/window/app-window.js +137 -0
- package/dist/window/app-window.js.map +1 -0
- package/dist/window/open-window.d.ts +38 -0
- package/dist/window/open-window.d.ts.map +1 -0
- package/dist/window/open-window.js +76 -0
- package/dist/window/open-window.js.map +1 -0
- package/package.json +5 -2
- package/web/assets/index-gfbbNQK4.css +1 -0
- package/web/assets/index-i7fXLKF0.js +111 -0
- package/web/icon.png +0 -0
- package/web/icon.svg +22 -0
- package/web/index.html +4 -2
- package/web/assets/index-Z03Ta4g3.js +0 -111
- package/web/assets/index-u_uCiaPD.css +0 -1
package/web/icon.png
ADDED
|
Binary file
|
package/web/icon.svg
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" width="256" height="256">
|
|
2
|
+
<!-- Termscape: terminals laid out on a canvas. -->
|
|
3
|
+
<rect x="8" y="8" width="240" height="240" rx="52" fill="#0a0c10"/>
|
|
4
|
+
<rect x="8.5" y="8.5" width="239" height="239" rx="51.5" fill="none" stroke="#262d3b" stroke-width="3"/>
|
|
5
|
+
<g fill="#262d3b">
|
|
6
|
+
<circle cx="56" cy="56" r="4"/><circle cx="104" cy="56" r="4"/><circle cx="152" cy="56" r="4"/><circle cx="200" cy="56" r="4"/>
|
|
7
|
+
<circle cx="56" cy="104" r="4"/><circle cx="200" cy="104" r="4"/>
|
|
8
|
+
<circle cx="56" cy="152" r="4"/><circle cx="200" cy="152" r="4"/>
|
|
9
|
+
<circle cx="56" cy="200" r="4"/><circle cx="104" cy="200" r="4"/><circle cx="152" cy="200" r="4"/><circle cx="200" cy="200" r="4"/>
|
|
10
|
+
</g>
|
|
11
|
+
<!-- back terminal -->
|
|
12
|
+
<rect x="40" y="44" width="112" height="84" rx="14" fill="#171c26" stroke="#88c07a" stroke-width="7"/>
|
|
13
|
+
<path d="M40 72 H152" stroke="#88c07a" stroke-width="6"/>
|
|
14
|
+
<circle cx="58" cy="58" r="5" fill="#88c07a"/>
|
|
15
|
+
<path d="M60 94 l14 10 -14 10" fill="none" stroke="#d5dae2" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
16
|
+
<!-- front terminal -->
|
|
17
|
+
<rect x="92" y="112" width="128" height="100" rx="16" fill="#12161e" stroke="#7c9cf5" stroke-width="8"/>
|
|
18
|
+
<path d="M92 144 H220" stroke="#7c9cf5" stroke-width="7"/>
|
|
19
|
+
<circle cx="112" cy="128" r="6" fill="#7c9cf5"/>
|
|
20
|
+
<path d="M116 164 l18 13 -18 13" fill="none" stroke="#d5dae2" stroke-width="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
21
|
+
<path d="M146 190 H186" stroke="#d5dae2" stroke-width="10" stroke-linecap="round"/>
|
|
22
|
+
</svg>
|
package/web/index.html
CHANGED
|
@@ -3,9 +3,11 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
6
|
+
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
|
|
7
|
+
<link rel="icon" type="image/png" href="/icon.png" />
|
|
6
8
|
<title>Termscape</title>
|
|
7
|
-
<script type="module" crossorigin src="/assets/index-
|
|
8
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
9
|
+
<script type="module" crossorigin src="/assets/index-i7fXLKF0.js"></script>
|
|
10
|
+
<link rel="stylesheet" crossorigin href="/assets/index-gfbbNQK4.css">
|
|
9
11
|
</head>
|
|
10
12
|
<body>
|
|
11
13
|
<div id="root"></div>
|