clisponsor 1.0.10 → 1.0.11
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/bin/clisponsor.mjs +1 -1
- package/package.json +1 -1
package/bin/clisponsor.mjs
CHANGED
|
@@ -466,7 +466,7 @@ try {
|
|
|
466
466
|
const ad = await res.json();
|
|
467
467
|
if (outputMode === "antigravity") {
|
|
468
468
|
const payload = {};
|
|
469
|
-
if (ad.display_line) payload.injectSteps = [{
|
|
469
|
+
if (ad.display_line) payload.injectSteps = [{ userMessage: sponsoredLine(ad.display_line) }];
|
|
470
470
|
console.log(JSON.stringify(payload));
|
|
471
471
|
} else if (ad.display_line) {
|
|
472
472
|
console.log(JSON.stringify({ systemMessage: sponsoredLine(ad.display_line) }));
|