From f38ccb9dc7974c4b08691cd7c76a836dc2c96a30 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 18 Jan 2026 23:59:07 +0000 Subject: [PATCH] fix: note onboarding link labels (#1197) (thanks @chriseidhof) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 824569b42f1..29346067dd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ Docs: https://docs.clawd.bot - macOS: load menu session previews asynchronously so items populate while the menu is open. - macOS: use label colors for session preview text so previews render in menu subviews. - macOS: suppress usage error text in the menubar cost view. +- macOS: fix onboarding action link labels for channels vs skills. (#1197) — thanks @chriseidhof. - Telegram: honor pairing allowlists for native slash commands. - CLI: keep banners on routed commands, restore config guarding outside fast-path routing, and tighten fast-path flag parsing while skipping console capture for extra speed. (#1195) — thanks @gumadeiras.