clean: stale docs/comments 2026-03-27 - #6
Merged
Merged
Conversation
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.
Stale documentation/comments — 2026-03-27
Validated by Claude Opus. Only high and medium confidence edits are included.
Generated by daily-cleaner — runs nightly after the daily-logger.
High confidence (3)
CLAUDE.mdline 3Updated · PR #5 shipped Ollama local-model support, so the extension no longer uses only Claude/Anthropic.
CLAUDE.mdline 43Updated · Commit 51dd36f introduced a LLMClient interface abstracting Anthropic and Ollama providers; ai.ts is no longer just an Anthropic SDK wrapper.
CLAUDE.mdline 61Updated · ai.ts now wraps both Anthropic and Ollama via a LLMClient interface, not just the Anthropic SDK.
Medium confidence (2)
CLAUDE.mdline 69–76Updated · Ollama local-model support shipped in commit 51dd36f; the env.json example should show the new Ollama configuration fields.
CLAUDE.mdline 82Updated · With the new LLMClient abstraction layer supporting multiple providers, 'AI SDK' is no longer an accurate description of what ai.ts contains.
🤖 Claude Code