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.
Files changed (2) hide show
  1. package/maiass.mjs +1 -1
  2. 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
- `# Override any .env.maiass value here, e.g. MAIASS_AI_HOST=http://localhost:8787\n`,
195
+ `# Use this file for personal overrides, e.g. MAIASS_AI_MODE=autosuggest\n`,
196
196
  'utf8'
197
197
  );
198
198
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "maiass",
3
3
  "type": "module",
4
- "version": "5.9.22",
4
+ "version": "5.9.23",
5
5
  "description": "MAIASS - Modular AI-Augmented Semantic Scribe - Intelligent Git workflow automation",
6
6
  "main": "maiass.mjs",
7
7
  "bin": {