docs(readme): refresh stats + news + Core Systems for image/ESC work#157
Merged
Conversation
- Codebase stats: 894 files / 177,428 lines (up from 167,034 on 2026-05-14; ~+10.4k lines in two days). - New news entries: * 2026-05-16 Image-handling parity (#149/#154/#155/#156) — Read tool TS image pipeline; @image.png mention fix; image tool_result list shape preserved; OpenAI-compat image/document block translation; validate_images_for_api promoted into BaseProvider._prepare_messages; BOM-aware text decoding. * 2026-05-16 Subagent + Bash reliability — custom subagent discovery from .claude/agents/ (#151); Bash timeout vs ESC-abort distinction (#152); async-subagent AbortController isolation tests (#153); REJECT_MESSAGE on cancelled production path (#150). * 2026-05-15 to 2026-05-16 ESC cancellation hardening across providers (#144–#148) — mid-stream cancel under ~50ms for every provider; shared StreamAbortGuard; LiteLLM worker-thread iteration fix. - Core Systems table: * Multi-Provider description extends to call out Anthropic→OpenAI image/document block translation. * New "Cancellation / Abort" row (✅) capturing the recent sweep. * New "Image Handling" row (✅) capturing Tier C parity. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Refresh of the README News + Status sections to cover the work that landed since the previous codebase-stats note on 2026-05-14.
Codebase stats
News entries added
@image.pngmention fix; image tool_result list shape preserved through_dispatch_single_tool; OpenAI-compat image / document block translation withtool_use_idcorrelation across the tool→user split;validate_images_for_apipromoted intoBaseProvider._prepare_messages; BOM-aware text decoding..claude/agents/(fix(agent): discover custom subagents from .claude/agents/ #151); Bash timeout vs ESC-abort distinction (fix(bash): distinguish timeout from ESC-abort in tool_result #152); async-subagentAbortControllerisolation tests (test(esc): pin async-subagent abort-controller isolation invariants #153);REJECT_MESSAGEon cancelled production path (fix(esc): override cancelled tool_result with REJECT_MESSAGE in production path #150).StreamAbortGuard; LiteLLM worker-thread iteration fix.Core Systems updates
@image.pnginlining, pre-API size validation, binary @-mention routing.Test plan
find src tests scripts -name '*.py' -not -path '*/__pycache__/*' | wc -l(894) andfind ... -exec cat {} + | wc -l(177,428).git log origin/main bfa1647..HEAD.🤖 Generated with Claude Code