omni-context-cli 0.0.54 → 0.0.55
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/dist/assets/cone-bw-white.svg +9 -0
- package/dist/assets/cone-bw.svg +9 -0
- package/dist/assets/cone.svg +4 -0
- package/dist/assets/omnicontext-cli-logo-white.svg +10 -0
- package/dist/assets/omnicontext-cli-logo.svg +10 -0
- package/dist/cli.js +7 -7
- package/dist/clients/extension.vsix +0 -0
- package/package.json +2 -1
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
|
2
|
+
<defs>
|
|
3
|
+
<mask id="cutout">
|
|
4
|
+
<rect width="128" height="128" fill="white"/>
|
|
5
|
+
<polygon points="64,20 34,100 94,100" fill="black"/>
|
|
6
|
+
</mask>
|
|
7
|
+
</defs>
|
|
8
|
+
<circle cx="64" cy="64" r="64" fill="#FFFFFF" mask="url(#cutout)"/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
|
2
|
+
<defs>
|
|
3
|
+
<mask id="cutout">
|
|
4
|
+
<rect width="128" height="128" fill="white"/>
|
|
5
|
+
<polygon points="64,20 34,100 94,100" fill="black"/>
|
|
6
|
+
</mask>
|
|
7
|
+
</defs>
|
|
8
|
+
<circle cx="64" cy="64" r="64" fill="#1A1A1A" mask="url(#cutout)"/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 230 60" width="230" height="60">
|
|
2
|
+
<defs>
|
|
3
|
+
<mask id="cutout">
|
|
4
|
+
<rect width="230" height="60" fill="white"/>
|
|
5
|
+
<polygon points="19,16.9 10.1,40.7 27.9,40.7" fill="black"/>
|
|
6
|
+
</mask>
|
|
7
|
+
</defs>
|
|
8
|
+
<circle cx="19" cy="30" r="19" fill="#FFFFFF" mask="url(#cutout)"/>
|
|
9
|
+
<text x="50" y="40" font-family="Arial, Helvetica, sans-serif" font-size="28" font-weight="700" fill="#FFFFFF">OmniContext</text>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 230 60" width="230" height="60">
|
|
2
|
+
<defs>
|
|
3
|
+
<mask id="cutout">
|
|
4
|
+
<rect width="230" height="60" fill="white"/>
|
|
5
|
+
<polygon points="19,16.9 10.1,40.7 27.9,40.7" fill="black"/>
|
|
6
|
+
</mask>
|
|
7
|
+
</defs>
|
|
8
|
+
<circle cx="19" cy="30" r="19" fill="#1A1A1A" mask="url(#cutout)"/>
|
|
9
|
+
<text x="50" y="40" font-family="Arial, Helvetica, sans-serif" font-size="28" font-weight="700" fill="#1A1A1A">OmniContext</text>
|
|
10
|
+
</svg>
|