From 2ae3b45ac1f53545ac37de11c8d4fec9d8e09700 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 13 Jan 2026 06:28:18 +0000 Subject: [PATCH] docs: update changelog for tool schema and profiles --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4727b6f0b..179c404cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,12 @@ - Cron: accept ISO timestamps for one-shot schedules (UTC) and allow optional delete-after-run; wired into CLI + macOS editor. - Gateway: add Tailscale binary discovery, custom bind mode, and probe auth retry for password changes. (#740 — thanks @jeffersonwarrior) - Agents: add compaction mode config with optional safeguard summarization for long histories. (#700 — thanks @thewilloftheshadow) +- Tools: add tool profiles plus group shorthands for tool policy allow/deny (global, per-agent, sandbox). ### Fixes - Gateway: honor `CLAWDBOT_LAUNCHD_LABEL` / `CLAWDBOT_SYSTEMD_UNIT` overrides when checking or restarting the daemon. +- Tools: harden tool input schemas for strict providers (no unions; flattened actions; enum helpers + tests). +- Discord: allow clearing channel parents via message tool without nullable schema inputs. ## 2026.1.12-4