deepbom 1.97.0 → 1.97.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
CHANGED
|
@@ -7,10 +7,10 @@ For a local Codex or Claude Code project, preview and install the bundled Agent
|
|
|
7
7
|
Skill without operating an analysis server:
|
|
8
8
|
|
|
9
9
|
```console
|
|
10
|
-
npx -y deepbom@1.97.
|
|
11
|
-
npx -y deepbom@1.97.
|
|
12
|
-
npx -y deepbom@1.97.
|
|
13
|
-
npx -y deepbom@1.97.
|
|
10
|
+
npx -y deepbom@1.97.4 integrate codex
|
|
11
|
+
npx -y deepbom@1.97.4 integrate codex --apply
|
|
12
|
+
npx -y deepbom@1.97.4 integrate claude-code
|
|
13
|
+
npx -y deepbom@1.97.4 integrate claude-code --apply
|
|
14
14
|
```
|
|
15
15
|
|
|
16
16
|
```console
|
|
@@ -28,12 +28,19 @@ npx deepbom explore model.tflite --target-profile target-profile.json
|
|
|
28
28
|
npx deepbom audit model.pte --executorch-build deepbom.executorch-build.json --compact
|
|
29
29
|
npx deepbom capabilities --format agent-json
|
|
30
30
|
npx deepbom capabilities --format agent-text
|
|
31
|
-
npx -y deepbom@1.97.
|
|
31
|
+
npx -y deepbom@1.97.4 mcp
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
Claude Desktop can install the version-matched `deepbom-1.97.
|
|
34
|
+
Claude Desktop can install the version-matched `deepbom-1.97.4.mcpb` asset
|
|
35
35
|
from the corresponding GitHub Release as a local desktop extension.
|
|
36
36
|
|
|
37
|
+
ChatGPT developer-mode users can connect `https://deepbom.org/mcp` for one
|
|
38
|
+
authorized attachment. Analysis runs in the ChatGPT browser sandbox; the
|
|
39
|
+
DEEPBOM service receives only a bounded result and does not fetch or retain
|
|
40
|
+
model bytes. Public ChatGPT discovery requires separate OpenAI review. Use the
|
|
41
|
+
local package for confidential or large files, directories, shards, sidecars,
|
|
42
|
+
complete exports, and repeat automation.
|
|
43
|
+
|
|
37
44
|
The default output is a bounded human-readable summary. Use `--json` or
|
|
38
45
|
`--compact` for the complete analysis document, `--format envelope` for the
|
|
39
46
|
canonical cross-format contract, `--format cyclonedx` for CycloneDX 1.7, or
|