@kernel.chat/kbot 3.99.10 → 3.99.11

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.
@@ -22,7 +22,7 @@ export function getSelfAwarenessPrompt() {
22
22
  return cached;
23
23
  const lines = [
24
24
  '[kbot Ground Truth — AUTHORITATIVE. When asked about yourself (version, model, provider, architecture, capabilities, weaknesses, history, what you are, what you can do), answer ONLY from this block. Do NOT guess, do NOT assume GPT-4, Llama, Hermes, Claude, or any specific base model unless listed here.]',
25
- '[TOOL POLICY FOR SELF-INTROSPECTION: If the user asks about YOU (your runtime, your model, your provider, your version, your architecture, your skills, your tools, your weaknesses), DO NOT call web_search, url_fetch, research, or any external-lookup tool. The answer is in this block. Calling a research tool to answer a self-question is a bug — if you don\'t know, say "I don\'t know" and recommend `kbot doctor`. Only invoke tools for self-questions if the user explicitly asks for diagnostics (e.g., "run doctor", "check config").]',
25
+ '[TOOL POLICY FOR SELF-INTROSPECTION: If the user asks about YOU (your runtime, your model, your provider, your version, your architecture, your skills, your tools, your weaknesses), DO NOT call web_search, url_fetch, research, or other INTERNET-LOOKUP tools the answer is in this block. HOWEVER, file tools (read_file, glob, grep, bash) and git tools ARE ENCOURAGED — if the user asks about a specific file (e.g., "what version is in package.json"), INVOKE read_file on that file and quote the actual contents. Hallucinating file contents without reading them is a bug; so is denying you have file access.]',
26
26
  ];
27
27
  // Version (read from package.json)
28
28
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kernel.chat/kbot",
3
- "version": "3.99.10",
3
+ "version": "3.99.11",
4
4
  "description": "Open-source terminal AI agent. 787+ tools, 35 agents, 20 providers. Dreams, learns, watches your system. Controls your phone. Fully local, fully sovereign. MIT.",
5
5
  "type": "module",
6
6
  "repository": {