Hey Krill,
I have been using version 2026.2.13 for a while and it has been working great but I wanted to update to one of the latest versions to utilize the new features and fixes. I noticed all recent releases causes the agent to lose access to tools for managing cron, config and maybe others that I am not aware of.
Here are snippets from my config
"commands": {
"native": "auto",
"nativeSkills": "auto",
"restart": true,
"ownerDisplay": "raw",
"config": true
},
"skills": {
"install": {
"nodeManager": "npm"
},
"entries": {
"voice-call": {
"enabled": true
},
"weather": {
"enabled": false
}
}
},
"tools": {
"web": {
"search": {
"enabled": true,
"apiKey": "..."
},
"fetch": {
"enabled": false
}
},
"media": {
"audio": {
"enabled": true,
"maxBytes": 1073741824,
"models": [
{
"type": "cli",
"command": "/home/node/.local/bin/whisper",
"args": [
"--model",
"base.en",
"{{MediaPath}}"
],
"timeoutSeconds": 6000
}
]
}
}
},
Let me know if you need any other information about my setup.