Below you will find pages that utilize the taxonomy term “Theadamdanielsson”
July 5, 2026
overllm
Version updated for https://github.com/theadamdanielsson/overllm to version v0.7.0.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Recall improvements + one new rule, each validated on ~14k files of real code (framework-heavy and amateur) with no new false positives.
Matured call detection — follow a model through composition. LangChain chain.invoke(...) and bound-model .invoke(...) are now detected (an LCEL | pipe, .with_structured_output(), or an alias that composes a known model). A prompt | parser chain (no model) or a dict | dict merge is not tracked — precise. langchain detection 385→492. kwargs-splat — create(**params) on the unambiguous chains. Embeddings — embeddings.create in a per-item loop → llm-in-loop. Module-constant prompts — a prompt/model held in a top-level constant used inside a function is resolved. New rule json-mode-missing-json — response_format=json_object with a static prompt lacking “json” is a provable OpenAI 400 (fires only when the absence is provable). 155 tests. Precision held: amateur-corpus findings byte-identical to 0.6.2.
July 4, 2026
overllm
Version updated for https://github.com/theadamdanielsson/overllm to version v0.4.0.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Two deterministic model-hygiene rules.
deprecated-model: flags a model id that’s retired (the call 404s) or deprecated and scheduled for removal, and names the current model to switch to. Exact-match against a known list, so a live model or alias is never flagged. unsupported-params: flags temperature/top_p/top_k set on a model that rejects them — the OpenAI o-series and the newest Anthropic models, where the parameter is a no-op or a 400. Both stay silent when the model isn’t a plain string literal.
July 3, 2026
Groundskeeper Issue Triage
Version updated for https://github.com/theadamdanielsson/groundskeeper to version v1.0.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed First public release.
Groundskeeper is a first responder for new GitHub issues. When someone opens one, it reads your repo, then posts a single grounded comment: a duplicate check, the repro info that’s missing, a pointer to the relevant file and line, and suggested labels. If it doesn’t have anything solid to say, it stays silent.