chore: incoming 1975 changelog entry

This commit is contained in:
Kayvan Sylvan
2026-01-27 23:14:10 -08:00
parent 7a5bf27bd2
commit 99b426a2af

View File

@@ -1,12 +1,7 @@
### PR [#1975](https://github.com/danielmiessler/Fabric/pull/1975) by [koriyoshi2041](https://github.com/koriyoshi2041): feat: add suggest_clawdbot_command pattern for Clawdbot CLI
- Feat: add suggest_clawdbot_command pattern
Add a new pattern for suggesting Clawdbot CLI commands based on
natural language intent. Clawdbot is an open-source AI agent framework
(github.com/moltbot/moltbot) that connects LLMs to messaging
platforms, devices, and developer tools.
This follows the same structure as suggest_gt_command: command
reference tables, intent mapping, and a pipe-friendly output format
where the first line is the executable command.
All commands verified against clawdbot help and subcommand --help
output (v2026.1.23).
- Added new pattern for suggesting Moltbot CLI commands based on natural language intent
- Fixed multi-command output format inconsistency to preserve pipe-friendly behavior
- Renamed pattern from `suggest_clawdbot_command` to `suggest_moltbot_command` across codebase
- Updated all CLI references and command examples to use new `moltbot` binary name
- Added new dictionary words for VSCode spellcheck and fixed markdown table formatting