zugzbot 1.0.7 → 1.0.8
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/.opencode/commands/web.md +17 -0
- package/.utils/zugzweb/client/README.md +73 -0
- package/.utils/zugzweb/client/eslint.config.js +22 -0
- package/.utils/zugzweb/client/index.html +13 -0
- package/.utils/zugzweb/client/package-lock.json +3707 -0
- package/.utils/zugzweb/client/package.json +36 -0
- package/.utils/zugzweb/client/public/favicon.svg +1 -0
- package/.utils/zugzweb/client/public/icons.svg +24 -0
- package/.utils/zugzweb/client/src/App.tsx +1357 -0
- package/.utils/zugzweb/client/src/assets/hero.png +0 -0
- package/.utils/zugzweb/client/src/assets/react.svg +1 -0
- package/.utils/zugzweb/client/src/assets/vite.svg +1 -0
- package/.utils/zugzweb/client/src/index.css +185 -0
- package/.utils/zugzweb/client/src/main.tsx +10 -0
- package/.utils/zugzweb/client/tsconfig.app.json +25 -0
- package/.utils/zugzweb/client/tsconfig.json +7 -0
- package/.utils/zugzweb/client/tsconfig.node.json +24 -0
- package/.utils/zugzweb/client/vite.config.ts +11 -0
- package/.utils/zugzweb/daemon.js +297 -0
- package/README.md +1 -1
- package/bin/init.js +1 -1
- package/opencode.json +1 -2
- package/package.json +1 -1
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="35.93" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 228"><path fill="#00D8FF" d="M210.483 73.824a171.49 171.49 0 0 0-8.24-2.597c.465-1.9.893-3.777 1.273-5.621c6.238-30.281 2.16-54.676-11.769-62.708c-13.355-7.7-35.196.329-57.254 19.526a171.23 171.23 0 0 0-6.375 5.848a155.866 155.866 0 0 0-4.241-3.917C100.759 3.829 77.587-4.822 63.673 3.233C50.33 10.957 46.379 33.89 51.995 62.588a170.974 170.974 0 0 0 1.892 8.48c-3.28.932-6.445 1.924-9.474 2.98C17.309 83.498 0 98.307 0 113.668c0 15.865 18.582 31.778 46.812 41.427a145.52 145.52 0 0 0 6.921 2.165a167.467 167.467 0 0 0-2.01 9.138c-5.354 28.2-1.173 50.591 12.134 58.266c13.744 7.926 36.812-.22 59.273-19.855a145.567 145.567 0 0 0 5.342-4.923a168.064 168.064 0 0 0 6.92 6.314c21.758 18.722 43.246 26.282 56.54 18.586c13.731-7.949 18.194-32.003 12.4-61.268a145.016 145.016 0 0 0-1.535-6.842c1.62-.48 3.21-.974 4.76-1.488c29.348-9.723 48.443-25.443 48.443-41.52c0-15.417-17.868-30.326-45.517-39.844Zm-6.365 70.984c-1.4.463-2.836.91-4.3 1.345c-3.24-10.257-7.612-21.163-12.963-32.432c5.106-11 9.31-21.767 12.459-31.957c2.619.758 5.16 1.557 7.61 2.4c23.69 8.156 38.14 20.213 38.14 29.504c0 9.896-15.606 22.743-40.946 31.14Zm-10.514 20.834c2.562 12.94 2.927 24.64 1.23 33.787c-1.524 8.219-4.59 13.698-8.382 15.893c-8.067 4.67-25.32-1.4-43.927-17.412a156.726 156.726 0 0 1-6.437-5.87c7.214-7.889 14.423-17.06 21.459-27.246c12.376-1.098 24.068-2.894 34.671-5.345a134.17 134.17 0 0 1 1.386 6.193ZM87.276 214.515c-7.882 2.783-14.16 2.863-17.955.675c-8.075-4.657-11.432-22.636-6.853-46.752a156.923 156.923 0 0 1 1.869-8.499c10.486 2.32 22.093 3.988 34.498 4.994c7.084 9.967 14.501 19.128 21.976 27.15a134.668 134.668 0 0 1-4.877 4.492c-9.933 8.682-19.886 14.842-28.658 17.94ZM50.35 144.747c-12.483-4.267-22.792-9.812-29.858-15.863c-6.35-5.437-9.555-10.836-9.555-15.216c0-9.322 13.897-21.212 37.076-29.293c2.813-.98 5.757-1.905 8.812-2.773c3.204 10.42 7.406 21.315 12.477 32.332c-5.137 11.18-9.399 22.249-12.634 32.792a134.718 134.718 0 0 1-6.318-1.979Zm12.378-84.26c-4.811-24.587-1.616-43.134 6.425-47.789c8.564-4.958 27.502 2.111 47.463 19.835a144.318 144.318 0 0 1 3.841 3.545c-7.438 7.987-14.787 17.08-21.808 26.988c-12.04 1.116-23.565 2.908-34.161 5.309a160.342 160.342 0 0 1-1.76-7.887Zm110.427 27.268a347.8 347.8 0 0 0-7.785-12.803c8.168 1.033 15.994 2.404 23.343 4.08c-2.206 7.072-4.956 14.465-8.193 22.045a381.151 381.151 0 0 0-7.365-13.322Zm-45.032-43.861c5.044 5.465 10.096 11.566 15.065 18.186a322.04 322.04 0 0 0-30.257-.006c4.974-6.559 10.069-12.652 15.192-18.18ZM82.802 87.83a323.167 323.167 0 0 0-7.227 13.238c-3.184-7.553-5.909-14.98-8.134-22.152c7.304-1.634 15.093-2.97 23.209-3.984a321.524 321.524 0 0 0-7.848 12.897Zm8.081 65.352c-8.385-.936-16.291-2.203-23.593-3.793c2.26-7.3 5.045-14.885 8.298-22.6a321.187 321.187 0 0 0 7.257 13.246c2.594 4.48 5.28 8.868 8.038 13.147Zm37.542 31.03c-5.184-5.592-10.354-11.779-15.403-18.433c4.902.192 9.899.29 14.978.29c5.218 0 10.376-.117 15.453-.343c-4.985 6.774-10.018 12.97-15.028 18.486Zm52.198-57.817c3.422 7.8 6.306 15.345 8.596 22.52c-7.422 1.694-15.436 3.058-23.88 4.071a382.417 382.417 0 0 0 7.859-13.026a347.403 347.403 0 0 0 7.425-13.565Zm-16.898 8.101a358.557 358.557 0 0 1-12.281 19.815a329.4 329.4 0 0 1-23.444.823c-7.967 0-15.716-.248-23.178-.732a310.202 310.202 0 0 1-12.513-19.846h.001a307.41 307.41 0 0 1-10.923-20.627a310.278 310.278 0 0 1 10.89-20.637l-.001.001a307.318 307.318 0 0 1 12.413-19.761c7.613-.576 15.42-.876 23.31-.876H128c7.926 0 15.743.303 23.354.883a329.357 329.357 0 0 1 12.335 19.695a358.489 358.489 0 0 1 11.036 20.54a329.472 329.472 0 0 1-11 20.722Zm22.56-122.124c8.572 4.944 11.906 24.881 6.52 51.026c-.344 1.668-.73 3.367-1.15 5.09c-10.622-2.452-22.155-4.275-34.23-5.408c-7.034-10.017-14.323-19.124-21.64-27.008a160.789 160.789 0 0 1 5.888-5.4c18.9-16.447 36.564-22.941 44.612-18.3ZM128 90.808c12.625 0 22.86 10.235 22.86 22.86s-10.235 22.86-22.86 22.86s-22.86-10.235-22.86-22.86s10.235-22.86 22.86-22.86Z"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="77" height="47" fill="none" aria-labelledby="vite-logo-title" viewBox="0 0 77 47"><title id="vite-logo-title">Vite</title><style>.parenthesis{fill:#000}@media (prefers-color-scheme:dark){.parenthesis{fill:#fff}}</style><path fill="#9135ff" d="M40.151 45.71c-.663.844-2.02.374-2.02-.699V34.708a2.26 2.26 0 0 0-2.262-2.262H24.493c-.92 0-1.457-1.04-.92-1.788l7.479-10.471c1.07-1.498 0-3.578-1.842-3.578H15.443c-.92 0-1.456-1.04-.92-1.788l9.696-13.576c.213-.297.556-.474.92-.474h28.894c.92 0 1.456 1.04.92 1.788l-7.48 10.472c-1.07 1.497 0 3.578 1.842 3.578h11.376c.944 0 1.474 1.087.89 1.83L40.153 45.712z"/><mask id="a" width="48" height="47" x="14" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#000" d="M40.047 45.71c-.663.843-2.02.374-2.02-.699V34.708a2.26 2.26 0 0 0-2.262-2.262H24.389c-.92 0-1.457-1.04-.92-1.788l7.479-10.472c1.07-1.497 0-3.578-1.842-3.578H15.34c-.92 0-1.456-1.04-.92-1.788l9.696-13.575c.213-.297.556-.474.92-.474H53.93c.92 0 1.456 1.04.92 1.788L47.37 13.03c-1.07 1.498 0 3.578 1.842 3.578h11.376c.944 0 1.474 1.088.89 1.831L40.049 45.712z"/></mask><g mask="url(#a)"><g filter="url(#b)"><ellipse cx="5.508" cy="14.704" fill="#eee6ff" rx="5.508" ry="14.704" transform="rotate(269.814 20.96 11.29)scale(-1 1)"/></g><g filter="url(#c)"><ellipse cx="10.399" cy="29.851" fill="#eee6ff" rx="10.399" ry="29.851" transform="rotate(89.814 -16.902 -8.275)scale(1 -1)"/></g><g filter="url(#d)"><ellipse cx="5.508" cy="30.487" fill="#8900ff" rx="5.508" ry="30.487" transform="rotate(89.814 -19.197 -7.127)scale(1 -1)"/></g><g filter="url(#e)"><ellipse cx="5.508" cy="30.599" fill="#8900ff" rx="5.508" ry="30.599" transform="rotate(89.814 -25.928 4.177)scale(1 -1)"/></g><g filter="url(#f)"><ellipse cx="5.508" cy="30.599" fill="#8900ff" rx="5.508" ry="30.599" transform="rotate(89.814 -25.738 5.52)scale(1 -1)"/></g><g filter="url(#g)"><ellipse cx="14.072" cy="22.078" fill="#eee6ff" rx="14.072" ry="22.078" transform="rotate(93.35 31.245 55.578)scale(-1 1)"/></g><g filter="url(#h)"><ellipse cx="3.47" cy="21.501" fill="#8900ff" rx="3.47" ry="21.501" transform="rotate(89.009 35.419 55.202)scale(-1 1)"/></g><g filter="url(#i)"><ellipse cx="3.47" cy="21.501" fill="#8900ff" rx="3.47" ry="21.501" transform="rotate(89.009 35.419 55.202)scale(-1 1)"/></g><g filter="url(#j)"><ellipse cx="14.592" cy="9.743" fill="#8900ff" rx="4.407" ry="29.108" transform="rotate(39.51 14.592 9.743)"/></g><g filter="url(#k)"><ellipse cx="61.728" cy="-5.321" fill="#8900ff" rx="4.407" ry="29.108" transform="rotate(37.892 61.728 -5.32)"/></g><g filter="url(#l)"><ellipse cx="55.618" cy="7.104" fill="#00c2ff" rx="5.971" ry="9.665" transform="rotate(37.892 55.618 7.104)"/></g><g filter="url(#m)"><ellipse cx="12.326" cy="39.103" fill="#8900ff" rx="4.407" ry="29.108" transform="rotate(37.892 12.326 39.103)"/></g><g filter="url(#n)"><ellipse cx="12.326" cy="39.103" fill="#8900ff" rx="4.407" ry="29.108" transform="rotate(37.892 12.326 39.103)"/></g><g filter="url(#o)"><ellipse cx="49.857" cy="30.678" fill="#8900ff" rx="4.407" ry="29.108" transform="rotate(37.892 49.857 30.678)"/></g><g filter="url(#p)"><ellipse cx="52.623" cy="33.171" fill="#00c2ff" rx="5.971" ry="15.297" transform="rotate(37.892 52.623 33.17)"/></g></g><path d="M6.919 0c-9.198 13.166-9.252 33.575 0 46.789h6.215c-9.25-13.214-9.196-33.623 0-46.789zm62.424 0h-6.215c9.198 13.166 9.252 33.575 0 46.789h6.215c9.25-13.214 9.196-33.623 0-46.789" class="parenthesis"/><defs><filter id="b" width="60.045" height="41.654" x="-5.564" y="16.92" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17286" stdDeviation="7.659"/></filter><filter id="c" width="90.34" height="51.437" x="-40.407" y="-6.762" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17286" stdDeviation="7.659"/></filter><filter id="d" width="79.355" height="29.4" x="-35.435" y="2.801" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17286" stdDeviation="4.596"/></filter><filter id="e" width="79.579" height="29.4" x="-30.84" y="20.8" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17286" stdDeviation="4.596"/></filter><filter id="f" width="79.579" height="29.4" x="-29.307" y="21.949" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17286" stdDeviation="4.596"/></filter><filter id="g" width="74.749" height="58.852" x="29.961" y="-17.13" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17286" stdDeviation="7.659"/></filter><filter id="h" width="61.377" height="25.362" x="37.754" y="3.055" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17286" stdDeviation="4.596"/></filter><filter id="i" width="61.377" height="25.362" x="37.754" y="3.055" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17286" stdDeviation="4.596"/></filter><filter id="j" width="56.045" height="63.649" x="-13.43" y="-22.082" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17286" stdDeviation="4.596"/></filter><filter id="k" width="54.814" height="64.646" x="34.321" y="-37.644" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17286" stdDeviation="4.596"/></filter><filter id="l" width="33.541" height="35.313" x="38.847" y="-10.552" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17286" stdDeviation="4.596"/></filter><filter id="m" width="54.814" height="64.646" x="-15.081" y="6.78" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17286" stdDeviation="4.596"/></filter><filter id="n" width="54.814" height="64.646" x="-15.081" y="6.78" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17286" stdDeviation="4.596"/></filter><filter id="o" width="54.814" height="64.646" x="22.45" y="-1.645" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17286" stdDeviation="4.596"/></filter><filter id="p" width="39.409" height="43.623" x="32.919" y="11.36" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17286" stdDeviation="4.596"/></filter></defs></svg>
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
@import "tailwindcss";
|
|
2
|
+
|
|
3
|
+
/* Variables y personalizaciones globales con estética ultra-premium oscura estilo Linear */
|
|
4
|
+
:root {
|
|
5
|
+
--background: #09090b;
|
|
6
|
+
--foreground: #f4f4f5;
|
|
7
|
+
--card: #18181b;
|
|
8
|
+
--card-foreground: #f4f4f5;
|
|
9
|
+
--popover: #09090b;
|
|
10
|
+
--popover-foreground: #f4f4f5;
|
|
11
|
+
--primary: #ffffff;
|
|
12
|
+
--primary-foreground: #09090b;
|
|
13
|
+
--secondary: #27272a;
|
|
14
|
+
--secondary-foreground: #f4f4f5;
|
|
15
|
+
--muted: #27272a;
|
|
16
|
+
--muted-foreground: #a1a1aa;
|
|
17
|
+
--accent: #27272a;
|
|
18
|
+
--accent-foreground: #f4f4f5;
|
|
19
|
+
--destructive: #ef4444;
|
|
20
|
+
--destructive-foreground: #fafafa;
|
|
21
|
+
--border: #27272a;
|
|
22
|
+
--input: #27272a;
|
|
23
|
+
--ring: #d4d4d8;
|
|
24
|
+
--radius: 0.5rem;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
body {
|
|
28
|
+
background-color: var(--background);
|
|
29
|
+
color: var(--foreground);
|
|
30
|
+
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
|
|
31
|
+
margin: 0;
|
|
32
|
+
padding: 0;
|
|
33
|
+
overflow-x: hidden;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/* Scrollbar premium */
|
|
37
|
+
::-webkit-scrollbar {
|
|
38
|
+
width: 6px;
|
|
39
|
+
height: 6px;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
::-webkit-scrollbar-track {
|
|
43
|
+
background: #09090b;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
::-webkit-scrollbar-thumb {
|
|
47
|
+
background: #27272a;
|
|
48
|
+
border-radius: 3px;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
::-webkit-scrollbar-thumb:hover {
|
|
52
|
+
background: #3f3f46;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
/* ==============================================================================
|
|
56
|
+
ESTILOS PREMIUM PARA EL RENDERIZADO DE MARKDOWN (ZUGZWEB CONSOLE)
|
|
57
|
+
============================================================================== */
|
|
58
|
+
.markdown-content {
|
|
59
|
+
line-height: 1.625;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.markdown-content p {
|
|
63
|
+
margin-top: 0;
|
|
64
|
+
margin-bottom: 0.75rem;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.markdown-content p:last-child {
|
|
68
|
+
margin-bottom: 0;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.markdown-content strong {
|
|
72
|
+
color: #ffffff;
|
|
73
|
+
font-weight: 600;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.markdown-content em {
|
|
77
|
+
color: #e4e4e7;
|
|
78
|
+
font-style: italic;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/* Enlaces estilo Vercel */
|
|
82
|
+
.markdown-content a {
|
|
83
|
+
color: #3b82f6;
|
|
84
|
+
text-decoration: underline;
|
|
85
|
+
text-underline-offset: 2px;
|
|
86
|
+
transition: color 150ms ease;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.markdown-content a:hover {
|
|
90
|
+
color: #60a5fa;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
/* Código en línea */
|
|
94
|
+
.markdown-content code {
|
|
95
|
+
background-color: #18181b;
|
|
96
|
+
color: #f4f4f5;
|
|
97
|
+
padding: 0.15rem 0.35rem;
|
|
98
|
+
border-radius: 4px;
|
|
99
|
+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
|
|
100
|
+
font-size: 0.875em;
|
|
101
|
+
border: 1px solid #27272a;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
/* Bloques de código (preformateados) */
|
|
105
|
+
.markdown-content pre {
|
|
106
|
+
background-color: #0c0c0e;
|
|
107
|
+
border: 1px solid #1f1f23;
|
|
108
|
+
padding: 0.875rem;
|
|
109
|
+
border-radius: 8px;
|
|
110
|
+
overflow-x: auto;
|
|
111
|
+
margin-top: 0.75rem;
|
|
112
|
+
margin-bottom: 0.75rem;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.markdown-content pre code {
|
|
116
|
+
background-color: transparent;
|
|
117
|
+
border: none;
|
|
118
|
+
padding: 0;
|
|
119
|
+
border-radius: 0;
|
|
120
|
+
font-size: 0.85rem;
|
|
121
|
+
line-height: 1.5;
|
|
122
|
+
color: #e4e4e7;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
/* Listas desordenadas y ordenadas */
|
|
126
|
+
.markdown-content ul,
|
|
127
|
+
.markdown-content ol {
|
|
128
|
+
padding-left: 1.25rem;
|
|
129
|
+
margin-top: 0.5rem;
|
|
130
|
+
margin-bottom: 0.75rem;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.markdown-content ul {
|
|
134
|
+
list-style-type: disc;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.markdown-content ol {
|
|
138
|
+
list-style-type: decimal;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.markdown-content li {
|
|
142
|
+
margin-top: 0.25rem;
|
|
143
|
+
margin-bottom: 0.25rem;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
/* Encabezados internos del markdown */
|
|
147
|
+
.markdown-content h1,
|
|
148
|
+
.markdown-content h2,
|
|
149
|
+
.markdown-content h3,
|
|
150
|
+
.markdown-content h4 {
|
|
151
|
+
font-weight: 600;
|
|
152
|
+
color: #ffffff;
|
|
153
|
+
margin-top: 1.25rem;
|
|
154
|
+
margin-bottom: 0.5rem;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.markdown-content h1 {
|
|
158
|
+
font-size: 1.25rem;
|
|
159
|
+
border-bottom: 1px solid #1f1f23;
|
|
160
|
+
padding-bottom: 0.25rem;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.markdown-content h2 {
|
|
164
|
+
font-size: 1.125rem;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.markdown-content h3 {
|
|
168
|
+
font-size: 1rem;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
/* Separadores */
|
|
172
|
+
.markdown-content hr {
|
|
173
|
+
border: 0;
|
|
174
|
+
border-top: 1px solid #1f1f23;
|
|
175
|
+
margin: 1rem 0;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
/* Citas (Blockquotes) */
|
|
179
|
+
.markdown-content blockquote {
|
|
180
|
+
border-left: 3px solid #3f3f46;
|
|
181
|
+
padding-left: 1rem;
|
|
182
|
+
color: #a1a1aa;
|
|
183
|
+
font-style: italic;
|
|
184
|
+
margin: 0.75rem 0;
|
|
185
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
|
4
|
+
"target": "es2023",
|
|
5
|
+
"lib": ["ES2023", "DOM"],
|
|
6
|
+
"module": "esnext",
|
|
7
|
+
"types": ["vite/client"],
|
|
8
|
+
"skipLibCheck": true,
|
|
9
|
+
|
|
10
|
+
/* Bundler mode */
|
|
11
|
+
"moduleResolution": "bundler",
|
|
12
|
+
"allowImportingTsExtensions": true,
|
|
13
|
+
"verbatimModuleSyntax": true,
|
|
14
|
+
"moduleDetection": "force",
|
|
15
|
+
"noEmit": true,
|
|
16
|
+
"jsx": "react-jsx",
|
|
17
|
+
|
|
18
|
+
/* Linting */
|
|
19
|
+
"noUnusedLocals": true,
|
|
20
|
+
"noUnusedParameters": true,
|
|
21
|
+
"erasableSyntaxOnly": true,
|
|
22
|
+
"noFallthroughCasesInSwitch": true
|
|
23
|
+
},
|
|
24
|
+
"include": ["src"]
|
|
25
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
|
4
|
+
"target": "es2023",
|
|
5
|
+
"lib": ["ES2023"],
|
|
6
|
+
"module": "esnext",
|
|
7
|
+
"types": ["node"],
|
|
8
|
+
"skipLibCheck": true,
|
|
9
|
+
|
|
10
|
+
/* Bundler mode */
|
|
11
|
+
"moduleResolution": "bundler",
|
|
12
|
+
"allowImportingTsExtensions": true,
|
|
13
|
+
"verbatimModuleSyntax": true,
|
|
14
|
+
"moduleDetection": "force",
|
|
15
|
+
"noEmit": true,
|
|
16
|
+
|
|
17
|
+
/* Linting */
|
|
18
|
+
"noUnusedLocals": true,
|
|
19
|
+
"noUnusedParameters": true,
|
|
20
|
+
"erasableSyntaxOnly": true,
|
|
21
|
+
"noFallthroughCasesInSwitch": true
|
|
22
|
+
},
|
|
23
|
+
"include": ["vite.config.ts"]
|
|
24
|
+
}
|
|
@@ -0,0 +1,297 @@
|
|
|
1
|
+
import http from 'http'
|
|
2
|
+
import fs from 'fs'
|
|
3
|
+
import path from 'path'
|
|
4
|
+
import { fileURLToPath } from 'url'
|
|
5
|
+
import { spawn, exec } from 'child_process'
|
|
6
|
+
|
|
7
|
+
const __filename = fileURLToPath(import.meta.url)
|
|
8
|
+
const __dirname = path.dirname(__filename)
|
|
9
|
+
|
|
10
|
+
const PORT = 4097
|
|
11
|
+
let opencodePort = 4096 // Puerto activo de Opencode por defecto
|
|
12
|
+
let tunnelUrl = ''
|
|
13
|
+
let detectedInstances = []
|
|
14
|
+
|
|
15
|
+
// Obtiene programáticamente puertos de Opencode en escucha mediante lsof del sistema (soporte para puertos aleatorios)
|
|
16
|
+
const getLsofPorts = () => {
|
|
17
|
+
return new Promise((resolve) => {
|
|
18
|
+
// Busca puertos TCP en estado de escucha asociados al binario "opencode"
|
|
19
|
+
exec('lsof -nP -iTCP -sTCP:LISTEN | grep -i "opencode"', (err, stdout) => {
|
|
20
|
+
if (err || !stdout) {
|
|
21
|
+
resolve([])
|
|
22
|
+
return
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
const ports = []
|
|
26
|
+
const lines = stdout.split('\n')
|
|
27
|
+
for (const line of lines) {
|
|
28
|
+
// Coincide con patrones tipo 127.0.0.1:54329 (LISTEN) o *:54329 (LISTEN)
|
|
29
|
+
const match = line.match(/(?:127\.0\.0\.1|localhost|\*|\[::1\]):(\d+)\s+\(LISTEN\)/)
|
|
30
|
+
if (match) {
|
|
31
|
+
const portNum = parseInt(match[1], 10)
|
|
32
|
+
if (portNum && !ports.includes(portNum)) {
|
|
33
|
+
ports.push(portNum)
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
resolve(ports)
|
|
38
|
+
})
|
|
39
|
+
})
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
// Función para escanear en paralelo las instancias de Opencode activas
|
|
43
|
+
const scanInstances = async () => {
|
|
44
|
+
const currentDir = process.cwd()
|
|
45
|
+
|
|
46
|
+
// 1. Obtener puertos dinámicos descubiertos por lsof en caliente
|
|
47
|
+
const dynamicPorts = await getLsofPorts()
|
|
48
|
+
|
|
49
|
+
// 2. Fusionar con puertos del rango típico (4096-4115) para máxima redundancia
|
|
50
|
+
const candidatePorts = new Set()
|
|
51
|
+
for (let p = 4096; p <= 4115; p++) {
|
|
52
|
+
candidatePorts.add(p)
|
|
53
|
+
}
|
|
54
|
+
for (const p of dynamicPorts) {
|
|
55
|
+
candidatePorts.add(p)
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
// Evitar bucle recursivo ignorando el puerto propio del Daemon
|
|
59
|
+
candidatePorts.delete(PORT)
|
|
60
|
+
|
|
61
|
+
const scanPromises = []
|
|
62
|
+
|
|
63
|
+
for (const p of candidatePorts) {
|
|
64
|
+
scanPromises.push(
|
|
65
|
+
new Promise((resolve) => {
|
|
66
|
+
const req = http.get(`http://127.0.0.1:${p}/path`, { timeout: 100 }, (res) => {
|
|
67
|
+
let data = ''
|
|
68
|
+
res.on('data', chunk => data += chunk)
|
|
69
|
+
res.on('end', () => {
|
|
70
|
+
if (res.statusCode === 200) {
|
|
71
|
+
try {
|
|
72
|
+
const parsed = JSON.parse(data)
|
|
73
|
+
const projectPath = parsed.path || ''
|
|
74
|
+
const projectName = projectPath.split(/[/\\]/).pop() || `Proyecto en ${p}`
|
|
75
|
+
resolve({
|
|
76
|
+
port: p,
|
|
77
|
+
path: projectPath,
|
|
78
|
+
name: projectName,
|
|
79
|
+
isCurrentProject: projectPath === currentDir
|
|
80
|
+
})
|
|
81
|
+
} catch (e) {
|
|
82
|
+
resolve(null)
|
|
83
|
+
}
|
|
84
|
+
} else {
|
|
85
|
+
resolve(null)
|
|
86
|
+
}
|
|
87
|
+
})
|
|
88
|
+
})
|
|
89
|
+
|
|
90
|
+
req.on('error', () => resolve(null))
|
|
91
|
+
req.on('timeout', () => {
|
|
92
|
+
req.destroy()
|
|
93
|
+
resolve(null)
|
|
94
|
+
})
|
|
95
|
+
})
|
|
96
|
+
)
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
const results = await Promise.all(scanPromises)
|
|
100
|
+
detectedInstances = results.filter(Boolean)
|
|
101
|
+
|
|
102
|
+
// Enlazado automático inicial al proyecto actual si no se ha conmutado explícitamente
|
|
103
|
+
if (opencodePort === 4096) {
|
|
104
|
+
const currentInstance = detectedInstances.find(inst => inst.isCurrentProject)
|
|
105
|
+
if (currentInstance && currentInstance.port !== opencodePort) {
|
|
106
|
+
opencodePort = currentInstance.port
|
|
107
|
+
console.log(`\x1b[35m%s\x1b[0m`, `✨ Autodescubrimiento: Enlazado automáticamente al puerto ${opencodePort} (Ruta coincidente)`)
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
const startServer = () => {
|
|
113
|
+
const server = http.createServer(async (req, res) => {
|
|
114
|
+
// Cabeceras CORS
|
|
115
|
+
res.setHeader('Access-Control-Allow-Origin', '*')
|
|
116
|
+
res.setHeader('Access-Control-Allow-Methods', 'GET, POST, OPTIONS, PUT, PATCH, DELETE')
|
|
117
|
+
res.setHeader('Access-Control-Allow-Headers', 'Content-Type, Authorization')
|
|
118
|
+
|
|
119
|
+
if (req.method === 'OPTIONS') {
|
|
120
|
+
res.writeHead(200)
|
|
121
|
+
res.end()
|
|
122
|
+
return
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
// 1. Endpoint: Estado del Túnel
|
|
126
|
+
if (req.url === '/api-custom/tunnel-status') {
|
|
127
|
+
res.writeHead(200, { 'Content-Type': 'application/json' })
|
|
128
|
+
res.end(JSON.stringify({ url: tunnelUrl }))
|
|
129
|
+
return
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
// 2. Endpoint: Obtener Instancias de Opencode Disponibles
|
|
133
|
+
if (req.url === '/api-custom/instances') {
|
|
134
|
+
await scanInstances() // Escaneo dinámico rápido
|
|
135
|
+
res.writeHead(200, { 'Content-Type': 'application/json' })
|
|
136
|
+
res.end(JSON.stringify({
|
|
137
|
+
instances: detectedInstances,
|
|
138
|
+
currentPort: opencodePort
|
|
139
|
+
}))
|
|
140
|
+
return
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
// 3. Endpoint: Seleccionar Instancia / Cambiar Puerto de Proxy
|
|
144
|
+
if (req.url === '/api-custom/select-instance' && req.method === 'POST') {
|
|
145
|
+
let body = ''
|
|
146
|
+
req.on('data', chunk => body += chunk)
|
|
147
|
+
req.on('end', () => {
|
|
148
|
+
try {
|
|
149
|
+
const parsed = JSON.parse(body)
|
|
150
|
+
const targetPort = parseInt(parsed.port, 10)
|
|
151
|
+
if (targetPort >= 1024 && targetPort <= 65535) { // Rango TCP completo admitido
|
|
152
|
+
opencodePort = targetPort
|
|
153
|
+
console.log(`\x1b[33m%s\x1b[0m`, `🔌 Instancia conmutada: Redireccionando proxy al puerto ${opencodePort}`)
|
|
154
|
+
res.writeHead(200, { 'Content-Type': 'application/json' })
|
|
155
|
+
res.end(JSON.stringify({ success: true, currentPort: opencodePort }))
|
|
156
|
+
} else {
|
|
157
|
+
res.writeHead(400, { 'Content-Type': 'application/json' })
|
|
158
|
+
res.end(JSON.stringify({ error: 'Puerto fuera de rango válido' }))
|
|
159
|
+
}
|
|
160
|
+
} catch (e) {
|
|
161
|
+
res.writeHead(400, { 'Content-Type': 'application/json' })
|
|
162
|
+
res.end(JSON.stringify({ error: 'JSON inválido' }))
|
|
163
|
+
}
|
|
164
|
+
})
|
|
165
|
+
return
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
// 4. Proxy inverso para las APIs de Opencode (prefijo /api)
|
|
169
|
+
if (req.url.startsWith('/api/')) {
|
|
170
|
+
const targetPath = req.url.substring(4) // Quita el '/api'
|
|
171
|
+
proxyRequest(req, res, targetPath)
|
|
172
|
+
return
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
// 5. Servir archivos estáticos del frontend React SPA
|
|
176
|
+
serveStatic(req, res)
|
|
177
|
+
})
|
|
178
|
+
|
|
179
|
+
server.listen(PORT, '127.0.0.1', async () => {
|
|
180
|
+
console.log('\x1b[36m%s\x1b[0m', `🤖 Daemon de ZugzWeb iniciado localmente en http://127.0.0.1:${PORT}`)
|
|
181
|
+
|
|
182
|
+
// Escaneo inicial de instancias de Opencode
|
|
183
|
+
await scanInstances()
|
|
184
|
+
console.log('\x1b[33m%s\x1b[0m', `🔌 Proxyando peticiones de la API a Opencode en el puerto ${opencodePort}`)
|
|
185
|
+
|
|
186
|
+
// Iniciar el túnel de Cloudflare Quick Tunnel
|
|
187
|
+
startTunnel()
|
|
188
|
+
})
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
const proxyRequest = (req, res, targetPath) => {
|
|
192
|
+
const targetUrl = `http://127.0.0.1:${opencodePort}`
|
|
193
|
+
const url = new URL(targetPath, targetUrl)
|
|
194
|
+
|
|
195
|
+
const options = {
|
|
196
|
+
hostname: url.hostname,
|
|
197
|
+
port: url.port,
|
|
198
|
+
path: url.pathname + url.search,
|
|
199
|
+
method: req.method,
|
|
200
|
+
headers: { ...req.headers }
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
// Limpieza de cabeceras de reenvío
|
|
204
|
+
delete options.headers['host']
|
|
205
|
+
delete options.headers['connection']
|
|
206
|
+
|
|
207
|
+
const proxyReq = http.request(options, (proxyRes) => {
|
|
208
|
+
res.writeHead(proxyRes.statusCode, proxyRes.headers)
|
|
209
|
+
proxyRes.pipe(res)
|
|
210
|
+
})
|
|
211
|
+
|
|
212
|
+
proxyReq.on('error', (err) => {
|
|
213
|
+
res.writeHead(502, { 'Content-Type': 'application/json' })
|
|
214
|
+
res.end(JSON.stringify({
|
|
215
|
+
error: 'Proxy Error',
|
|
216
|
+
message: `No se pudo conectar con Opencode en el puerto ${opencodePort}. ¿Está activa esta TUI?`,
|
|
217
|
+
detail: err.message
|
|
218
|
+
}))
|
|
219
|
+
})
|
|
220
|
+
|
|
221
|
+
req.pipe(proxyReq)
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
const serveStatic = (req, res) => {
|
|
225
|
+
let filePath = req.url === '/' ? '/index.html' : req.url
|
|
226
|
+
filePath = path.join(__dirname, 'client', 'dist', filePath)
|
|
227
|
+
|
|
228
|
+
const ext = path.extname(filePath)
|
|
229
|
+
const mimeTypes = {
|
|
230
|
+
'.html': 'text/html',
|
|
231
|
+
'.js': 'application/javascript',
|
|
232
|
+
'.css': 'text/css',
|
|
233
|
+
'.json': 'application/json',
|
|
234
|
+
'.png': 'image/png',
|
|
235
|
+
'.jpg': 'image/jpeg',
|
|
236
|
+
'.gif': 'image/gif',
|
|
237
|
+
'.svg': 'image/svg+xml',
|
|
238
|
+
'.ico': 'image/x-icon'
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
const contentType = mimeTypes[ext] || 'application/octet-stream'
|
|
242
|
+
|
|
243
|
+
fs.readFile(filePath, (err, content) => {
|
|
244
|
+
if (err) {
|
|
245
|
+
if (err.code === 'ENOENT') {
|
|
246
|
+
fs.readFile(path.join(__dirname, 'client', 'dist', 'index.html'), (err2, indexContent) => {
|
|
247
|
+
if (err2) {
|
|
248
|
+
res.writeHead(404, { 'Content-Type': 'text/plain' })
|
|
249
|
+
res.end('Página no encontrada en el panel web')
|
|
250
|
+
} else {
|
|
251
|
+
res.writeHead(200, { 'Content-Type': 'text/html' })
|
|
252
|
+
res.end(indexContent, 'utf-8')
|
|
253
|
+
}
|
|
254
|
+
})
|
|
255
|
+
} else {
|
|
256
|
+
res.writeHead(500)
|
|
257
|
+
res.end(`Error de servidor: ${err.code}`)
|
|
258
|
+
}
|
|
259
|
+
} else {
|
|
260
|
+
res.writeHead(200, { 'Content-Type': contentType })
|
|
261
|
+
res.end(content, 'utf-8')
|
|
262
|
+
}
|
|
263
|
+
})
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
const startTunnel = () => {
|
|
267
|
+
console.log('\x1b[35m%s\x1b[0m', '🌐 Abriendo túnel seguro trycloudflare.com...')
|
|
268
|
+
|
|
269
|
+
const cf = spawn('npx', ['-y', 'cloudflared', 'tunnel', '--url', `http://127.0.0.1:${PORT}`])
|
|
270
|
+
|
|
271
|
+
cf.stdout.on('data', (data) => {
|
|
272
|
+
parseCfOutput(data.toString())
|
|
273
|
+
})
|
|
274
|
+
|
|
275
|
+
cf.stderr.on('data', (data) => {
|
|
276
|
+
parseCfOutput(data.toString())
|
|
277
|
+
})
|
|
278
|
+
|
|
279
|
+
cf.on('close', (code) => {
|
|
280
|
+
console.log(`\x1b[31m%s\x1b[0m`, `⚠️ Túnel de Cloudflare finalizado (código: ${code}). Reintentando...`)
|
|
281
|
+
setTimeout(startTunnel, 5000)
|
|
282
|
+
})
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
const parseCfOutput = (text) => {
|
|
286
|
+
const match = text.match(/https:\/\/[a-zA-Z0-9-]+\.trycloudflare\.com/)
|
|
287
|
+
if (match && match[0] !== tunnelUrl) {
|
|
288
|
+
tunnelUrl = match[0]
|
|
289
|
+
console.log('\n\x1b[32m%s\x1b[0m', '=========================================================')
|
|
290
|
+
console.log('\x1b[32m%s\x1b[0m', '🚀 ¡CENTRO DE CONTROL REMOTO DISPONIBLE!')
|
|
291
|
+
console.log('\x1b[32m%s\x1b[0m', '📱 Controla tu arnés Opencode desde cualquier lugar en:')
|
|
292
|
+
console.log('\x1b[36m%s\x1b[0m', ` 👉 ${tunnelUrl} 👈`)
|
|
293
|
+
console.log('\x1b[32m%s\x1b[0m', '=========================================================\n')
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
startServer()
|
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ Este repositorio ha sido empaquetado como un instalador interactivo global de NP
|
|
|
13
13
|
Para inyectar el arnés de Zugzbot en cualquier directorio o proyecto de tu computadora, simplemente abre una terminal en la carpeta raíz de tu proyecto de destino y ejecuta:
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
npx zugzbot
|
|
16
|
+
npx zugzbot@latest
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
¡Eso es todo! El instalador automatizado copiará de forma no destructiva y fusionará los siguientes recursos en tu proyecto:
|
package/bin/init.js
CHANGED
|
@@ -25,7 +25,7 @@ ${bold}${cyan}███████╗██╗ ██╗ ██████
|
|
|
25
25
|
███╔╝ ██║ ██║██║ ██║ ███╔╝
|
|
26
26
|
███████╗╚██████╔╝╚██████╔╝███████╗
|
|
27
27
|
╚══════╝ ╚═════╝ ╚═════╝ ╚══════╝${reset}
|
|
28
|
-
${bold}${yellow} Harness Installer v1.0.
|
|
28
|
+
${bold}${yellow} Harness Installer v1.0.8${reset}\n`;
|
|
29
29
|
|
|
30
30
|
console.log(banner);
|
|
31
31
|
console.log(`${bold}${cyan}🔍 Detectando entorno de trabajo...${reset}`);
|
package/opencode.json
CHANGED