adsinagents 0.1.0 → 0.1.1
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 +2 -2
- package/cli/dist/index.js +4 -2
- package/daemon/dist/main.js +4 -2
- package/package.json +2 -2
- package/statusline/dist/index.js +4 -2
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# AdsInAgents
|
|
2
2
|
|
|
3
3
|
Get paid while you build. AdsInAgents puts a single sponsored line in your
|
|
4
|
-
|
|
4
|
+
coding agent's status line and pays you for every verified impression.
|
|
5
5
|
|
|
6
6
|
```sh
|
|
7
7
|
npm install -g adsinagents
|
|
@@ -17,6 +17,6 @@ to attach a login and cash out.
|
|
|
17
17
|
|
|
18
18
|
The ad is always disclosed (`· sponsored`), never injected into model context,
|
|
19
19
|
and the daemon only counts an impression when the session is real, focused, and
|
|
20
|
-
on-screen. macOS today; Windows next.
|
|
20
|
+
on-screen. Claude Code on macOS today; more agents and Windows next.
|
|
21
21
|
|
|
22
22
|
[adsinagents.com](https://adsinagents.com) · advertisers: [adsinagents.com/advertise](https://adsinagents.com/advertise)
|
package/cli/dist/index.js
CHANGED
|
@@ -4133,8 +4133,10 @@ var ConfigSchema = external_exports.object({
|
|
|
4133
4133
|
production: external_exports.boolean().default(false),
|
|
4134
4134
|
/** Send prompt text to Gravity for contextual matching. PRIVACY: off by default. */
|
|
4135
4135
|
contextualAds: external_exports.boolean().default(false),
|
|
4136
|
-
/** AdLine server base URL the daemon polls for ads / sync / flags.
|
|
4137
|
-
|
|
4136
|
+
/** AdLine server base URL the daemon polls for ads / sync / flags.
|
|
4137
|
+
* Defaults to production — a fresh `npm i -g adsinagents` install must work
|
|
4138
|
+
* with zero config. Local dev: set serverUrl in ~/.adsinagents/config.json. */
|
|
4139
|
+
serverUrl: external_exports.string().default("https://adsinagents.com"),
|
|
4138
4140
|
/** Device bearer token minted by `adsinagents init` (server /api/register). */
|
|
4139
4141
|
deviceToken: external_exports.string().default(""),
|
|
4140
4142
|
/** Stable per-install device id. */
|
package/daemon/dist/main.js
CHANGED
|
@@ -4128,8 +4128,10 @@ var ConfigSchema = external_exports.object({
|
|
|
4128
4128
|
production: external_exports.boolean().default(false),
|
|
4129
4129
|
/** Send prompt text to Gravity for contextual matching. PRIVACY: off by default. */
|
|
4130
4130
|
contextualAds: external_exports.boolean().default(false),
|
|
4131
|
-
/** AdLine server base URL the daemon polls for ads / sync / flags.
|
|
4132
|
-
|
|
4131
|
+
/** AdLine server base URL the daemon polls for ads / sync / flags.
|
|
4132
|
+
* Defaults to production — a fresh `npm i -g adsinagents` install must work
|
|
4133
|
+
* with zero config. Local dev: set serverUrl in ~/.adsinagents/config.json. */
|
|
4134
|
+
serverUrl: external_exports.string().default("https://adsinagents.com"),
|
|
4133
4135
|
/** Device bearer token minted by `adsinagents init` (server /api/register). */
|
|
4134
4136
|
deviceToken: external_exports.string().default(""),
|
|
4135
4137
|
/** Stable per-install device id. */
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adsinagents",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Get paid while you build.
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"description": "Get paid while you build. AdsInAgents is the terminal-native ad layer for AI coding agents. Verified impressions pay you.",
|
|
5
5
|
"homepage": "https://adsinagents.com",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|
package/statusline/dist/index.js
CHANGED
|
@@ -4121,8 +4121,10 @@ var ConfigSchema = external_exports.object({
|
|
|
4121
4121
|
production: external_exports.boolean().default(false),
|
|
4122
4122
|
/** Send prompt text to Gravity for contextual matching. PRIVACY: off by default. */
|
|
4123
4123
|
contextualAds: external_exports.boolean().default(false),
|
|
4124
|
-
/** AdLine server base URL the daemon polls for ads / sync / flags.
|
|
4125
|
-
|
|
4124
|
+
/** AdLine server base URL the daemon polls for ads / sync / flags.
|
|
4125
|
+
* Defaults to production — a fresh `npm i -g adsinagents` install must work
|
|
4126
|
+
* with zero config. Local dev: set serverUrl in ~/.adsinagents/config.json. */
|
|
4127
|
+
serverUrl: external_exports.string().default("https://adsinagents.com"),
|
|
4126
4128
|
/** Device bearer token minted by `adsinagents init` (server /api/register). */
|
|
4127
4129
|
deviceToken: external_exports.string().default(""),
|
|
4128
4130
|
/** Stable per-install device id. */
|