devez-vibe 1.8.23 → 1.8.25
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 +33 -33
- package/README.md +15 -15
- package/bin/dvz.exe +0 -0
- package/bin/dvz.js +35 -35
- package/bridge/claude-agent-sdk-bridge.mjs +5193 -5193
- package/install-skills.mjs +11 -11
- package/package.json +50 -50
- package/prepare-search-deps.mjs +42 -42
- package/skills/insane-search/SKILL.md +36 -36
- package/skills/insane-search/engine/__main__.py +44 -44
- package/skills/insane-search/engine/executor.py +246 -246
- package/skills/insane-search/engine/fetch_chain.py +443 -443
- package/skills/insane-search/engine/network.py +108 -108
- package/skills/insane-search/engine/phase0.py +380 -380
- package/skills/insane-search/engine/session_input.py +120 -120
- package/skills/insane-search/engine/templates/invisible_playwright_fetch.py +57 -57
- package/skills/insane-search/engine/templates/nodriver_fetch.py +9 -9
- package/skills/insane-search/engine/templates/patchright_fetch.py +9 -9
- package/skills/insane-search/engine/templates/playwright_mobile_chrome.js +9 -9
- package/skills/insane-search/engine/templates/playwright_real_chrome.js +7 -7
- package/skills/insane-search/engine/templates/scrapling_fetch.py +46 -46
- package/skills/insane-search/engine/tests/test_smoke.py +8 -8
- package/skills/insane-search/engine/tests/test_t10_artifact_routes.py +126 -126
- package/skills/insane-search/engine/tests/test_t11_session_handoff.py +157 -157
- package/skills/insane-search/engine/tests/test_t5_pdfplumber.py +11 -11
- package/skills/insane-search/engine/tests/test_t7_browser_gate.py +3 -3
- package/skills/insane-search/engine/tests/test_t8_network_routes.py +207 -207
- package/skills/insane-search/engine/tests/test_t9_evidence_bundle.py +89 -89
- package/skills/insane-search/engine/tests/test_u5.py +9 -9
- package/skills/insane-search/engine/transport.py +94 -94
- package/skills/insane-search/engine/waf_profiles.yaml +38 -38
- package/skills/insane-search/references/cache-archive.md +13 -13
- package/skills/insane-search/references/media.md +14 -14
- package/skills/insane-search/references/playwright.md +27 -27
- package/skills/insane-search/references/research-evidence.md +36 -36
- package/skills/insane-search/references/session-handoff.md +26 -26
- package/skills/insane-search/tests/test_x_search.py +3 -3
- package/skills/luna-loop/agents/openai.yaml +7 -7
package/LICENSE
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
DevezCode source code license
|
|
2
|
-
|
|
3
|
-
The MIT License below applies only to the DevezCode source code and to files
|
|
4
|
-
that are not listed in the exception below.
|
|
5
|
-
|
|
6
|
-
Exceptions:
|
|
7
|
-
|
|
8
|
-
* `Resources/Images/FileTypes/` and `Resources/Licenses/` are Microsoft Visual
|
|
9
|
-
Studio Image Library materials, subject to the included Microsoft terms.
|
|
10
|
-
* `Resources/Images/ShellPresets/` contains third-party brand assets, subject
|
|
11
|
-
to their respective owners' terms.
|
|
12
|
-
|
|
13
|
-
MIT License
|
|
14
|
-
|
|
15
|
-
Copyright (c) 2026 DevezCode contributors
|
|
16
|
-
|
|
17
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
18
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
19
|
-
in the Software without restriction, including without limitation the rights
|
|
20
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
22
|
-
furnished to do so, subject to the following conditions:
|
|
23
|
-
|
|
24
|
-
The above copyright notice and this permission notice shall be included in all
|
|
25
|
-
copies or substantial portions of the Software.
|
|
26
|
-
|
|
27
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
31
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
32
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
33
|
-
SOFTWARE.
|
|
1
|
+
DevezCode source code license
|
|
2
|
+
|
|
3
|
+
The MIT License below applies only to the DevezCode source code and to files
|
|
4
|
+
that are not listed in the exception below.
|
|
5
|
+
|
|
6
|
+
Exceptions:
|
|
7
|
+
|
|
8
|
+
* `Resources/Images/FileTypes/` and `Resources/Licenses/` are Microsoft Visual
|
|
9
|
+
Studio Image Library materials, subject to the included Microsoft terms.
|
|
10
|
+
* `Resources/Images/ShellPresets/` contains third-party brand assets, subject
|
|
11
|
+
to their respective owners' terms.
|
|
12
|
+
|
|
13
|
+
MIT License
|
|
14
|
+
|
|
15
|
+
Copyright (c) 2026 DevezCode contributors
|
|
16
|
+
|
|
17
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
18
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
19
|
+
in the Software without restriction, including without limitation the rights
|
|
20
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
22
|
+
furnished to do so, subject to the following conditions:
|
|
23
|
+
|
|
24
|
+
The above copyright notice and this permission notice shall be included in all
|
|
25
|
+
copies or substantial portions of the Software.
|
|
26
|
+
|
|
27
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
29
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
30
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
31
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
32
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
33
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -50,25 +50,25 @@ dvz [--resume [SESSION] | --continue] [--model MODEL] [--effort EFFORT]
|
|
|
50
50
|
[--cwd PATH] [--codex PATH] [--claude PATH] [--theme THEME]
|
|
51
51
|
```
|
|
52
52
|
|
|
53
|
-
`--resume`만 입력하면 검색 가능한 세션 피커를 열고, `--continue`는 현재 폴더의 가장 최근
|
|
54
|
-
세션을 바로 이어갑니다. 실행 중 전체 명령은 `/help`에서 확인합니다.
|
|
55
|
-
|
|
56
|
-
설치 상태와 제공자 연결 준비 상태는 다음 명령으로 점검합니다.
|
|
57
|
-
|
|
58
|
-
```powershell
|
|
59
|
-
dvz doctor
|
|
60
|
-
```
|
|
61
|
-
|
|
62
|
-
## 업데이트
|
|
63
|
-
|
|
64
|
-
새 버전이 배포되면 시작 시 안내 배너가 표시됩니다. 배너의 안내대로 실행하면 됩니다.
|
|
65
|
-
|
|
53
|
+
`--resume`만 입력하면 검색 가능한 세션 피커를 열고, `--continue`는 현재 폴더의 가장 최근
|
|
54
|
+
세션을 바로 이어갑니다. 실행 중 전체 명령은 `/help`에서 확인합니다.
|
|
55
|
+
|
|
56
|
+
설치 상태와 제공자 연결 준비 상태는 다음 명령으로 점검합니다.
|
|
57
|
+
|
|
58
|
+
```powershell
|
|
59
|
+
dvz doctor
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
## 업데이트
|
|
63
|
+
|
|
64
|
+
새 버전이 배포되면 시작 시 안내 배너가 표시됩니다. 배너의 안내대로 실행하면 됩니다.
|
|
65
|
+
|
|
66
66
|
```powershell
|
|
67
67
|
dvz update
|
|
68
68
|
```
|
|
69
69
|
|
|
70
|
-
새 버전을 별도 경로에 내려받아 실행 파일을 검증한 뒤 다음 실행 버전으로 전환합니다.
|
|
71
|
-
실행 중인 `dvz` 세션은 이전 버전을 유지하고, 새로 시작하는 세션부터 새 버전을 사용합니다.
|
|
70
|
+
새 버전을 별도 경로에 내려받아 실행 파일을 검증한 뒤 다음 실행 버전으로 전환합니다.
|
|
71
|
+
실행 중인 `dvz` 세션은 이전 버전을 유지하고, 새로 시작하는 세션부터 새 버전을 사용합니다.
|
|
72
72
|
|
|
73
73
|
업데이트 확인을 끄려면 `DEVEZ_VIBE_NO_UPDATE_CHECK` 환경변수를 설정합니다.
|
|
74
74
|
|
package/bin/dvz.exe
CHANGED
|
Binary file
|
package/bin/dvz.js
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
|
|
3
|
-
import { existsSync, readFileSync } from "node:fs";
|
|
4
|
-
import { spawn } from "node:child_process";
|
|
5
|
-
import { dirname, isAbsolute, join } from "node:path";
|
|
6
|
-
import { fileURLToPath } from "node:url";
|
|
7
|
-
|
|
8
|
-
const packageExecutable = join(dirname(fileURLToPath(import.meta.url)), "dvz.exe");
|
|
9
|
-
const pointer = process.env.LOCALAPPDATA
|
|
10
|
-
? join(process.env.LOCALAPPDATA, "DevezVibe", "current-executable.txt")
|
|
11
|
-
: "";
|
|
12
|
-
|
|
13
|
-
let executable = packageExecutable;
|
|
14
|
-
try {
|
|
15
|
-
const candidate = pointer ? readFileSync(pointer, "utf8").trim() : "";
|
|
16
|
-
if (isAbsolute(candidate) && existsSync(candidate)) executable = candidate;
|
|
17
|
-
} catch {
|
|
18
|
-
// A missing or incomplete pointer falls back to the npm-packaged executable.
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
const child = spawn(executable, process.argv.slice(2), { stdio: "inherit" });
|
|
22
|
-
child.on("error", (error) => {
|
|
23
|
-
console.error(`Devez Vibe 실행 실패: ${error.message}`);
|
|
24
|
-
process.exit(1);
|
|
25
|
-
});
|
|
26
|
-
child.on("exit", (code, signal) => {
|
|
27
|
-
if (signal) process.kill(process.pid, signal);
|
|
28
|
-
else process.exit(code ?? 1);
|
|
29
|
-
});
|
|
30
|
-
|
|
31
|
-
for (const signal of ["SIGINT", "SIGTERM", "SIGHUP"]) {
|
|
32
|
-
process.on(signal, () => {
|
|
33
|
-
if (!child.killed) child.kill(signal);
|
|
34
|
-
});
|
|
35
|
-
}
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
import { existsSync, readFileSync } from "node:fs";
|
|
4
|
+
import { spawn } from "node:child_process";
|
|
5
|
+
import { dirname, isAbsolute, join } from "node:path";
|
|
6
|
+
import { fileURLToPath } from "node:url";
|
|
7
|
+
|
|
8
|
+
const packageExecutable = join(dirname(fileURLToPath(import.meta.url)), "dvz.exe");
|
|
9
|
+
const pointer = process.env.LOCALAPPDATA
|
|
10
|
+
? join(process.env.LOCALAPPDATA, "DevezVibe", "current-executable.txt")
|
|
11
|
+
: "";
|
|
12
|
+
|
|
13
|
+
let executable = packageExecutable;
|
|
14
|
+
try {
|
|
15
|
+
const candidate = pointer ? readFileSync(pointer, "utf8").trim() : "";
|
|
16
|
+
if (isAbsolute(candidate) && existsSync(candidate)) executable = candidate;
|
|
17
|
+
} catch {
|
|
18
|
+
// A missing or incomplete pointer falls back to the npm-packaged executable.
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
const child = spawn(executable, process.argv.slice(2), { stdio: "inherit" });
|
|
22
|
+
child.on("error", (error) => {
|
|
23
|
+
console.error(`Devez Vibe 실행 실패: ${error.message}`);
|
|
24
|
+
process.exit(1);
|
|
25
|
+
});
|
|
26
|
+
child.on("exit", (code, signal) => {
|
|
27
|
+
if (signal) process.kill(process.pid, signal);
|
|
28
|
+
else process.exit(code ?? 1);
|
|
29
|
+
});
|
|
30
|
+
|
|
31
|
+
for (const signal of ["SIGINT", "SIGTERM", "SIGHUP"]) {
|
|
32
|
+
process.on(signal, () => {
|
|
33
|
+
if (!child.killed) child.kill(signal);
|
|
34
|
+
});
|
|
35
|
+
}
|