@dosu/cli 0.3.6 → 0.3.7
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/dosu.js +2 -2
- package/package.json +1 -1
package/bin/dosu.js
CHANGED
|
@@ -5071,7 +5071,7 @@ ${lines}`);
|
|
|
5071
5071
|
M2.success("All tools already configured. No changes needed.");
|
|
5072
5072
|
}
|
|
5073
5073
|
if (installed.length > 0 || skipped.length > 0) {
|
|
5074
|
-
const prompt = mode === MODE_OSS ? `What can
|
|
5074
|
+
const prompt = mode === MODE_OSS ? `What can Dosu MCP help me do in this repo? Briefly explain, then tell me the main components, request flow, and where to start.` : `I'm new to this codebase. Give me a 5-minute mental model: main services, request flow, where to start.`;
|
|
5075
5075
|
M2.message(`Try it out! Paste this into your agent:
|
|
5076
5076
|
|
|
5077
5077
|
${info(prompt)}`);
|
|
@@ -5106,7 +5106,7 @@ init_config();
|
|
|
5106
5106
|
init_providers();
|
|
5107
5107
|
|
|
5108
5108
|
// src/version/version.ts
|
|
5109
|
-
var VERSION = "0.3.
|
|
5109
|
+
var VERSION = "0.3.7";
|
|
5110
5110
|
function getVersionString() {
|
|
5111
5111
|
return `v${VERSION}`;
|
|
5112
5112
|
}
|