Tags: GNHua/oneclaw
Tags
fix: reduce tool call hallucination with explicit instructions and lo… …wer temperature Add "How to act" section to main agent profile instructing the LLM to always use tools for actions and call activate_tools before using on-demand tools. Lower default temperature from 0.7 to 0.2 for more reliable agentic behavior.
feat: add self-knowledge to main agent profile and about-oneclaw skill Give the agent awareness of its own identity, capabilities, and source code. The main profile now includes an identity block, capabilities list, and two-step GitHub source fetching instructions (tree API for path discovery, then raw content fetch). The new /about-oneclaw skill provides comprehensive architecture docs, full tool inventory, and entry-point file references for deep exploration.