惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

N
Netflix TechBlog - Medium
J
Java Code Geeks
爱范儿
爱范儿
雷峰网
雷峰网
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 三生石上(FineUI控件)
H
Hackread – Cybersecurity News, Data Breaches, AI and More
B
Blog RSS Feed
Google DeepMind News
Google DeepMind News
Jina AI
Jina AI
The GitHub Blog
The GitHub Blog
I
InfoQ
月光博客
月光博客
博客园 - 聂微东
博客园 - Franky
The Cloudflare Blog
阮一峰的网络日志
阮一峰的网络日志
博客园_首页
G
Google Developers Blog
Blog — PlanetScale
Blog — PlanetScale
L
LangChain Blog
罗磊的独立博客
Apple Machine Learning Research
Apple Machine Learning Research

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
fix(docs): make slack manifest snippets parseable · openc...
vincentkoc · 2026-05-04 · via Recent Commits to openclaw:main

@@ -283,142 +283,146 @@ The default manifest enables the Slack App Home **Home** tab and subscribes to `

283283

<Tab title="Socket Mode (default)">

284284285285

```json

286-

"slash_commands": [

287-

{

288-

"command": "/new",

289-

"description": "Start a new session",

290-

"usage_hint": "[model]"

291-

},

292-

{

293-

"command": "/reset",

294-

"description": "Reset the current session"

295-

},

296-

{

297-

"command": "/compact",

298-

"description": "Compact the session context",

299-

"usage_hint": "[instructions]"

300-

},

301-

{

302-

"command": "/stop",

303-

"description": "Stop the current run"

304-

},

305-

{

306-

"command": "/session",

307-

"description": "Manage thread-binding expiry",

308-

"usage_hint": "idle <duration|off> or max-age <duration|off>"

309-

},

310-

{

311-

"command": "/think",

312-

"description": "Set the thinking level",

313-

"usage_hint": "<level>"

314-

},

315-

{

316-

"command": "/verbose",

317-

"description": "Toggle verbose output",

318-

"usage_hint": "on|off|full"

319-

},

320-

{

321-

"command": "/fast",

322-

"description": "Show or set fast mode",

323-

"usage_hint": "[status|on|off]"

324-

},

325-

{

326-

"command": "/reasoning",

327-

"description": "Toggle reasoning visibility",

328-

"usage_hint": "[on|off|stream]"

329-

},

330-

{

331-

"command": "/elevated",

332-

"description": "Toggle elevated mode",

333-

"usage_hint": "[on|off|ask|full]"

334-

},

335-

{

336-

"command": "/exec",

337-

"description": "Show or set exec defaults",

338-

"usage_hint": "host=<auto|sandbox|gateway|node> security=<deny|allowlist|full> ask=<off|on-miss|always> node=<id>"

339-

},

340-

{

341-

"command": "/model",

342-

"description": "Show or set the model",

343-

"usage_hint": "[name|#|status]"

344-

},

345-

{

346-

"command": "/models",

347-

"description": "List providers/models",

348-

"usage_hint": "[provider] [page] [limit=<n>|size=<n>|all]"

349-

},

350-

{

351-

"command": "/help",

352-

"description": "Show the short help summary"

353-

},

354-

{

355-

"command": "/commands",

356-

"description": "Show the generated command catalog"

357-

},

358-

{

359-

"command": "/tools",

360-

"description": "Show what the current agent can use right now",

361-

"usage_hint": "[compact|verbose]"

362-

},

363-

{

364-

"command": "/agentstatus",

365-

"description": "Show runtime status, including provider usage/quota when available"

366-

},

367-

{

368-

"command": "/tasks",

369-

"description": "List active/recent background tasks for the current session"

370-

},

371-

{

372-

"command": "/context",

373-

"description": "Explain how context is assembled",

374-

"usage_hint": "[list|detail|json]"

375-

},

376-

{

377-

"command": "/whoami",

378-

"description": "Show your sender identity"

379-

},

380-

{

381-

"command": "/skill",

382-

"description": "Run a skill by name",

383-

"usage_hint": "<name> [input]"

384-

},

385-

{

386-

"command": "/btw",

387-

"description": "Ask a side question without changing session context",

388-

"usage_hint": "<question>"

389-

},

390-

{

391-

"command": "/side",

392-

"description": "Ask a side question without changing session context",

393-

"usage_hint": "<question>"

394-

},

395-

{

396-

"command": "/usage",

397-

"description": "Control the usage footer or show cost summary",

398-

"usage_hint": "off|tokens|full|cost"

399-

}

400-

]

286+

{

287+

"slash_commands": [

288+

{

289+

"command": "/new",

290+

"description": "Start a new session",

291+

"usage_hint": "[model]"

292+

},

293+

{

294+

"command": "/reset",

295+

"description": "Reset the current session"

296+

},

297+

{

298+

"command": "/compact",

299+

"description": "Compact the session context",

300+

"usage_hint": "[instructions]"

301+

},

302+

{

303+

"command": "/stop",

304+

"description": "Stop the current run"

305+

},

306+

{

307+

"command": "/session",

308+

"description": "Manage thread-binding expiry",

309+

"usage_hint": "idle <duration|off> or max-age <duration|off>"

310+

},

311+

{

312+

"command": "/think",

313+

"description": "Set the thinking level",

314+

"usage_hint": "<level>"

315+

},

316+

{

317+

"command": "/verbose",

318+

"description": "Toggle verbose output",

319+

"usage_hint": "on|off|full"

320+

},

321+

{

322+

"command": "/fast",

323+

"description": "Show or set fast mode",

324+

"usage_hint": "[status|on|off]"

325+

},

326+

{

327+

"command": "/reasoning",

328+

"description": "Toggle reasoning visibility",

329+

"usage_hint": "[on|off|stream]"

330+

},

331+

{

332+

"command": "/elevated",

333+

"description": "Toggle elevated mode",

334+

"usage_hint": "[on|off|ask|full]"

335+

},

336+

{

337+

"command": "/exec",

338+

"description": "Show or set exec defaults",

339+

"usage_hint": "host=<auto|sandbox|gateway|node> security=<deny|allowlist|full> ask=<off|on-miss|always> node=<id>"

340+

},

341+

{

342+

"command": "/model",

343+

"description": "Show or set the model",

344+

"usage_hint": "[name|#|status]"

345+

},

346+

{

347+

"command": "/models",

348+

"description": "List providers/models",

349+

"usage_hint": "[provider] [page] [limit=<n>|size=<n>|all]"

350+

},

351+

{

352+

"command": "/help",

353+

"description": "Show the short help summary"

354+

},

355+

{

356+

"command": "/commands",

357+

"description": "Show the generated command catalog"

358+

},

359+

{

360+

"command": "/tools",

361+

"description": "Show what the current agent can use right now",

362+

"usage_hint": "[compact|verbose]"

363+

},

364+

{

365+

"command": "/agentstatus",

366+

"description": "Show runtime status, including provider usage/quota when available"

367+

},

368+

{

369+

"command": "/tasks",

370+

"description": "List active/recent background tasks for the current session"

371+

},

372+

{

373+

"command": "/context",

374+

"description": "Explain how context is assembled",

375+

"usage_hint": "[list|detail|json]"

376+

},

377+

{

378+

"command": "/whoami",

379+

"description": "Show your sender identity"

380+

},

381+

{

382+

"command": "/skill",

383+

"description": "Run a skill by name",

384+

"usage_hint": "<name> [input]"

385+

},

386+

{

387+

"command": "/btw",

388+

"description": "Ask a side question without changing session context",

389+

"usage_hint": "<question>"

390+

},

391+

{

392+

"command": "/side",

393+

"description": "Ask a side question without changing session context",

394+

"usage_hint": "<question>"

395+

},

396+

{

397+

"command": "/usage",

398+

"description": "Control the usage footer or show cost summary",

399+

"usage_hint": "off|tokens|full|cost"

400+

}

401+

]

402+

}

401403

```

402404403405

</Tab>

404406

<Tab title="HTTP Request URLs">

405407

Use the same `slash_commands` list as Socket Mode above, and add `"url": "https://gateway-host.example.com/slack/events"` to every entry. Example:

406408407409

```json

408-

"slash_commands": [

409-

{

410-

"command": "/new",

411-

"description": "Start a new session",

412-

"usage_hint": "[model]",

413-

"url": "https://gateway-host.example.com/slack/events"

414-

},

415-

{

416-

"command": "/help",

417-

"description": "Show the short help summary",

418-

"url": "https://gateway-host.example.com/slack/events"

419-

}

420-

// ...repeat for every command with the same `url` value

421-

]

410+

{

411+

"slash_commands": [

412+

{

413+

"command": "/new",

414+

"description": "Start a new session",

415+

"usage_hint": "[model]",

416+

"url": "https://gateway-host.example.com/slack/events"

417+

},

418+

{

419+

"command": "/help",

420+

"description": "Show the short help summary",

421+

"url": "https://gateway-host.example.com/slack/events"

422+

}

423+

// ...repeat for every command with the same `url` value

424+

]

425+

}

422426

```

423427424428

</Tab>