life is too short for a diary



Posts Tagged: monkey-patching

Monkey Patching Claude commit for AWS Bedrock

When AI is writing code, there's no reason not to have AI write the commit message too. I tried the handy tool [claude-commit](https://github.com/JohannLai/claude-commit), but ran into two issues when using Claude via AWS Bedrock on Python 3.14: a compatibility error with Rich's `Console.print()` and missing Bedrock credentials...

Continue reading → claude code ai monkey-patching



Fix jekyll jolt plugin using monkey patching

My existing `jekyll` website started failing newer jekyll version: `4.4.1`. I had to do a **monkey patch** to resolve this error...

Continue reading → jekyll ruby monkey-patching