feat: LLM-powered model auto-configuration and improved onboarding
Major changes: - Add autoconfigure_models tool for intelligent model assignment - Implement LLM-based model selection using openclaw agent - Improve onboarding flow with better model access checks - Update README with clearer installation and onboarding instructions Technical improvements: - Add model-fetcher utility to query authenticated models - Add smart-model-selector for LLM-driven model assignment - Use session context for LLM calls during onboarding - Suppress logging from openclaw models list calls Documentation: - Add prerequisites section to README - Add conversational onboarding example - Improve quick start flow Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@laurentenhoor/devclaw",
|
||||
"version": "0.1.1",
|
||||
"version": "1.0.0",
|
||||
"description": "Multi-project dev/qa pipeline orchestration for OpenClaw",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
@@ -51,6 +51,7 @@
|
||||
"openclaw": ">=2026.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.8"
|
||||
"@types/node": "^25.2.3",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user