RandomWits

life is too short for a diary



Posts Tagged: ai (Page 2)

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



Setting up Claude Code with AWS Bedrock and SSO Authentication

Install Claude Code quickly and configure it with SSO and AWS Bedrock...

Continue reading โ†’ ai claude aws cli



Claude-Mem - Long Term memory for Claude code

Claude Code is my de facto AI coding tool. But it has one fundamental limitation: it forgets everything when you restart it. Every session starts fresh, forcing you to re-establish context, re-explain architectural decisions, and watch Claude re-analyze the same files repeatedly...

Continue reading โ†’ claude code ai