@dosu/cli 0.4.0 → 0.5.0
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
|
@@ -5076,7 +5076,7 @@ ${lines}`);
|
|
|
5076
5076
|
M2.success("All tools already configured. No changes needed.");
|
|
5077
5077
|
}
|
|
5078
5078
|
if (installed.length > 0 || skipped.length > 0) {
|
|
5079
|
-
const prompt = mode === MODE_OSS ? `What can Dosu
|
|
5079
|
+
const prompt = mode === MODE_OSS ? `What can Dosu help me with? Pick an open source library related to my project and explain how it works.` : `I'm new to this codebase. Give me a 5-minute mental model: main services, request flow, where to start.`;
|
|
5080
5080
|
M2.message(`Try it out! Paste this into your agent:
|
|
5081
5081
|
|
|
5082
5082
|
${info(prompt)}`);
|
|
@@ -5111,7 +5111,7 @@ init_config();
|
|
|
5111
5111
|
init_providers();
|
|
5112
5112
|
|
|
5113
5113
|
// src/version/version.ts
|
|
5114
|
-
var VERSION = "0.
|
|
5114
|
+
var VERSION = "0.5.0";
|
|
5115
5115
|
function getVersionString() {
|
|
5116
5116
|
return `v${VERSION}`;
|
|
5117
5117
|
}
|