radar-cli 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/dist/index.js +1 -1
- package/package.json +2 -1
package/dist/index.js
CHANGED
|
@@ -319,7 +319,7 @@ The Browser Use agent will explore the site and generate knowledge files. Check
|
|
|
319
319
|
|
|
320
320
|
// src/index.ts
|
|
321
321
|
var program = new Command();
|
|
322
|
-
program.name("radar").description(
|
|
322
|
+
program.name("radar-cli").description(
|
|
323
323
|
"Radar CLI \u2014 query and contribute to the shared knowledge base for web agents"
|
|
324
324
|
).version("0.1.0");
|
|
325
325
|
registerContext(program);
|
package/package.json
CHANGED