@sashabogi/argus-mcp 2.0.4 → 2.0.6
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.mjs
CHANGED
|
@@ -2136,7 +2136,7 @@ function listProviderTypes() {
|
|
|
2136
2136
|
// src/cli.ts
|
|
2137
2137
|
init_onboarding();
|
|
2138
2138
|
var program = new Command();
|
|
2139
|
-
program.name("argus").description("Codebase Intelligence Beyond Context Limits").version("2.0.
|
|
2139
|
+
program.name("argus").description("Codebase Intelligence Beyond Context Limits").version("2.0.6");
|
|
2140
2140
|
program.command("init").description("Interactive setup wizard").action(async () => {
|
|
2141
2141
|
console.log("\n\u{1F52E} Argus Setup Wizard\n");
|
|
2142
2142
|
console.log("This will configure your AI provider and create ~/.argus/config.json\n");
|