Mark Maunder
Mark Maunder
This uses the Slack RTM API which requires creating a Classic Slack APP. Creating Classic apps is no longer supported. Which means the RTM API is no longer supported. Which...
## Environment - Platform (select one): - [ X] Anthropic API - [ ] AWS Bedrock - [ ] Google Vertex AI - [ ] Other: - Claude CLI version:...
This page: https://docs.anthropic.com/en/docs/claude-code/mcp Says: ``` Example: Adding an HTTP server with authentication header claude mcp add --transport http secure-server https://api.example.com/mcp -e Authorization="Bearer your-token" ``` Which is wrong. The syntax is:...
## Summary - add a targeted WordPress config parser that extracts DB credentials without executing helper directives - wire the new parser into WordpressSite and tolerate @-prefixed functions when reading...
Fixes #327. ## Summary - open report output files with an explicit UTF-8 encoding to support non-ASCII characters - add a regression test that verifies the UTF-8 encoding flag is...
## Summary - add a deny rule so image extensions stay excluded when `-a/--include-all-files` is used unless `--images` is set - cover the FileFilter allow/deny interaction with a unit test...
### What would you like to be added? There doesn't seem to be any logic around how up-arrow command history works in the current version of Gemini CLI. How the...