repowisestage 0.0.33 → 0.0.34
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/bin/repowise.js +1 -1
- package/package.json +1 -1
package/dist/bin/repowise.js
CHANGED
|
@@ -3352,7 +3352,7 @@ async function create() {
|
|
|
3352
3352
|
if (hasOther) {
|
|
3353
3353
|
console.log(
|
|
3354
3354
|
chalk5.cyan(
|
|
3355
|
-
"\nFor AI tools not listed, context files still work with any tool that reads the filesystem.\
|
|
3355
|
+
"\nFor AI tools not listed, context files still work with any tool that reads the filesystem.\nTo request full support for a new AI tool, email support@repowise.ai"
|
|
3356
3356
|
)
|
|
3357
3357
|
);
|
|
3358
3358
|
}
|