Skip to content

claude-code-tips

v0.26.19 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 29d AI Coding Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agentic agentic-ai agentic-coding agentic-workflow ai claude
+6 more
claude-ai claude-code cli developer-tools productivity tips-and-tricks

Summary

AI summary

Reworked reddit-fetch with a 5‑step fallback ladder to handle Reddit blocks.

Full changelog

reddit-fetch skill: block-escalation ladder

Reworked the reddit-fetch skill around a 5-rung fallback ladder for when Reddit blocks requests:

  1. curl JSON API (host)
  2. curl JSON API (safeclaw container)
  3. browser .json via Playwright - the reliable workhorse when curl 403s
  4. browser HTML thread page + shreddit-* DOM scrape (also returns more comments), with DuckDuckGo HTML for URL discovery since WebSearch refuses reddit.com
  5. Claude for Chrome

Also: noted that curl 403s regardless of User-Agent, that blocks are intermittent, deduped the User-Agent header, and condensed the skill (94 -> 91 lines).

Plugin version: 0.14.17 -> 0.14.18

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track claude-code-tips

Get notified when new releases ship.

Sign up free

About claude-code-tips

45 tips for getting the most out of Claude Code, from basics to advanced - includes a custom status line script, cutting the system prompt in half, using Gemini CLI as Claude Code's minion, and Claude Code running itself in a container. Also includes the dx plugin.

All releases →

Beta — feedback welcome: [email protected]