Add .gitignore to exclude all node packages and lock files

This commit is contained in:
Adolfo Reyna
2026-02-23 21:56:04 -05:00
parent faae96c9ed
commit dcc5c6c044
9747 changed files with 1555105 additions and 2 deletions

174
openclaw.json.bak Normal file
View File

@@ -0,0 +1,174 @@
{
"meta": {
"lastTouchedVersion": "2026.2.12",
"lastTouchedAt": "2026-02-15T02:51:37.050Z"
},
"wizard": {
"lastRunAt": "2026-02-15T01:44:41.051Z",
"lastRunVersion": "2026.2.12",
"lastRunCommand": "configure",
"lastRunMode": "local"
},
"auth": {
"profiles": {
"github-copilot:github": {
"provider": "github-copilot",
"mode": "token"
},
"openai-codex:default": {
"provider": "openai-codex",
"mode": "oauth"
}
}
},
"models": {
"mode": "merge",
"providers": {
"custom-127-0-0-1-11434": {
"baseUrl": "http://127.0.0.1:11434/v1",
"api": "openai-completions",
"models": [
{
"id": "qwen3:8b",
"name": "qwen3:8b (Custom Provider)",
"reasoning": false,
"input": [
"text"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 4096,
"maxTokens": 4096
},
{
"id": "deepseek-r1:14b",
"name": "deepseek-r1:14b (Custom Provider)",
"reasoning": false,
"input": [
"text"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 4096,
"maxTokens": 4096
}
]
}
}
},
"agents": {
"defaults": {
"model": {
"primary": "github-copilot/gpt-4.1",
"fallbacks": []
},
"models": {
"github-copilot/claude-haiku-4.5": {},
"github-copilot/gemini-3-flash-preview": {},
"github-copilot/gpt-4.1": {},
"openai/gpt-4.1": {},
"openai/gpt-5.1-codex-mini": {},
"openai/gpt-5.1-codex": {
"alias": "GPT"
},
"openai/gpt-5-mini": {
"alias": "gpt-mini"
}
},
"workspace": "/Users/adolforeyna/.openclaw/workspace",
"compaction": {
"mode": "safeguard"
},
"maxConcurrent": 4,
"subagents": {
"maxConcurrent": 8
}
}
},
"tools": {
"web": {
"search": {
"enabled": true,
"apiKey": "__OPENCLAW_REDACTED__"
},
"fetch": {
"enabled": true
}
}
},
"messages": {
"ackReactionScope": "group-mentions"
},
"commands": {
"native": "auto",
"nativeSkills": "auto"
},
"hooks": {
"internal": {
"enabled": true,
"entries": {
"boot-md": {
"enabled": true
},
"command-logger": {
"enabled": true
},
"session-memory": {
"enabled": true
}
}
}
},
"channels": {
"telegram": {
"enabled": true,
"dmPolicy": "pairing",
"botToken": "__OPENCLAW_REDACTED__",
"groupPolicy": "allowlist",
"streamMode": "partial"
}
},
"gateway": {
"port": 18789,
"mode": "local",
"bind": "lan",
"auth": {
"mode": "token",
"token": "__OPENCLAW_REDACTED__"
},
"tailscale": {
"mode": "off",
"resetOnExit": false
},
"nodes": {
"denyCommands": [
"camera.snap",
"camera.clip",
"screen.record",
"calendar.add",
"contacts.add",
"reminders.add"
]
}
},
"skills": {
"install": {
"nodeManager": "npm"
}
},
"plugins": {
"entries": {
"telegram": {
"enabled": true
}
}
}
}