@sightmap/sightmap 0.5.1 → 0.6.0
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/cli/index.js +2 -2
- package/dist/cli/index.js.map +1 -1
- package/dist/index.d.ts +116 -1
- package/dist/index.js +120 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -1900,13 +1900,13 @@ function pluginSection(host) {
|
|
|
1900
1900
|
return [
|
|
1901
1901
|
pc.cyan("Claude Code"),
|
|
1902
1902
|
pc.white(" /plugin marketplace add sightmap/plugin"),
|
|
1903
|
-
pc.white(" /plugin install sightmap@sightmap
|
|
1903
|
+
pc.white(" /plugin install sightmap@sightmap")
|
|
1904
1904
|
];
|
|
1905
1905
|
case "codex":
|
|
1906
1906
|
return [
|
|
1907
1907
|
pc.cyan("Codex"),
|
|
1908
1908
|
pc.white(" codex plugin marketplace add sightmap/plugin"),
|
|
1909
|
-
pc.white(" codex plugin install sightmap@sightmap
|
|
1909
|
+
pc.white(" codex plugin install sightmap@sightmap")
|
|
1910
1910
|
];
|
|
1911
1911
|
case "cursor":
|
|
1912
1912
|
return [
|