chore: oxfmt fixes

This commit is contained in:
CLAWDINATOR Bot
2026-02-01 18:51:44 +00:00
committed by clawdinator[bot]
parent 395810a60b
commit 443ee26af3
8 changed files with 13 additions and 22 deletions

View File

@@ -24,7 +24,7 @@ services:
"--bind", "--bind",
"${OPENCLAW_GATEWAY_BIND:-lan}", "${OPENCLAW_GATEWAY_BIND:-lan}",
"--port", "--port",
"18789" "18789",
] ]
openclaw-cli: openclaw-cli:

View File

@@ -10,6 +10,7 @@ title: "Telegram"
Status: production-ready for bot DMs + groups via grammY. Long-polling by default; webhook optional. Status: production-ready for bot DMs + groups via grammY. Long-polling by default; webhook optional.
## Quick setup (beginner) ## Quick setup (beginner)
1. Create a bot with **@BotFather** ([direct link](https://t.me/BotFather)). Confirm the handle is exactly `@BotFather`, then copy the token. 1. Create a bot with **@BotFather** ([direct link](https://t.me/BotFather)). Confirm the handle is exactly `@BotFather`, then copy the token.
2. Set the token: 2. Set the token:
- Env: `TELEGRAM_BOT_TOKEN=...` - Env: `TELEGRAM_BOT_TOKEN=...`
@@ -41,6 +42,7 @@ Minimal config:
## Setup (fast path) ## Setup (fast path)
### 1) Create a bot token (BotFather) ### 1) Create a bot token (BotFather)
1. Open Telegram and chat with **@BotFather** ([direct link](https://t.me/BotFather)). Confirm the handle is exactly `@BotFather`. 1. Open Telegram and chat with **@BotFather** ([direct link](https://t.me/BotFather)). Confirm the handle is exactly `@BotFather`.
2. Run `/newbot`, then follow the prompts (name + username ending in `bot`). 2. Run `/newbot`, then follow the prompts (name + username ending in `bot`).
3. Copy the token and store it safely. 3. Copy the token and store it safely.

View File

@@ -134,13 +134,13 @@ Moonshot uses OpenAI-compatible endpoints, so configure it as a custom provider:
- Auth: `MOONSHOT_API_KEY` - Auth: `MOONSHOT_API_KEY`
- Example model: `moonshot/kimi-k2.5` - Example model: `moonshot/kimi-k2.5`
- Kimi K2 model IDs: - Kimi K2 model IDs:
{/* moonshot-kimi-k2-model-refs:start */} {/_ moonshot-kimi-k2-model-refs:start _/}
- `moonshot/kimi-k2.5` - `moonshot/kimi-k2.5`
- `moonshot/kimi-k2-0905-preview` - `moonshot/kimi-k2-0905-preview`
- `moonshot/kimi-k2-turbo-preview` - `moonshot/kimi-k2-turbo-preview`
- `moonshot/kimi-k2-thinking` - `moonshot/kimi-k2-thinking`
- `moonshot/kimi-k2-thinking-turbo` - `moonshot/kimi-k2-thinking-turbo`
{/* moonshot-kimi-k2-model-refs:end */} {/_ moonshot-kimi-k2-model-refs:end _/}
```json5 ```json5
{ {

View File

@@ -865,11 +865,7 @@
}, },
{ {
"group": "Help", "group": "Help",
"pages": [ "pages": ["help/index", "help/troubleshooting", "help/faq"]
"help/index",
"help/troubleshooting",
"help/faq"
]
}, },
{ {
"group": "Install & Updates", "group": "Install & Updates",
@@ -1002,13 +998,7 @@
}, },
{ {
"group": "Web & Interfaces", "group": "Web & Interfaces",
"pages": [ "pages": ["web/index", "web/control-ui", "web/dashboard", "web/webchat", "tui"]
"web/index",
"web/control-ui",
"web/dashboard",
"web/webchat",
"tui"
]
}, },
{ {
"group": "Channels", "group": "Channels",
@@ -1171,11 +1161,7 @@
"groups": [ "groups": [
{ {
"group": "开始", "group": "开始",
"pages": [ "pages": ["zh-CN/index", "zh-CN/start/getting-started", "zh-CN/start/wizard"]
"zh-CN/index",
"zh-CN/start/getting-started",
"zh-CN/start/wizard"
]
} }
] ]
} }

View File

@@ -14,14 +14,14 @@ provider and set the default model to `moonshot/kimi-k2.5`, or use
Kimi Coding with `kimi-coding/k2p5`. Kimi Coding with `kimi-coding/k2p5`.
Current Kimi K2 model IDs: Current Kimi K2 model IDs:
{/* moonshot-kimi-k2-ids:start */} {/_ moonshot-kimi-k2-ids:start _/}
- `kimi-k2.5` - `kimi-k2.5`
- `kimi-k2-0905-preview` - `kimi-k2-0905-preview`
- `kimi-k2-turbo-preview` - `kimi-k2-turbo-preview`
- `kimi-k2-thinking` - `kimi-k2-thinking`
- `kimi-k2-thinking-turbo` - `kimi-k2-thinking-turbo`
{/* moonshot-kimi-k2-ids:end */} {/_ moonshot-kimi-k2-ids:end _/}
```bash ```bash
openclaw onboard --auth-choice moonshot-api-key openclaw onboard --auth-choice moonshot-api-key

View File

@@ -24,6 +24,7 @@ wizard, and let the agent bootstrap itself.
8. Ready 8. Ready
## 1) Welcome + security notice ## 1) Welcome + security notice
Read the security notice displayed and decide accordingly. Read the security notice displayed and decide accordingly.
## 2) Local vs Remote ## 2) Local vs Remote

View File

@@ -54,6 +54,7 @@ you revoke it with `openclaw devices revoke --device <id> --role <role>`. See
[Devices CLI](/cli/devices) for token rotation and revocation. [Devices CLI](/cli/devices) for token rotation and revocation.
**Notes:** **Notes:**
- Local connections (`127.0.0.1`) are auto-approved. - Local connections (`127.0.0.1`) are auto-approved.
- Remote connections (LAN, Tailnet, etc.) require explicit approval. - Remote connections (LAN, Tailnet, etc.) require explicit approval.
- Each browser profile generates a unique device ID, so switching browsers or - Each browser profile generates a unique device ID, so switching browsers or

View File

@@ -110,6 +110,7 @@ cat ~/.openclaw/openclaw.json | jq '.gateway.bind'
``` ```
Then construct the URL: Then construct the URL:
- **loopback**: `http://127.0.0.1:18793/__openclaw__/canvas/<file>.html` - **loopback**: `http://127.0.0.1:18793/__openclaw__/canvas/<file>.html`
- **lan/tailnet/auto**: `http://<hostname>:18793/__openclaw__/canvas/<file>.html` - **lan/tailnet/auto**: `http://<hostname>:18793/__openclaw__/canvas/<file>.html`