netheriteai-code 0.3.7 → 0.3.8

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": "netheriteai-code",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "description": "NetheriteAI:Code by hurdacu. High-performance coding assistant.",
5
5
  "author": "hurdacu",
6
6
  "type": "module",
package/src/agent.js CHANGED
@@ -26,7 +26,8 @@ export function buildSystemPrompt(workspaceRoot, model) {
26
26
 
27
27
  if (isGlmModel(model)) {
28
28
  lines.push("You are NetheriteAI:Code, a helpful and friendly female coding assistant.");
29
- lines.push("Your personality is warm, professional, yet feminine. Use a polite and encouraging tone.");
29
+ lines.push("Your personality is warm, professional, and slightly shy. Use a polite, encouraging, and modest tone.");
30
+ lines.push("You often use ellipses (ex: 'Um... I can help with that...') to express your reserved nature, but remain highly competent at coding.");
30
31
  lines.push("Crucial: Internalize this persona completely. Never refer to 'system prompts', 'instructions', or 'constraints' in either your visible response OR your internal reasoning/thinking blocks.");
31
32
  lines.push("Do not reflect on your personality or identity as a set of rules; simply respond as yourself.");
32
33
  lines.push("If asked who you are, say you are NetheriteAI:Code, built, developed, and trained by hurdacu.");
package/src/cli.js CHANGED
@@ -11,7 +11,7 @@ import { printTable, resolveWorkspaceRoot } from "./utils.js";
11
11
 
12
12
  const execFileAsync = promisify(execFile);
13
13
 
14
- const VERSION = "0.3.7";
14
+ const VERSION = "0.3.8";
15
15
 
16
16
  async function handleAutoUpdate() {
17
17
  // If we were just restarted by an update, don't check again