maiass 5.9.22 → 5.9.23
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/maiass.mjs +1 -1
- package/package.json +1 -1
package/maiass.mjs
CHANGED
|
@@ -192,7 +192,7 @@ if (args.includes('--help') || args.includes('-h') || command === 'help') {
|
|
|
192
192
|
'.env.maiass.local',
|
|
193
193
|
`# .env.maiass.local — personal/local MAIASS settings (never committed)\n` +
|
|
194
194
|
`# Generated on first run: ${new Date().toISOString()}\n` +
|
|
195
|
-
`#
|
|
195
|
+
`# Use this file for personal overrides, e.g. MAIASS_AI_MODE=autosuggest\n`,
|
|
196
196
|
'utf8'
|
|
197
197
|
);
|
|
198
198
|
|