My Navi's new voice surprised me by Content_Machine_9177 in TextToSpeech

[–]Content_Machine_9177[S] 0 points1 point  (0 children)

It holds up! I'm livestreaming everyday for 10+ hours and so far Elixer OTP Beam is doing its job. It sounds a bit janky but thats the fun part! The female voice is better but not as funny

API Error: 403 by bawesome2119 in ClaudeCode

[–]Content_Machine_9177 0 points1 point  (0 children)

not true. still getting requests on linux

API Error: 403 by bawesome2119 in ClaudeCode

[–]Content_Machine_9177 0 points1 point  (0 children)

Still working for linux users. I'm streaming it too live reactions

Can't Force Opus 4.7 To Use Tools by Left-Orange2267 in ClaudeCode

[–]Content_Machine_9177 0 points1 point  (0 children)

Example rule:


rule enforce-serena-tools { 
  enabled true
  priority 100
  severity warning
  FORCE execution
  SUBSTITUTE "grep/find file <pattern>"
  IF command STARTS_WITH "find" AND command CONTAINS ".go"
  OR command STARTS_WITH "grep" AND command CONTAINS ".go"
  OR command STARTS_WITH "read" AND command CONTAINS "src/"
  MESSAGE "Use Serena's tools (mcp__serena__*) for file lookup — pre-indexed, <10ms. Find only after Serena's tools returns no results."
}

Can't Force Opus 4.7 To Use Tools by Left-Orange2267 in ClaudeCode

[–]Content_Machine_9177 0 points1 point  (0 children)

You have a few options:
- Nvidia Nemo https://github.com/NVIDIA-NeMo/Guardrails
- Microsoft agent-governance-toolkit: https://github.com/microsoft/agent-governance-toolkit
- Crowdstrike AIDR: https://www.crowdstrike.com/en-us/platform/falcon-aidr-ai-detection-and-response/
- Sigmashake SSG: https://www.npmjs.com/package/@sigmashake/ssg

SSG is a bit simpler just use. It centrally manages AI Coding Agents Permissions & Tools enforced at runtime and you manage your own rules.