Anthony Morris ツ
11.6K posts

Anthony Morris ツ
@amorriscode
claude code @anthropicAI | ex @stripe → https://t.co/AjndW0qdf0




















An issue I had a few times recently was what happens when you run a dynamic workflow or background agent and run out of your 5h token window. When that happened Opus would just start new background tasks when asked to resume. Fable can resume failed background agents. A background agent that died mid-task (spend limit, rate limit, transient API error, session pause) is NOT lost. Its transcript is saved, and sending it a message resumes it from exactly where it stopped, with all the files it already read still in its context. Never relaunch the work as a fresh Agent call. A new agent starts from zero and re-pays everything the dead one already did. Resume instead. Have your agent add the skill: gist.github.com/bttnns/a0fd08b… @claudeai @bcherny


Claude Code on desktop now has an in-app browser. Claude can pull up docs, designs, or any other site. It can read, click through, and interact the same way it does with your local dev servers. It's sandboxed and configurable: you choose whether sessions persist.












