From 70fb83fcffce510c7d77652578ec981183123e3d Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Wed, 8 Apr 2026 18:51:54 +0200 Subject: [PATCH] docs(coding-agent): update unreleased changelog --- packages/coding-agent/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/coding-agent/CHANGELOG.md b/packages/coding-agent/CHANGELOG.md index 3e731ab7..58628eb5 100644 --- a/packages/coding-agent/CHANGELOG.md +++ b/packages/coding-agent/CHANGELOG.md @@ -2,11 +2,17 @@ ## [Unreleased] +### New Features + +- Earendil startup announcement with bundled inline image rendering and a linked blog post for April 8 and 9, 2026. +- Interactive Anthropic subscription auth warning when Anthropic subscription auth is active, clarifying that Anthropic third-party usage draws from extra usage and is billed per token. + ### Fixed - Fixed bare `readline` import to use `node:readline` prefix for Deno compatibility ([#2885](https://github.com/badlogic/pi-mono/issues/2885) by [@milosv-vtool](https://github.com/milosv-vtool)) - Fixed auto-retry to treat stream failures like `request ended without sending any chunks` as transient errors ([#2892](https://github.com/badlogic/pi-mono/issues/2892)) - Fixed interactive startup notices to render after the initial resource listing, and added a bundled Earendil startup announcement with inline image rendering for April 8 and 9, 2026. Moved the blog link above the image to avoid overlap with terminal image rendering. +- Fixed interactive mode to warn when Anthropic subscription auth is active, so users know Anthropic third-party usage draws from extra usage and is billed per token. ## [0.65.2] - 2026-04-06