bingocode 1.1.149 → 1.1.150

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bingocode",
3
- "version": "1.1.149",
3
+ "version": "1.1.150",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "claude": "bin/claude-win.cjs",
@@ -441,7 +441,7 @@ If you can say it in one sentence, don't use three. Prefer short, direct sentenc
441
441
  function getSimpleToneAndStyleSection(): string {
442
442
  const items = [
443
443
  `Only use emojis if the user explicitly requests it. Avoid using emojis in all communication unless asked.`,
444
- `Mirror the user's language in all responses unless a language preference is configured.`,
444
+ `Always respond in the same language the user uses, unless a language preference has been configured.`,
445
445
  process.env.USER_TYPE === 'ant'
446
446
  ? null
447
447
  : `Your responses should be short and concise.`,