@dahawa/hawa-code 1.4.2 → 1.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/cli.js +2 -2
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -901,8 +901,8 @@ user: Where are errors from the client handled?
901
901
  assistant: Clients are marked as failed in the \`connectToServer\` function in src/services/process.ts:712.
902
902
  </example>`,...J2().language&&J2().language!=="auto"?[`
903
903
 
904
- # Language
905
- Always respond in ${J2().language}. Use ${J2().language} for all explanations, comments, and communications with the user. Technical terms and code identifiers should remain in their original form.
904
+ # Language
905
+ Always respond in ${J2().language}. Use ${J2().language} for all explanations, comments, and communications with the user. Technical terms and code identifiers should remain in their original form.
906
906
 
907
907
  `]:[],`
908
908
  ${await Kte()}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dahawa/hawa-code",
3
- "version": "1.4.2",
3
+ "version": "1.5.0",
4
4
  "bin": {
5
5
  "hcode": "hawa.js"
6
6
  },