Below you will find pages that utilize the taxonomy term “Misospace”
July 19, 2026
Miso PR Review
Version updated for https://github.com/misospace/pr-reviewer-action to version v2.1.5.
This action is used across all versions by 3 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automatically reviews pull requests using a language model, providing detailed feedback on the code changes and potential risks. It uses OpenAI-compatible models or local models hosted on platforms like llama.cpp, vLLM, LiteLLM, or Anthropic to generate comments and decide if further action is needed for security or risk classification. The action supports CI checks, structured findings with severity tagging, and can publish reviews as sticky comments or native GitHub reviews. It optimizes token usage through incremental review processing and safe defaults, ensuring a seamless AI-driven PR review process.
July 12, 2026
Miso PR Review
Version updated for https://github.com/misospace/pr-reviewer-action to version v2.1.3.
This action is used across all versions by 3 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed What’s Changed ci(github-action): update action misospace/pr-reviewer-action (v2.1.1 → v2.1.2) by @its-miso[bot] in https://github.com/misospace/pr-reviewer-action/pull/407 fix: omit Linked Issue Context / Evidence Providers headers when empty by @Tanguille in https://github.com/misospace/pr-reviewer-action/pull/410 fix(security): reject artifact symlinks by @joryirving in https://github.com/misospace/pr-reviewer-action/pull/411 fix(impact): avoid awk broken pipe by @joryirving in https://github.com/misospace/pr-reviewer-action/pull/412 New Contributors @Tanguille made their first contribution in https://github.com/misospace/pr-reviewer-action/pull/410 Full Changelog: https://github.com/misospace/pr-reviewer-action/compare/v2.1.2...v2.1.3
July 10, 2026
Miso PR Review
Version updated for https://github.com/misospace/pr-reviewer-action to version v2.1.2.
This action is used across all versions by 3 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed What’s Changed ci(github-action): update action actions/setup-python (a309ff8 → ece7cb0) by @its-miso[bot] in https://github.com/misospace/pr-reviewer-action/pull/402 ci(github-action): update action misospace/pr-reviewer-action (v2.0.5 → v2.1.1) by @its-miso[bot] in https://github.com/misospace/pr-reviewer-action/pull/403 perf(planner): share section piece files with the corpus so verdict dedup drops them by @joryirving in https://github.com/misospace/pr-reviewer-action/pull/404 refactor(planner): extract embedded sections from the corpus itself; fix budget overflow dropping the diff head by @joryirving in https://github.com/misospace/pr-reviewer-action/pull/405 Full Changelog: https://github.com/misospace/pr-reviewer-action/compare/v2.1.1...v2.1.2
July 4, 2026
Miso PR Review
Version updated for https://github.com/misospace/pr-reviewer-action to version v2.1.0.
This action is used across all versions by 3 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed What’s Changed chore: dead-code removal and dedup sweep by @joryirving in https://github.com/misospace/pr-reviewer-action/pull/366 fix(forgejo): structured gh api for GitHub comments, unified sticky-comment selection by @joryirving in https://github.com/misospace/pr-reviewer-action/pull/376 refactor(classifier): declarative rule tables for pr_kind and risk flags by @joryirving in https://github.com/misospace/pr-reviewer-action/pull/377 fix(security): derive fork-ness once, fail closed on degraded PR metadata by @joryirving in https://github.com/misospace/pr-reviewer-action/pull/380 fix(precheck): read prior-review metadata via JSON side-file, drop eval by @joryirving in https://github.com/misospace/pr-reviewer-action/pull/378 refactor(ci-gate): normalize external checks once in the platform seam by @joryirving in https://github.com/misospace/pr-reviewer-action/pull/379 test(redact): comprehensive secret-redaction coverage by @joryirving in https://github.com/misospace/pr-reviewer-action/pull/381 docs(verdict): pin the bash/Python verdict-turn contract with equivalence tests by @joryirving in https://github.com/misospace/pr-reviewer-action/pull/385 refactor(enrichment): extract run_enrichment core into pr_reviewer modules by @joryirving in https://github.com/misospace/pr-reviewer-action/pull/386 ci: enforce pytest coverage gate (baseline 76%, gate 72%) by @joryirving in https://github.com/misospace/pr-reviewer-action/pull/382 test(forgejo): unit-test _diff_positions in isolation by @joryirving in https://github.com/misospace/pr-reviewer-action/pull/383 test(env): hard gate on cross-block env binding drift in action.yml by @joryirving in https://github.com/misospace/pr-reviewer-action/pull/384 fix(platform): resolve platform once in the precheck; PLATFORM-aware _is_forgejo_mode by @joryirving in https://github.com/misospace/pr-reviewer-action/pull/387 fix(mcp): correct tool-name docs, log loop outcome, resolve separator aliases by @joryirving in https://github.com/misospace/pr-reviewer-action/pull/390 refactor(utils): consolidate env_int, DeadlineBudget, and compare summarization by @joryirving in https://github.com/misospace/pr-reviewer-action/pull/391 ci(github-action): update action misospace/pr-reviewer-action (v2.0.0 → v2.0.5) by @its-miso[bot] in https://github.com/misospace/pr-reviewer-action/pull/392 docs(agents): replace stale saffron-lane label table with ad-hoc agent/ convention by @joryirving in https://github.com/misospace/pr-reviewer-action/pull/393 docs(release): document versioning policy; keep pre-releases off the floating major tag by @joryirving in https://github.com/misospace/pr-reviewer-action/pull/394 perf(native-loop): dedup verdict-turn corpus sections; collapse skipped-source boilerplate by @joryirving in https://github.com/misospace/pr-reviewer-action/pull/395 refactor(review): unify primary/fallback/smart model calls behind call_model_tier by @joryirving in https://github.com/misospace/pr-reviewer-action/pull/396 perf(context): parallelize advisory phases, fan out enrichment API calls, collapse repo-impact scans by @joryirving in https://github.com/misospace/pr-reviewer-action/pull/397 Full Changelog: https://github.com/misospace/pr-reviewer-action/compare/v2.0.5...v2.1.0