@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.
Files changed (2) hide show
  1. package/bin/dosu.js +2 -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 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.`;
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.4.0";
5114
+ var VERSION = "0.5.0";
5115
5115
  function getVersionString() {
5116
5116
  return `v${VERSION}`;
5117
5117
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dosu/cli",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "type": "module",
5
5
  "description": "Dosu CLI - Manage MCP servers for AI tools",
6
6
  "license": "MIT",