#automation

5 articles

OpenHands v1.13 Just Added Conversation Archive, Markdown Artifact Previews & a Context Window Meter

OpenHands v1.13.0 dropped August 13 with client-side conversation archiving, inline markdown artifact previews, a context window u…

Beware: Claude Code's `claude -p` Silently Truncates Output at 65,536 Bytes

A confirmed `has repro` bug in Claude Code (issue #77112) drops any `claude -p` stdout past 65,536 bytes when piped. No error, no …

How I Automate My Entire Code Review Process With AI Agents

Code review is the bottleneck that agents are perfectly suited to solve. Here's a concrete workflow that runs every day without hu…

Setting Up Autonomous Cron Jobs with Hermes Agent for Recurring Tasks

How to schedule autonomous AI agents on cron — from daily code reviews to weekly dependency audits — with Hermes Agent's built-in …

Claude Code Just Fixed One of the Most Annoying Issues in Open Source Automation

The lock-closed-issues workflow was broken by GitHub API changes. Claude Code's fix uses the search API instead of pagination — an…