Skip to content

Tags: GNHua/oneclaw

Tags

v1.0.5

Toggle v1.0.5's commit message
merge: main into release/apk for v1.0.5

v1.0.4

Toggle v1.0.4's commit message
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.

v1.0.3

Toggle v1.0.3's commit message
feat: use edge glow gradient for device control border overlay

v1.0.2

Toggle v1.0.2's commit message
fix: update release skill to copy signing files from parent directory

v1.0.0

Toggle v1.0.0's commit message
refactor: collapse all database migrations and reset to version 1

No users yet, so remove all incremental migrations and let Room
recreate tables from current entity definitions on fresh install.

v1.0.1

Toggle v1.0.1's commit message
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.