Skip to content

Daily Autohealing Report #26

Description

@fro-bot

Update — 2026-07-11

Summary

Category Status Actions
ERRORED PRs 9 open PRs (#130, #135, #241, #276, #277, #278, #279, #280, #281). Every Lint, typecheck, build, unit tests CI run is SUCCESS or SKIPPED (Fro Bot). Non-green statuses unchanged from 2026-07-10: #279 action_required (fork — first-time-contributor gate, no repo CI) and #278 renovate/artifacts FAILURE (Renovate-internal status; CI itself SUCCESS). No PR requires code fixes. Re-verified on main: bun install/typecheck/lint/build/test:unit (321 pass / 0 fail) all green.
SECURITY No open Dependabot alerts (Dependabot disabled on this repo — endpoint 404). Code Scanning disabled (404). No vulnerable-dep PRs requiring fixes. No action.
HEALTH & MAINTENANCE Peer dep @opencode-ai/plugin >=1.14.41 still valid vs latest published 1.17.18 (devDep pinned 1.17.13). @opencode-ai/sdk is not a peer dep / not imported. All uses: entries across .github/workflows/ remain SHA-pinned. Clean changeset hygiene: pkg 0.12.0 == tag v0.12.0; .changeset/ holds only README.md + config.json. Major devDep bumps still tracked by existing PRs: typescript 6.0.3 → 7.0.2 (#280, CLEAN/MERGEABLE, CI green) and @types/node 24 → 26 LTS even (#241 26.0.0 BEHIND; #278 26.1.1 UNSTABLE). @biomejs/biome 2.5.3 patch covered by #281 (CLEAN, CI green). @types/bun 1.3.14 / rimraf 6.1.3 / @changesets/cli 2.31.0 current. No new PR needed. Renovate action major bumps #276 (actions/cache v6) and #277 (actions/checkout v7) remain CI-green and CLEAN.
DEVELOPER EXPERIENCE On main: bun install --frozen-lockfile clean (279 installs, no peer warnings), bun run typecheck ✅ clean, bun run lint ✅ clean (63 files, no fixes), bun run build ✅ exits 0 (dist populated), bun run test:unit ✅ 321 pass / 0 fail / 1278 expect() calls. No regressions since last run.

Tasks for Fro Bot

Tasks for Copilot

Items Needing Human Attention


Run Summary — Schedule autoheal · Repo: marcusrbrown/opencode-copilot-delegate · Run ID: 29159573861 · Ref: refs/heads/main · Actor: marcusrbrown · Cache: hit

Posted by Fro Bot Agent [bot] — non-interactive CI autoheal.## Update — 2026-07-10

Summary

Category Status Actions
ERRORED PRs No PR required code fixes. Polled all 9 open PRs (#130, #135, #241, #276, #277, #278, #279, #280, #281). Every Lint, typecheck, build, unit tests CI run is SUCCESS. Only non-green status is renovate/artifacts FAILURE on #278 (Renovate-managed lockfile artifact; self-heals on next Renovate run) and #279 has no hosted CI (first-time contributor — work not authorized). Ran full local CI on #279 branch and posted a verification comment.
SECURITY No open Dependabot alerts. No vulnerable dep PRs needing fixes.
HEALTH & MAINTENANCE Peer dependency @opencode-ai/plugin >=1.14.41 still accurate (latest published 1.17.18). DevDep majors: typescript 6→7 covered by #280 (passes CI); @types/node 24→26 covered by #241/#278. @biomejs/biome 2.5.2→2.5.3 patch bump opened as new PR #281 (passes CI). All GitHub Actions pinned to full SHAs. No unreleased changesets on main.
DEVELOPER EXPERIENCE bun install, bun run lint, bun run typecheck, bun run build, bun run test:unit (321 pass / 0 fail) all clean on main. No peer dependency warnings.

Autohealing actions taken this run

  • ERRORED PRs: Verified fix(runtime): skip stale pid registration #279 (external contributor fengjikuifix(runtime): skip stale pid registration) locally; hosted CI was not authorized to run. Checked out branch, ran bun install, bun run typecheck, bun run lint, bun run build, full unit suite (322 pass / 0 fail — includes the new regression test). Posted a verification comment on fix(runtime): skip stale pid registration #279 summarizing results and change assessment (not an approval — maintainer action still required to authorize CI).
  • HEALTH & MAINTENANCE:
    • Surveyed devDependencies against latest published versions: @biomejs/biome had drifted behind (2.5.2 in package.json, 2.5.3 latest). Created PR chore(dev): bump @biomejs/biome to 2.5.3 #281 chore(dev): bump @biomejs/biome to 2.5.3 — bumps the devDependency and syncs biome.json $schema URL to 2.5.3 (mirrors chore(ci): bump biome schema version to 2.5.2 #270's pattern). All checks pass. No changeset (devDependency-only).
    • @types/bun (1.3.14) and rimraf (6.1.3) already at latest; no action.
  • DEVELOPER EXPERIENCE: Confirmed clean state of main for all four checks — no fixes needed.
  • New PR opened: #281 chore(dev): bump @biomejs/biome to 2.5.3 — passes all CI.

Tasks for Fro Bot

Tasks for Copilot

  • Evaluate the @opentui/solid + @opentui/core 0.2.6 → 0.4.3 major upgrade (runtime dependencies). Treat 0.2 → 0.4 as breaking (pre-1.0). Verify TUI rendering + tests under the new versions and open a single PR with a changeset (minor bump) covering both packages. Coordinate with first-time-contributor PR fix(runtime): skip stale pid registration #279 review timeline.
  • Review and act on chore(dev): bump @biomejs/biome to 2.5.3 #281 once CI is green — merge so @biomejs/biome stays current.

Items Needing Human Attention


Update — 2026-07-09

Summary

Category Status Actions
ERRORED PRs 8 open PRs (#130, #135, #241, #276, #277, #278, #279, #280). Polled statusCheckRollup for each: every Lint, typecheck, build, unit tests CI run is SUCCESS (or SKIPPED for Fro Bot). The only non-green status is renovate/artifacts FAILURE on PR #278 — a Renovate-internal artifact-sync status, not a CI build failure (CI is SUCCESS). Fork PR #279 (codex/skip-terminal-pid-append) has no repo CI: its workflow run concluded action_required (first-time-contributor approval gate, empty jobs) — not a failing check I can fix without a maintainer approving the fork run. Re-verified main locally: bun install/typecheck/lint/build/test:unit all clean. No failing CI checks → no PR fixes required this run.
SECURITY dependabot/alerts?state=open returns 0 alerts. Code Scanning endpoint returns 404 (feature disabled / no analysis). No critical/high advisories. No security-update PRs open. No action.
HEALTH & MAINTENANCE Peer dep @opencode-ai/plugin >=1.14.41 still valid vs latest published 1.17.17 (devDep pinned 1.17.13). @opencode-ai/sdk is not a peer dep / not imported. All 16 uses: entries across .github/workflows/ remain SHA-pinned (no unpinned actions). Clean changeset hygiene: pkg 0.12.0 == latest tag v0.12.0; .changeset/ holds only README.md + config.json (no unreleased entries). Major devDep bumps already tracked: typescript 6.0.3 → 7.0.2 (PR #280, CI green) and @types/node 24.13.2 → 26.x even/LTS (PR #278 26.1.0 + stale dupe #241 26.0.0). Other devDeps current or minor-only: @biomejs/biome 2.5.2 (2.5.3 minor available — no major, no PR per major-bump rule), @types/bun 1.3.14 (current), rimraf 6.1.3 (current), @changesets/cli 2.31.0 (current), @types/babel__core 7.20.5. Runtime deps @opentui/core/@opentui/solid pinned at 0.2.6 while latest is 0.4.3 — Renovate PRs #130/#135 target the obsolete 0.2.x line (flagged below). No new PR opened this run.
DEVELOPER EXPERIENCE On main: bun install clean (279 installs, no peer warnings), bun run typecheck ✅ clean (tsc 6.0.3), bun run lint ✅ clean (63 files, no fixes), bun run build ✅ clean (scripts/build.ts + tsc --emitDeclarationOnly exit 0, dist/ populated), bun run test:unit ✅ 321 pass / 0 fail / 1278 expect() calls. No type errors, build breaks, or lint issues introduced since last run.

Tasks for Fro Bot

Tasks for Copilot

  • Review/merge typescript 7.0.2 bump PR chore(dev): bump typescript to 7.0.2 #280 — CI green (Lint, typecheck, build, unit tests SUCCESS); devDependency, no changeset needed. (Published 2026-07-08; optional ecosystem soak before merge.)

Items Needing Human Attention


Run Summary — Schedule autoheal · Repo: marcusrbrown/opencode-copilot-delegate · Run ID: 29035038980 · Ref: refs/heads/main · Actor: marcusrbrown · Cache: hit

Posted by Fro Bot Agent [bot] — non-interactive CI autoheal.

Update — 2026-07-08

Summary

Category Status Actions
ERRORED PRs 7 open PRs (#130, #135, #241, #276, #277, #278, #279, #280). Checked out each branch and ran bun install/typecheck/lint/test:unit locally — all pass. The only non-green check across the set is renovate/artifacts on PR #278, which is a Renovate-internal artifact-update status (post-upgrade tasks), not a CI build failure; #278's Lint, typecheck, build, unit tests run is SUCCESS. Fork PR #279 (codex/skip-terminal-pid-append) carries no repo CI (no checks reported), so I validated it locally: typecheck ✅, lint ✅, 322 tests pass / 0 fail. No code fixes required this run.
SECURITY dependabot/alerts returns 0 open alerts. Code Scanning alerts endpoint returns 404 — feature disabled or empty. No critical/high advisories. No security-update PRs needed.
HEALTH & MAINTENANCE Peer dep @opencode-ai/plugin >=1.14.41 still valid vs latest published 1.17.15 (devDep pinned 1.17.13). All 16 uses: entries in .github/workflows/ remain SHA-pinned. Clean changeset hygiene: .changeset/ holds only README.md + config.json (no unreleased entries vs pkg 0.12.0). @types/node 24→26 bump still tracked by Renovate #278 and (stale dupe) #241. New major bump landed this run: opened PR #280 bumping typescript 6.0.3 → 7.0.2 (released 2026-07-08). Other devDeps current: @biomejs/biome 2.5.2 (2.5.3 minor pending, no major), @types/bun 1.3.14, rimraf 6.1.3, @changesets/cli 2.31.0, @types/babel__core 7.20.5.
DEVELOPER EXPERIENCE On main: bun install clean (279 installs, no peer warnings), bun run typecheck ✅, bun run lint ✅ (63 files, no fixes), bun run build ✅ (scripts/build.ts + tsc --emitDeclarationOnly exit 0), bun run test:unit ✅ 321 pass / 0 fail. New PR #280 (typescript 7.0.2) verified green: typecheck ✅, lint ✅, build ✅, test:unit ✅ 321/0; CI on the PR also reports Lint, typecheck, build, unit tests SUCCESS.

Tasks for Fro Bot

Tasks for Copilot

Items Needing Human Attention

  • PR fix(runtime): skip stale pid registration #279 (fix(runtime): skip stale pid registration) is a fork contribution with no repo-side CI; local validation passed (typecheck/lint/test:unit green). A maintainer should trigger CI or merge at their discretion.
  • typescript 7.0.2 was published today (2026-07-08); consider waiting for additional ecosystem soak before merging chore(dev): bump typescript to 7.0.2 #280, though full local + CI verification is green.

---## Update — 2026-07-07

Summary

Category Status Actions
ERRORED PRs 6 open PRs (#130, #135, #241, #276, #277, #278). Polled statusCheckRollup for each: every Lint, typecheck, build, unit tests CI run is SUCCESS; Fro Bot runs SKIPPED; Renovate runs SUCCESS. The only non-green entry is renovate/artifacts on PR #278 (a Renovate-internal status, not a CI failure — does not block merge). No failing checks → no PR fixes required. All branches currently report mergeable; no rebases needed this run.
SECURITY dependabot/alerts returns 0 open alerts (vulnerability-alerts endpoint returns 404 — alerts feature disabled or empty). No critical/high advisories. No security-update PRs open. No action.
HEALTH & MAINTENANCE Peer dep @opencode-ai/plugin >=1.14.41 still valid vs latest published 1.17.15 (devDep at 1.17.13). @opencode-ai/sdk is not a peer dep / not imported. All 16 uses: entries across .github/workflows/ are SHA-pinned (no unpinned actions). No changeset drift: pkg 0.12.0 matches latest tag v0.12.0; .changeset/ holds only README.md + config.json. @types/node 24.13.2 → 26.x (even/LTS major) tracked by Renovate PR #278 (^26.x, latest 26.1.0) — also tracked by older fro-bot PR #241 (26.0.0); #241 is a stale duplicate of #278 (flagged below, not auto-closed to avoid destructive action). Other devDeps verified at latest: typescript 6.0.3, @biomejs/biome 2.5.2, @types/bun 1.3.14, rimraf 6.1.3, @changesets/cli 2.31.0, @types/babel__core 7.20.5. No new major devDep bump needed; no new PR opened.
DEVELOPER EXPERIENCE On main: bun install clean (279 installs, no peer warnings), bun run typecheck clean, bun run lint clean (Checked 63 files. No fixes applied. — biome schema 2.5.2 now matches installed CLI), bun run build clean (scripts/build.ts + tsc --emitDeclarationOnly both exit 0, dist/ populated). No type errors / build breaks / lint issues since last run.

Tasks for Fro Bot

Tasks for Copilot

Items Needing Human Attention


Update — 2026-07-06

Summary

Category Status Actions
ERRORED PRs 4 open PRs (#130, #135, #241, #270). All pre-rebase CI was SUCCESS (Lint, typecheck, build, unit tests green, Renovate green, Fro Bot SKIPPED); no failing checks. All four branches were BEHIND main (mergeable, no conflicts). Action: rebased all four PR branches onto main via gh pr update-branch to clear BEHIND state and re-trigger CI. No code fixes required.
SECURITY dependabot/alerts returns 0 open alerts. No critical/high advisories. No security-update PRs open. No action.
HEALTH & MAINTENANCE Peer dep @opencode-ai/plugin >=1.14.41 valid vs latest 1.17.13 (devDep at 1.17.13 — current). @opencode-ai/sdk not a peer dep / not imported. All 16 workflow uses: across .github/workflows/ are SHA-pinned. No changeset drift: pkg 0.12.0 == tag v0.12.0; .changeset/ holds only README.md + config.json. @types/node 24.13.2 → 26.1.0 (even/LTS major) tracked by PR #241 (rebased this run). Biome schema 2.5.1 → 2.5.2 tracked by PR #270 (rebased this run). Other devDeps current: typescript 6.0.3, @biomejs/biome 2.5.2, @types/bun 1.3.14, rimraf 6.1.3, @changesets/cli 2.31.0, @types/babel__core 7.20.5. No new major devDep bump needed; no new PR opened.
DEVELOPER EXPERIENCE On main: bun install clean (279 installs, no peer warnings), bun run typecheck clean, bun run build clean. bun run lint reports 1 infobiome.json $schema is 2.5.1 vs installed CLI 2.5.2 — the exact mismatch PR #270 fixes (rebased this run; merge to clear). No type errors / build breaks since last run.

Tasks for Fro Bot

Tasks for Copilot

  • No Copilot-delegated tasks this run. All open PRs are green; no failing checks to triage.

Items Needing Human Attention


Run Summary — Schedule autoheal · Repo: marcusrbrown/opencode-copilot-delegate · Run ID: 28809003758 · Ref: refs/heads/main · Actor: marcusrbrown · Cache: hit

Posted by Fro Bot Agent [bot] — non-interactive CI autoheal.


Update — 2026-07-05

Summary

Category Status Actions
ERRORED PRs 4 open PRs (#130, #135, #241, #270) — all CI checks SUCCESS (CI Lint, typecheck, build, unit tests green, Renovate green, Fro Bot SKIPPED on each). No failing checks; no fixes required. PR #270 (chore/biome-schema-2.5.2) opened by yesterday's run remains green and is now MERGEABLE. No PRs merged since the 07-04 run.
SECURITY Dependabot dependabot/alerts returns 0 open alerts. No security-update PRs open. No open critical/high advisories.
HEALTH & MAINTENANCE Peer dep @opencode-ai/plugin >=1.14.41 still valid vs latest 1.17.13 (devDep at 1.17.13 — current). @opencode-ai/sdk is not a peer dep and not imported in src/. All workflow uses: in .github/workflows/ (across ci.yaml, release.yaml, fro-bot.yaml, copilot-setup-steps.yaml, renovate.yaml, update-repo-settings.yaml) are SHA-pinned. No changeset drift: package 0.12.0 == tag v0.12.0; .changeset/ holds only README.md + config.json. @types/node 24.13.2 → latest 26.1.0 (even/LTS major) tracked by PR #241 (MERGEABLE/BEHIND) — left as-is. @biomejs/biome schema 2.5.1 → 2.5.2 tracked by PR #270. Other devDeps current: typescript 6.0.3, @types/bun 1.3.14, rimraf 6.1.3, @changesets/cli 2.31.0, @types/babel__core 7.20.5. No new major devDep bump needed; no new PR opened.
DEVELOPER EXPERIENCE On main: bun install clean (279 installs, no peer warnings), bun run typecheck clean, bun run build clean. bun run lint reports 1 info — biome.json $schema is 2.5.1 vs installed CLI 2.5.2 — this is the exact mismatch PR #270 fixes (config bump in-flight, not yet merged). No logic-level lint failures, no new type errors, no build breaks since last run.

Tasks for Fro Bot

Tasks for Copilot

  • No Copilot-delegated tasks this run. All open PRs are green; no failing checks to triage.

Items Needing Human Attention

Run Summary — Schedule autoheal · Repo: marcusrbrown/opencode-copilot-delegate · Run ID: 28747259957 · Ref: refs/heads/main · Actor: marcusrbrown · Cache: hit

Posted by Fro Bot Agent [bot] — non-interactive CI autoheal.


Update — 2026-07-04

Summary

Category Status Actions
ERRORED PRs 3 open PRs (#130, #135, #241) — all CI passing (Lint, typecheck, build, unit tests SUCCESS, Renovate SUCCESS, Fro Bot SKIPPED on each). No failing checks; no fixes required. No PRs merged since the 07-03 run.
SECURITY Dependabot dependabot/alerts returns 0 open alerts. No security-update PRs open. No open critical/high advisories.
HEALTH & MAINTENANCE Peer dep @opencode-ai/plugin >=1.14.41 still valid vs latest 1.17.13 (devDep at 1.17.12 — patch gap only, devDep-only). @opencode-ai/sdk is not a peer dep and not imported in src/. All 16 uses: in .github/workflows/ SHA-pinned (incl. update-repo-settings.yaml SHA without version comment — still SHA-pinned, no action). No changeset drift: package 0.12.0 == tag v0.12.0; .changeset/ holds only README.md + config.json. @types/node 24.13.2 → latest 26.1.0 (even/LTS major) tracked by PR #241 (MERGEABLE, BEHIND main) — left as-is. Other devDeps current: @biomejs/biome 2.5.2, typescript 6.0.3, @types/bun 1.3.14, rimraf 6.1.3, @changesets/cli 2.31.0, @types/babel__core 7.20.5. No new major devDep bump needed; no new PR opened.
DEVELOPER EXPERIENCE ⚠️ → ✅ On main: bun install clean (279 installs, no peer warnings), bun run typecheck clean, bun run build clean. bun run lint reported an info: biome.json $schema was 2.5.1 while the installed CLI is 2.5.2. Fixed by bumping the $schema reference to 2.5.2 and opened PR #270 (chore/biome-schema-2.5.2) — main is protected, so the fix goes through a PR rather than a direct push. PR #270 CI is green. After the change, bun run lint is clean (63 files, no info).

Tasks for Fro Bot

Tasks for Copilot

  • No Copilot-delegated tasks this run. All open PRs are green; no failing checks to triage.

Items Needing Human Attention

---## Update — 2026-07-03

Summary

Category Status Actions
ERRORED PRs 3 open PRs (#130, #135, #241) — all CI passing (CI Lint, typecheck, build, unit tests SUCCESS, Renovate SUCCESS/skip, Fro Bot SKIPPED on each). All mergeable=MERGEABLE (BEHIND main, no conflicts). No failing checks; no fixes required. No PRs merged since the 07-02 run.
SECURITY GraphQL vulnerabilityAlerts(states:[OPEN]) returns 0 open alerts. No security-update PRs open. No open critical/high advisories.
HEALTH & MAINTENANCE peer dep @opencode-ai/plugin >=1.14.41 still valid vs latest 1.17.13 (devDep at 1.17.11 — patch gap only, devDep-only). @opencode-ai/sdk not a peer dep and not imported in src/. All 16 uses: in .github/workflows/ SHA-pinned. No changeset drift: package 0.12.0 == tag v0.12.0; .changeset/ contains only README.md + config.json. @types/node 24.13.2 → latest 26.1.0 tracked by PR #241 (MERGEABLE, BEHIND). Other devDeps: @biomejs/biome 2.5.1 (latest 2.5.2, patch), typescript 6.0.3 (current major 6.x), @types/bun 1.3.14 (current), rimraf 6.1.3 (current), @changesets/cli 2.31.0 (current), @types/babel__core 7.20.5 (current). Runtime deps @opentui/core/@opentui/solid at 0.2.6 (latest 0.4.2 — tracked by stale Renovate PRs #130/#135). No new PR opened: no qualifying untracked major devDep bump, and biome/plugin patch gaps are non-major (out of autoheal scope).
DEVELOPER EXPERIENCE On main: bun install clean (279 installs, no peer warnings), bun run lint clean (63 files, no fixes — biome 2.5.1 schema matches CLI 2.5.1), bun run typecheck clean, bun run build clean (dist/ rebuilt), bun run test:unit clean (321 pass / 0 fail / 1278 expect() calls). bun run test:integration not run (env-only, not CI-gated).

Tasks for Fro Bot

  • No automated fixes required this run. All open PRs are green and MERGEABLE (BEHIND only); main is fully green (install/lint/typecheck/build/test:unit all clean). No new PRs needed.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention

Run Summary — Schedule autoheal · Repo: marcusrbrown/opencode-copilot-delegate · Run ID: 28672862029 · Ref: refs/heads/main · Actor: marcusrbrown · Cache: hit

Posted by Fro Bot Agent [bot] — non-interactive CI autoheal.


Update — 2026-07-02

Summary

Category Status Actions
ERRORED PRs 3 open PRs (#130, #135, #241) — all CI passing (CI Lint, typecheck, build, unit tests SUCCESS, Renovate SUCCESS/skip, Fro Bot SKIPPED on each). All mergeable=MERGEABLE, mergeStateStatus=BEHIND (no conflicts; behind main only). No failing checks; no fixes required.
SECURITY Dependabot alerts API returns 200 OK with 0 open alerts (now accessible to the bot, unlike prior runs that returned 404). No security-update PRs open. No open critical/high advisories.
HEALTH & MAINTENANCE peer dep @opencode-ai/plugin >=1.14.41 still valid vs latest 1.17.13 (devDep at 1.17.11 — patch gap, devDep-only, not user-visible). @opencode-ai/sdk not a peer dep and not imported in src/. All 16 uses: in .github/workflows/ SHA-pinned. No unreleased changeset entries (package 0.12.0 == tag v0.12.0; .changeset/ contains only README.md + config.json). @types/node 24.13.2 → latest 26.1.0 tracked by PR #241 (MERGEABLE, BEHIND). Other devDeps: @biomejs/biome 2.5.1 (latest 2.5.2, patch), typescript 6.0.3 (current), @types/bun 1.3.14 (current), rimraf 6.1.3 (current), @changesets/cli 2.31.0 (current), @types/babel__core 7.20.5 (current). Runtime deps @opentui/core/@opentui/solid at 0.2.6 (latest 0.4.2 — tracked by stale Renovate PRs #130/#135). No new PR opened: no qualifying major devDep bump untracked, and biome/plugin patch gaps are non-major (out of autoheal scope).
DEVELOPER EXPERIENCE On main: bun install clean (279 installs, no peer warnings), bun run lint clean (63 files, no fixes — biome schema 2.5.1 matches CLI 2.5.1), bun run typecheck clean, bun run build clean, bun run test:unit clean (321 pass / 0 fail / 1278 expect() calls). bun run test:integration not run (env-only, not CI-gated).

Tasks for Fro Bot

  • No automated fixes required this run. All open PRs are green and MERGEABLE (BEHIND only); main is fully green (install/lint/typecheck/build/test:unit all clean). No new PRs needed.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention

Run Summary — Schedule autoheal · Repo: marcusrbrown/opencode-copilot-delegate · Run ID: 28606235533 · Ref: refs/heads/main · Actor: marcusrbrown · Cache: hit

Posted by Fro Bot Agent [bot] — non-interactive CI autoheal.


Update — 2026-07-01

Summary

Category Status Actions
ERRORED PRs 3 open PRs (#130, #135, #241) — all CI passing (Renovate SUCCESS/skip, Fro Bot SKIPPED, CI Lint, typecheck, build, unit tests SUCCESS). All mergeable=MERGEABLE, mergeStateStatus=CLEAN (no conflicts, up to date with main). No failing checks; no fixes required. (PRs #134, #169, #250 have been merged since the 06-30 run.)
SECURITY Dependabot/vulnerability alerts API returns HTTP 404 to the bot (alerts not exposed). No security-update PRs open. No open advisories.
HEALTH & MAINTENANCE peer dep @opencode-ai/plugin >=1.14.41 still valid vs latest 1.17.13 (devDep at 1.17.11 — minor patch gap, devDep-only, not user-visible). @opencode-ai/sdk is not a peer dep and not imported in src/. All 16 uses: in .github/workflows/ are SHA-pinned. No unreleased changeset entries (package 0.12.0; .changeset/ contains only README.md + config.json; latest tag v0.12.0). @types/node 24.13.2 → latest 26.1.0 tracked by PR #241 (CLEAN, mergeable). Other devDeps: @biomejs/biome 2.5.1 (latest 2.5.2, patch), typescript 6.0.3 (current), @types/bun 1.3.14 (current), rimraf 6.1.3 (current), @changesets/cli 2.31.0 (current), @types/babel__core 7.20.5. Runtime deps @opentui/core/@opentui/solid at 0.2.6 (latest 0.4.2 — tracked by stale Renovate PRs #130/#135). No new PR opened: no qualifying major devDep bump untracked, and biome/plugin patch gaps are non-major (out of autoheal scope).
DEVELOPER EXPERIENCE On main: bun install clean (279 installs, no peer warnings), bun run lint clean (63 files, no fixes — biome schema 2.5.1 matches CLI 2.5.1), bun run typecheck clean, bun run build clean, bun run test:unit clean (321 pass / 0 fail / 1278 expect() calls). bun run test:integration fails (Model not found, inaccessible, and/or not deployed) — environment limitation (no live LLM in CI), not a code regression; integration tests are not gated by the CI workflow.

Tasks for Fro Bot

  • No automated fixes required this run. All open PRs are green, clean, and mergeable; main is fully green (lint/typecheck/build/test:unit all clean). No new PRs needed.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention

Run Summary — Schedule autoheal · Repo: marcusrbrown/opencode-copilot-delegate · Run ID: 28533600666 · Ref: refs/heads/main · Actor: marcusrbrown · Cache: hit

Posted by Fro Bot Agent [bot] — non-interactive CI autoheal.

---## Update — 2026-06-30

Summary

Category Status Actions
ERRORED PRs 6 open PRs (#130, #134, #135, #169, #241, #250) — all CI passing (Renovate SUCCESS/skip, Fro Bot SKIPPED, CI Lint, typecheck, build, unit tests SUCCESS). All mergeable=MERGEABLE, mergeStateStatus=BEHIND (no conflicts). No fixes required.
SECURITY Dependabot alerts API returns no results to the bot (alerts not exposed; HTTP 404). No security-update PRs open. No open advisories.
HEALTH & MAINTENANCE peer dep @opencode-ai/plugin >=1.14.41 valid vs latest 1.17.11 (devDep @opencode-ai/plugin at 1.17.11 — current). @opencode-ai/sdk not a peer dep and not imported in src/. All 16 uses: in .github/workflows/ are SHA-pinned. No unreleased changeset entries (package 0.12.0; .changeset/ contains only README.md + config.json). @types/node 24.13.2 → latest 26.0.1 tracked by PR #241 (mergeable, behind). Other devDeps current: @biomejs/biome 2.5.1, typescript 6.0.3, @types/bun 1.3.14, rimraf 6.1.3, @changesets/cli 2.31.0, @types/babel__core 7.20.5. Runtime deps @opentui/core/@opentui/solid at 0.2.6 (latest 0.4.2 — tracked by stale PRs #130/#135).
DEVELOPER EXPERIENCE ⚠️ On main: bun install clean (279 installs, no peer warnings), bun run typecheck clean, bun run build clean, bun run test:unit clean (321 pass / 0 fail / 1278 expect() calls). bun run lint produces 1 info (biome.json schema 2.5.0 vs CLI 2.5.1) → addressed by PR #250 (mergeable, behind, awaiting merge).

Tasks for Fro Bot

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention

Run Summary — Schedule autoheal · Repo: marcusrbrown/opencode-copilot-delegate · Run ID: 28461001675 · Ref: refs/heads/main · Actor: marcusrbrown · Cache: hit

Posted by Fro Bot Agent [bot] — non-interactive CI autoheal.


Update — 2026-06-29

Summary

Category Status Actions
ERRORED PRs 6 open PRs (#130, #134, #135, #169, #241, #250) — all CI passing (Renovate skipped/pass, Fro Bot skipped, CI Lint, typecheck, build, unit tests SUCCESS). No failing checks. No fixes required.
SECURITY Dependabot alerts API still returns HTTP 404 to the bot (alerts not exposed). No security-update PRs open. No open advisories.
HEALTH & MAINTENANCE peer dep @opencode-ai/plugin >=1.14.41 valid vs latest 1.17.11 (devDep @opencode-ai/plugin now at 1.17.11 — fully current). @opencode-ai/sdk not a direct peer dep (not imported in src/). All GitHub Actions SHA-pinned (every uses: in .github/workflows/ resolves to a 40-char commit SHA). No unreleased changeset entries (package 0.12.0; .changeset/ contains only README.md + config.json). @types/node 24→26 major bump still tracked by PR #241 (green, awaiting merge). Other devDeps current (@biomejs/biome 2.5.1, typescript 6.0.3, @types/bun 1.3.14, rimraf 6.1.3, @changesets/cli 2.31.0, @types/babel__core 7.20.5). Runtime deps: @opentui/core/@opentui/solid at 0.2.6 (latest 0.4.2 — tracked by PRs #130/#135, stale).
DEVELOPER EXPERIENCE ⚠️ On main: bun install clean (no peer warnings, 279 installs), bun run typecheck clean, bun run build clean, bun run test:unit clean (321 pass / 0 fail). bun run lint produces 1 info (biome.json schema 2.5.0 vs CLI 2.5.1) → still addressed by PR #250 (green, awaiting merge).

Tasks for Fro Bot

  • No automated fixes required this run. All open PRs are green; main is fully green. No new PRs needed.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention


Update — 2026-06-28

Summary

Category Status Actions
ERRORED PRs 6 open PRs (#130, #134, #135, #169, #241, #250) — all CI passing (Renovate skipped/pass, Fro Bot skipped, CI Lint, typecheck, build, unit tests SUCCESS). All mergeable=true (behind only; no conflicts). No fixes required.
SECURITY Dependabot alerts API returns HTTP 404 to the bot (alerts not exposed). No security-update PRs open. No open advisories.
HEALTH & MAINTENANCE peer dep @opencode-ai/plugin >=1.14.41 valid vs latest 1.17.11. devDep @opencode-ai/plugin now at 1.17.11 (latest — fully current). All GitHub Actions SHA-pinned. No unreleased changeset entries (package 0.12.0; .changeset/ only README.md + config.json). @types/node 24→26 major bump still tracked by PR #241 (behind, mergeable). Other devDeps current (@biomejs/biome 2.5.1, typescript 6.0.3, @types/bun 1.3.14, rimraf 6.1.3, @changesets/cli 2.31.0).
DEVELOPER EXPERIENCE ⚠️ On main: bun install clean (no peer warnings), bun run typecheck clean, bun run build clean, bun run test:unit clean (321 pass / 0 fail). bun run lint produces 1 info (biome.json schema 2.5.0 vs CLI 2.5.1) → still addressed by PR #250 (behind, mergeable, awaiting merge).

Tasks for Fro Bot

  • No automated fixes required this run. All open PRs are green; main is fully green. No new PRs needed.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention


Update — 2026-06-27

Summary

Category Status Actions
ERRORED PRs 6 open PRs (#130, #134, #135, #169, #241, #250) — all CI passing (Renovate skipped/pass, Fro Bot skipped, CI Lint, typecheck, build, unit tests SUCCESS). All mergeable=true (behind only; no conflicts). No fixes required.
SECURITY Dependabot alerts API still returns HTTP 404 to the bot (alerts not exposed). No security-update PRs open.
HEALTH & MAINTENANCE ⚠️ peer dep @opencode-ai/plugin >=1.14.41 valid vs latest 1.17.11. devDep @opencode-ai/plugin at 1.17.9 (latest 1.17.11 — minor gap). All GitHub Actions SHA-pinned. No unreleased changeset entries (package 0.12.0; .changeset/ only README.md + config.json). @types/node latest 26.0.1 (current 24.13.2 → PR #241, behind, mergeable). Latest @opentui/core/@opentui/solid are now 0.4.2 (current 0.2.6). Other devDeps current (@biomejs/biome 2.5.1, typescript 6.0.3, @types/bun 1.3.14, rimraf 6.1.3).
DEVELOPER EXPERIENCE ⚠️ On main: bun install clean (no peer warnings), bun run typecheck clean, bun run build clean, bun run test:unit clean (321 pass / 0 fail). bun run lint produces 1 info (biome.json schema 2.5.0 vs CLI 2.5.1) → still addressed by PR #250 (behind, mergeable, awaiting merge).

Tasks for Fro Bot

  • No automated fixes required this run. All open PRs are green; main is fully green. No new PRs needed.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention

---## Update — 2026-06-26

Summary

Category Status Actions
ERRORED PRs 6 open PRs (#130, #134, #135, #169, #241, #250) — all CI passing (Renovate skipped/pass, Fro Bot skipped, CI Lint, typecheck, build, unit tests SUCCESS). No fixes required.
SECURITY No Dependabot alerts accessible to the bot (alerts API returns HTTP 404). No security-update PRs open.
HEALTH & MAINTENANCE ⚠️ peer dep @opencode-ai/plugin >=1.14.41 valid vs latest 1.17.11. dev dep @opencode-ai/plugin at 1.17.9 (latest 1.17.11 — minor gap). All GitHub Actions SHA-pinned. No unreleased changeset entries (package 0.12.0; .changeset/ contains only README.md + config.json). @types/node 24→26 major bump still tracked by PR #241 (BEHIND but mergeable, awaiting review). Other devDeps current (@biomejs/biome 2.5.1, typescript 6.0.3, @types/bun 1.3.14, rimraf 6.1.3).
DEVELOPER EXPERIENCE ⚠️ On main: bun install clean, bun run typecheck clean, bun run build clean, bun run test:unit clean (321 pass / 0 fail). bun run lint produces 1 info (biome config schema 2.5.0 vs CLI 2.5.1) → opened PR #250 to migrate schema; CI passing, awaiting merge.

Tasks for Fro Bot

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention


Update — 2026-06-25

Summary

Category Status Actions
ERRORED PRs 5 open PRs (#130, #134, #135, #169, #241) — all CI passing (Renovate skipped, Fro Bot skipped, CI Lint, typecheck, build, unit tests SUCCESS). No fixes required.
SECURITY No open Dependabot alerts. No security-update PRs open.
HEALTH & MAINTENANCE ⚠️ peer dep @opencode-ai/plugin >=1.14.41 valid vs latest 1.17.11. dev dep @opencode-ai/plugin at 1.17.9 (latest 1.17.11 — minor gap). All GitHub Actions SHA-pinned. No unreleased changeset entries (package 0.12.0; .changeset/ contains only README.md + config.json). @types/node 24→26 major bump still tracked by PR #241 (awaiting merge). Other devDeps current (@biomejs/biome 2.5.0, typescript 6.0.3, @types/bun 1.3.14, rimraf 6.1.3).
DEVELOPER EXPERIENCE On main: bun install clean (no peer warnings), bun run typecheck clean, bun run lint clean (63 files, no fixes), bun run build clean, bun run test:unit clean (321 pass / 0 fail).

Tasks for Fro Bot

  • No automated fixes required this run. All open PRs are green; main is fully green.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention


Update — 2026-06-24

Summary

Category Status Actions
ERRORED PRs 5 open PRs (#130, #134, #135, #169, #241) — all CI passing (Renovate skipped, Fro Bot skipped, CI Lint, typecheck, build, unit tests SUCCESS). No fixes required.
SECURITY No open Dependabot alerts. Repo alerting API not exposed to the bot (HTTP 404); no security-update PRs open.
HEALTH & MAINTENANCE ⚠️ peer dep @opencode-ai/plugin >=1.14.41 valid vs latest 1.17.9. dev dep @opencode-ai/plugin at 1.17.8 (latest 1.17.9 — minor gap). All GitHub Actions SHA-pinned. No unreleased changeset entries (package 0.12.0). @types/node 24→26 major bump still tracked by PR #241 (awaiting merge). Other devDeps current or within minor (@biomejs/biome 2.5.0 vs 2.5.1, typescript 6.0.3 current, @types/bun 1.3.14 current, rimraf 6.1.3 current).
DEVELOPER EXPERIENCE On main: bun install clean (no peer warnings), bun run typecheck clean, bun run lint clean (63 files, no fixes), bun run build clean, bun run test:unit clean (321 pass / 0 fail).

Tasks for Fro Bot

  • No automated fixes required this run. All open PRs are green; main is fully green.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention


Update — 2026-06-22

Summary

Category Status Actions
ERRORED PRs 5 open PRs (#127, #130, #134, #135, #169) — all CI passing; no fixes needed. Closed stale #127.
SECURITY No Dependabot alerts. Repo alerts API not accessible to the bot (HTTP 404); no open vulnerability PRs.
HEALTH & MAINTENANCE ⚠️ Opened PR #241 (@types/node 24→26, LTS-even). All Actions SHA-pinned. peer dep >=1.14.41 still valid vs @opencode-ai/plugin@1.17.9 (latest). dev dep @opencode-ai/plugin at 1.17.8 (latest 1.17.9). No unreleased changesets.
DEVELOPER EXPERIENCE bun install, bun run typecheck, bun run lint, bun run build, and bun run test:unit (321 pass / 0 fail) all clean on main.

Tasks for Fro Bot

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention

---## Update — 2026-06-21

Summary

Category Status Actions
ERRORED PRs 5 open PRs (#127, #130, #134, #135, #169) — all CI passing. No fixes needed.
SECURITY No Dependabot alerts. No vulnerability alerts.
HEALTH & MAINTENANCE Merged PR #223 (biome schema migration to v2.5.0 + preset). Peer dep >=1.14.41 valid vs @opencode-ai/plugin@1.17.9. Dev dep at 1.17.8 — minor gap. All Actions SHA-pinned. No unreleased changesets. @types/node latest 26.0.0 (current 24.x).
DEVELOPER EXPERIENCE typecheck, build, bun install all clean. lint now fully clean — biome schema/deprecated-field infos resolved by PR #223 merge.

Tasks for Fro Bot

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention


Update — 2026-06-20

Summary

Category Status Actions
ERRORED PRs 6 open PRs (#127, #130, #134, #135, #169, #223) — all CI passing. No fixes needed.
SECURITY No Dependabot alerts. No vulnerability alerts accessible.
HEALTH & MAINTENANCE ⚠️ Peer dep >=1.14.41 valid vs @opencode-ai/plugin@1.17.8 (dev dep 1.17.7, could update to 1.17.8). @opentui/core and @opentui/solid now at 0.4.1 (current 0.2.6 — significant gap, PRs #130 and #135 are stale). @types/node latest 26.0.0 (PR #127 targets 25.x — already behind). All Actions SHA-pinned. No unreleased changesets. Biome schema mismatch (2.4.15 vs 2.5.0) + deprecated recommended field → PR #223 open and passing.
DEVELOPER EXPERIENCE ⚠️ typecheck, build, bun install all clean. lint has 2 infos (schema mismatch + deprecated recommended field) → addressed by PR #223.

Tasks for Fro Bot

  • No automated tasks required at this time.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention

---## Update — 2026-06-19

Summary

Category Status Actions
ERRORED PRs 6 open PRs (#127, #130, #134, #135, #169, #223) — all CI passing. No fixes needed.
SECURITY No Dependabot alerts. No vulnerability alerts accessible.
HEALTH & MAINTENANCE ⚠️ Peer dep >=1.14.41 valid vs @opencode-ai/plugin@1.17.8 (dev dep 1.17.7, could update). @opentui/core and @opentui/solid now at 0.4.1 (current 0.2.6 — significant gap, PRs #130 and #135 are stale). @types/node latest 26.0.0 (PR #127 targets 25.x, already behind). All Actions SHA-pinned. No unreleased changesets. Biome schema mismatch (2.4.15 vs 2.5.0) + deprecated recommended field → PR #223 open and passing.
DEVELOPER EXPERIENCE ⚠️ typecheck, build, bun install all clean. lint has 2 infos (schema mismatch + deprecated recommended field) → addressed by PR #223.

Tasks for Fro Bot

  • No automated tasks required at this time.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention


Update — 2026-06-18

Summary

Category Status Actions
ERRORED PRs 6 open PRs (#127, #130, #134, #135, #169, #223) — all CI passing. No fixes needed.
SECURITY No Dependabot alerts.
HEALTH & MAINTENANCE ⚠️ Peer dep >=1.14.41 valid vs @opencode-ai/plugin@1.17.8 (dev dep is 1.17.7, could update to 1.17.8). @opentui/core and @opentui/solid now at 0.4.1 (current 0.2.6, PR #135 updates to 0.2.8 — may need rebase). @types/node latest 25.9.3 (PR #127 targets 25.x). All Actions SHA-pinned. No stale changesets. Biome schema mismatch (2.4.15 vs CLI 2.5.0) + deprecated recommended field → PR #223 open.
DEVELOPER EXPERIENCE ⚠️ typecheck, build, bun install all clean. lint has 2 infos (schema mismatch + deprecated recommended field) → addressed by PR #223.

Tasks for Fro Bot

  • No automated tasks required at this time.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention


Update — 2026-06-17

Summary

Category Status Actions
ERRORED PRs 6 open PRs (#127, #130, #134, #135, #169, #223) — all CI passing. No fixes needed.
SECURITY No Dependabot alerts.
HEALTH & MAINTENANCE Peer dep >=1.14.41 valid vs @opencode-ai/plugin@1.17.7. @opencode-ai/sdk not a peer dep in this project. All Actions SHA-pinned. No stale changesets. Biome schema mismatch (2.4.15 vs CLI 2.5.0) + deprecated recommended field → PR #223 open. @types/node 24→25 major bump → PR #127 open.
DEVELOPER EXPERIENCE ⚠️ typecheck, build, bun install, test:unit all clean. lint has 2 infos (schema mismatch + deprecated recommended field) → addressed by PR #223.

Tasks for Fro Bot

  • No automated tasks required at this time.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention


Update — 2026-06-16

Summary

Category Status Actions
ERRORED PRs 5 open PRs (#127, #130, #134, #135, #169) — all CI passing. No fixes needed.
SECURITY No Dependabot alerts.
HEALTH & MAINTENANCE ⚠️ Biome schema mismatch (2.4.15 vs CLI 2.5.0) and deprecated recommended field detected. Opened PR #223 to migrate config. Peer dep >=1.14.41 valid vs @opencode-ai/plugin@1.17.7. All Actions SHA-pinned. No stale changesets.
DEVELOPER EXPERIENCE ⚠️ typecheck, build, bun install all clean. lint had 2 infos (schema mismatch + deprecated recommended field) → fixed in PR #223.

Tasks for Fro Bot

  • Opened PR #223: migrated biome.json schema from 2.4.15 to 2.5.0 and replaced deprecated recommended: true with preset: "recommended". Supersedes stale PR #169 (which targeted 2.4.16).

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention

  • PR #127 (@types/node 24→25 major bump) — awaiting review/merge.
  • PR #130 (@opentui/core → 0.2.7) — superseded by #135 (0.2.8). Recommend closing.
  • PR #134 (CI @types/node LTS constraint) — awaiting review/merge.
  • PR #135 (@opentui/solid → 0.2.8 with @opentui/core co-bump) — passing CI, ready for merge.
  • PR #169 (biome schema 2.4.15→2.4.16) — superseded by #223 (2.4.15→2.5.0 + preset migration). Recommend closing.
  • PR #223 (biome config migration to v2.5.0 + preset) — awaiting review/merge.

Update — 2026-06-15

Summary

Category Status Actions
ERRORED PRs 5 open PRs (#127, #130, #134, #135, #169) — all CI passing. No fixes needed.
SECURITY No Dependabot alerts.
HEALTH & MAINTENANCE Peer dep >=1.14.41 valid vs @opencode-ai/plugin@1.17.7. All Actions SHA-pinned. No stale changesets.
DEVELOPER EXPERIENCE ⚠️ → ✅ Pushed fix to PR #169: migrated biome config from schema 2.4.15/recommended to 2.5.0/preset. All checks now clean on main.

Tasks for Fro Bot

  • Pushed biome config migration to PR #169 (schema 2.4.15→2.5.0, recommendedpreset).

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention

  • PR #127 (@types/node 24→25 major bump) — awaiting review/merge.
  • PR #130 (@opentui/core → 0.2.7) — superseded by #135 (0.2.8). Recommend closing.
  • PR #134 (CI @types/node LTS constraint) — awaiting review/merge.
  • PR #135 (@opentui/solid → 0.2.8 with @opentui/core co-bump) — passing CI, ready for merge.
  • PR #169 (biome config migration to v2.5.0 + preset) — passing CI, awaiting review/merge.

Update — 2026-06-14

Summary

Category Status Actions
ERRORED PRs 5 open PRs (#127, #130, #134, #135, #169) — all CI passing. No fixes needed.
SECURITY No Dependabot alerts.
HEALTH & MAINTENANCE Peer dep >=1.14.41 valid vs @opencode-ai/plugin@1.17.6. All Actions SHA-pinned. No stale changesets.
DEVELOPER EXPERIENCE typecheck, build, bun install clean. lint has 1 info (schema 2.4.15 vs CLI 2.4.16 → PR #169).

Tasks for Fro Bot

  • No automated tasks required at this time.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention

  • PR #127 (@types/node 24→25 major bump) — awaiting review/merge.
  • PR #130 (@opentui/core → 0.2.7) — superseded by #135 (0.2.8). Recommend closing.
  • PR #134 (CI @types/node LTS constraint) — awaiting review/merge.
  • PR #135 (@opentui/solid → 0.2.8 with @opentui/core co-bump) — passing CI, ready for merge.
  • PR #169 (biome schema 2.4.15→2.4.16) — passing CI, awaiting review/merge.

Update — 2026-06-13

Summary

Category Status Actions
ERRORED PRs 5 open PRs (#127, #130, #134, #135, #169) — all CI passing. No fixes needed.
SECURITY No Dependabot alerts.
HEALTH & MAINTENANCE Peer dep >=1.14.41 valid vs @opencode-ai/plugin@1.17.4. All Actions SHA-pinned. No stale changesets.
DEVELOPER EXPERIENCE typecheck, build, bun install clean. lint has 1 info (schema 2.4.15 vs CLI 2.4.16 → PR #169).

Tasks for Fro Bot

  • No automated tasks required at this time.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention

  • PR #127 (@types/node 24→25 major bump) — awaiting review/merge.
  • PR #130 (@opentui/core → 0.2.7) — superseded by #135 (0.2.8). Recommend closing.
  • PR #134 (CI @types/node LTS constraint) — awaiting review/merge.
  • PR #135 (@opentui/solid → 0.2.8 with @opentui/core co-bump) — passing CI, ready for merge.
  • PR #169 (biome schema 2.4.15→2.4.16) — passing CI, awaiting review/merge.

Update — 2026-06-12

Summary

Category Status Actions
ERRORED PRs 5 open PRs (#127, #130, #134, #135, #169) — all CI passing. No fixes needed.
SECURITY No Dependabot alerts.
HEALTH & MAINTENANCE Peer dep >=1.14.41 valid vs @opencode-ai/plugin@1.17.4. All Actions SHA-pinned. No stale changesets.
DEVELOPER EXPERIENCE typecheck, build, bun install clean. lint has 1 info (schema 2.4.15 vs CLI 2.4.16 → PR #169).

Tasks for Fro Bot

  • No automated tasks required at this time.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention

  • PR #127 (@types/node 24→25 major bump) — awaiting review/merge.
  • PR #130 (@opentui/core → 0.2.7) — superseded by #135 (0.2.8). Recommend closing.
  • PR #134 (CI @types/node LTS constraint) — awaiting review/merge.
  • PR #135 (@opentui/solid → 0.2.8 with @opentui/core co-bump) — passing CI, ready for merge.
  • PR #169 (biome schema 2.4.15→2.4.16) — passing CI, awaiting review/merge.

Update — 2026-06-11

Summary

Category Status Actions
ERRORED PRs 5 open PRs (#127, #130, #134, #135, #169) — all CI passing. No fixes needed.
SECURITY No Dependabot alerts.
HEALTH & MAINTENANCE Peer dep >=1.14.41 valid vs @opencode-ai/plugin@1.17.3. All Actions SHA-pinned. No stale changesets.
DEVELOPER EXPERIENCE typecheck, build, bun install clean. lint has 1 info (schema 2.4.15 vs CLI 2.4.16 → PR #169).

Tasks for Fro Bot

  • No automated tasks required at this time.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention

  • PR #127 (@types/node 24→25 major bump) — awaiting review/merge.
  • PR #130 (@opentui/core → 0.2.7) — superseded by #135 (0.2.8). Recommend closing.
  • PR #134 (CI @types/node LTS constraint) — awaiting review/merge.
  • PR #135 (@opentui/solid → 0.2.8 with @opentui/core co-bump) — passing CI, ready for merge.
  • PR #169 (biome schema 2.4.15→2.4.16) — passing CI, awaiting review/merge.

Update — 2026-06-10

Summary

Category Status Actions
ERRORED PRs 5 open PRs (#127, #130, #134, #135, #169) — all CI passing. No fixes needed.
SECURITY No Dependabot alerts.
HEALTH & MAINTENANCE Peer dep >=1.14.41 valid vs @opencode-ai/plugin@1.17.2. All Actions SHA-pinned. No stale changesets.
DEVELOPER EXPERIENCE typecheck, build, bun install clean. lint has 1 info (schema 2.4.15 vs CLI 2.4.16 → PR #169).

Tasks for Fro Bot

  • No automated tasks required at this time.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention

  • PR #127 (@types/node 24→25 major bump) — awaiting review/merge.
  • PR #130 (@opentui/core → 0.2.7) — superseded by #135 (0.2.8). Recommend closing.
  • PR #134 (CI @types/node LTS constraint) — awaiting review/merge.
  • PR #135 (@opentui/solid → 0.2.8 with @opentui/core co-bump) — passing CI, ready for merge.
  • PR #169 (biome schema 2.4.15→2.4.16) — passing CI, awaiting review/merge.

Update — 2026-06-09

Summary

Category Status Actions
ERRORED PRs 5 open PRs (#127, #130, #134, #135, #169) — all CI passing. No fixes needed.
SECURITY No Dependabot alerts.
HEALTH & MAINTENANCE Peer dep >=1.14.41 valid vs @opencode-ai/plugin@1.16.2. All Actions SHA-pinned. No stale changesets.
DEVELOPER EXPERIENCE typecheck, build, bun install clean. lint has 1 info (schema 2.4.15 vs CLI 2.4.16 → PR #169).

Tasks for Fro Bot

  • No automated tasks required at this time.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention

  • PR #127 (@types/node 24→25 major bump) — awaiting review/merge.
  • PR #130 (@opentui/core → 0.2.7) — superseded by #135 (0.2.8). Recommend closing.
  • PR #134 (CI @types/node LTS constraint) — awaiting review/merge.
  • PR #135 (@opentui/solid → 0.2.8 with @opentui/core co-bump) — passing CI, ready for merge.
  • PR #169 (biome schema 2.4.15→2.4.16) — passing CI, awaiting review/merge.

Update — 2026-06-08

Summary

Category Status Actions
ERRORED PRs 5 open PRs (#127, #130, #134, #135, #169) — all CI passing. No fixes needed.
SECURITY No Dependabot alerts.
HEALTH & MAINTENANCE Peer dep >=1.14.41 valid vs @opencode-ai/plugin@1.16.2. All Actions SHA-pinned. No stale changesets.
DEVELOPER EXPERIENCE typecheck, build, bun install clean. lint has 1 info (schema 2.4.15 vs CLI 2.4.16 → PR #169).

Tasks for Fro Bot

  • No automated tasks required at this time.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention

  • PR #127 (@types/node 24→25 major bump) — awaiting review/merge.
  • PR #130 (@opentui/core → 0.2.7) — superseded by #135 (0.2.8). Recommend closing.
  • PR #134 (CI @types/node LTS constraint) — awaiting review/merge.
  • PR #135 (@opentui/solid → 0.2.8 with @opentui/core co-bump) — passing CI, ready for merge.
  • PR #169 (biome schema 2.4.15→2.4.16) — passing CI, awaiting review/merge.

Update — 2026-06-07

Summary

Category Status Actions
ERRORED PRs 5 open PRs (#127, #130, #134, #135, #169) — all CI passing. No fixes needed.
SECURITY No Dependabot alerts.
HEALTH & MAINTENANCE Peer dep >=1.14.41 valid vs @opencode-ai/plugin@1.16.2. All Actions SHA-pinned. No stale changesets.
DEVELOPER EXPERIENCE typecheck, build, bun install clean. lint has 1 info (schema 2.4.15 vs CLI 2.4.16 → PR #169).

Tasks for Fro Bot

  • No automated tasks required at this time.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention

  • PR #127 (@types/node 24→25 major bump) — awaiting review/merge.
  • PR #130 (@opentui/core → 0.2.7) — superseded by #135 (0.2.8). Recommend closing.
  • PR #134 (CI @types/node LTS constraint) — awaiting review/merge.
  • PR #135 (@opentui/solid → 0.2.8 with @opentui/core co-bump) — passing CI, ready for merge.
  • PR #169 (biome schema 2.4.15→2.4.16) — passing CI, awaiting review/merge.

Update — 2026-06-06

Summary

Category Status Actions
ERRORED PRs 5 open PRs (#127, #130, #134, #135, #169) — all CI passing. No fixes needed.
SECURITY No Dependabot alerts.
HEALTH & MAINTENANCE Peer dep >=1.14.41 valid vs @opencode-ai/plugin@1.16.2. All Actions SHA-pinned. No stale changesets.
DEVELOPER EXPERIENCE typecheck, build, bun install clean. lint has 1 info (schema 2.4.15 vs CLI 2.4.16 → PR #169).

Tasks for Fro Bot

  • No automated tasks required at this time.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention

  • PR #127 (@types/node 24→25 major bump) — awaiting review/merge.
  • PR #130 (@opentui/core → 0.2.7) — superseded by #135 (0.2.8). Recommend closing.
  • PR #134 (CI @types/node LTS constraint) — awaiting review/merge.
  • PR #135 (@opentui/solid → 0.2.8 with @opentui/core co-bump) — passing CI, ready for merge.
  • PR #169 (biome schema 2.4.15→2.4.16) — passing CI, awaiting review/merge.

Update — 2026-06-05

Summary

Category Status Actions
ERRORED PRs 5 open PRs (#127, #130, #134, #135, #169) — all CI passing. No fixes needed.
SECURITY No Dependabot alerts.
HEALTH & MAINTENANCE Peer dep >=1.14.41 valid vs @opencode-ai/plugin@1.15.13. All Actions SHA-pinned. No stale changesets.
DEVELOPER EXPERIENCE typecheck, build, bun install clean. lint has 1 info (schema 2.4.15 vs CLI 2.4.16 → PR #169).

Tasks for Fro Bot

  • No automated tasks required at this time.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention

  • PR #127 (@types/node 24→25 major bump) — awaiting review/merge.
  • PR #130 (@opentui/core → 0.2.7) — superseded by #135 (0.2.8). Recommend closing.
  • PR #134 (CI @types/node LTS constraint) — awaiting review/merge.
  • PR #135 (@opentui/solid → 0.2.8 with @opentui/core co-bump) — passing CI, ready for merge.
  • PR #169 (biome schema 2.4.15→2.4.16) — passing CI, awaiting review/merge.

Update — 2026-06-04

Summary

Category Status Actions
ERRORED PRs 5 open PRs (#127, #130, #134, #135, #169) — all CI passing. No fixes needed.
SECURITY No Dependabot alerts.
HEALTH & MAINTENANCE Peer dep >=1.14.41 valid vs @opencode-ai/plugin@1.15.13. All Actions SHA-pinned. No stale changesets.
DEVELOPER EXPERIENCE typecheck, build, bun install clean. lint has 1 info (schema 2.4.15 vs CLI 2.4.16 → PR #169).

Tasks for Fro Bot

  • No automated tasks required at this time.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention

  • PR #127 (@types/node 24→25 major bump) — awaiting review/merge.
  • PR #130 (@opentui/core → 0.2.7) — superseded by #135 (0.2.8). Recommend closing.
  • PR #134 (CI @types/node LTS constraint) — awaiting review/merge.
  • PR #135 (@opentui/solid → 0.2.8 with @opentui/core co-bump) — passing CI, ready for merge.
  • PR #169 (biome schema 2.4.15→2.4.16) — passing CI, awaiting review/merge.

Update — 2026-06-03

Summary

Category Status Actions
ERRORED PRs 5 open PRs (#127, #130, #134, #135, #169) — all CI passing. No fixes needed.
SECURITY No Dependabot alerts.
HEALTH & MAINTENANCE Peer dep >=1.14.41 valid vs @opencode-ai/plugin@1.15.13. All Actions SHA-pinned. No stale changesets.
DEVELOPER EXPERIENCE typecheck, build, bun install clean. lint has 1 info (schema 2.4.15 vs CLI 2.4.16 → PR #169).

Tasks for Fro Bot

  • No automated tasks required at this time.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention

  • PR #127 (@types/node 24→25 major bump) — awaiting review/merge.
  • PR #130 (@opentui/core → 0.2.7) — superseded by #135 (0.2.8). Recommend closing.
  • PR #134 (CI @types/node LTS constraint) — awaiting review/merge.
  • PR #135 (@opentui/solid → 0.2.8 with @opentui/core co-bump) — passing CI, ready for merge.
  • PR #169 (biome schema 2.4.15→2.4.16) — passing CI, awaiting review/merge.

Update — 2026-06-02

Summary

Category Status Actions
ERRORED PRs 5 open PRs (#127, #130, #134, #135, #169) — all CI passing. No fixes needed.
SECURITY No Dependabot alerts.
HEALTH & MAINTENANCE Peer dep >=1.14.41 valid vs @opencode-ai/plugin@1.15.13. All Actions SHA-pinned. No stale changesets.
DEVELOPER EXPERIENCE typecheck, build, bun install clean. lint has 1 info (schema 2.4.15 vs CLI 2.4.16 → PR #169).

Tasks for Fro Bot

  • No automated tasks required at this time.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention

  • PR #127 (@types/node 24→25 major bump) — awaiting review/merge.
  • PR #130 (@opentui/core → 0.2.7) — superseded by #135 (0.2.8). Recommend closing.
  • PR #134 (CI @types/node LTS constraint) — awaiting review/merge.
  • PR #135 (@opentui/solid → 0.2.8 with @opentui/core co-bump) — passing CI, ready for merge.
  • PR #169 (biome schema 2.4.15→2.4.16) — passing CI, awaiting review/merge.

Update — 2026-06-01

Summary

Category Status Actions
ERRORED PRs 5 open PRs (#127, #130, #134, #135, #169) — all CI passing. No fixes needed.
SECURITY No Dependabot alerts.
HEALTH & MAINTENANCE Peer dep >=1.14.41 valid vs @opencode-ai/plugin@1.15.13. All Actions SHA-pinned. No stale changesets. Biome schema mismatch (2.4.15 vs 2.4.16 CLI) already addressed in PR #169.
DEVELOPER EXPERIENCE typecheck, build, bun install all pass on main. lint has 1 info warning (schema 2.4.15 vs CLI 2.4.16 → PR #169).

Tasks for Fro Bot

  • No automated tasks required at this time.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention

  • PR #127 (@types/node 24→25 major bump) — awaiting review/merge.
  • PR #130 (@opentui/core → 0.2.7) — superseded by #135 (0.2.8). Recommend closing.
  • PR #134 (CI @types/node LTS constraint) — awaiting review/merge.
  • PR #135 (@opentui/solid → 0.2.8 with @opentui/core co-bump) — passing CI, ready for merge.
  • PR #169 (biome schema 2.4.15→2.4.16) — passing CI, awaiting review/merge.

Update — 2026-05-31

Summary

Category Status Actions
ERRORED PRs 4 open PRs (#127, #130, #134, #135) — all CI passing. No fixes needed.
SECURITY No Dependabot alerts.
HEALTH & MAINTENANCE ⚠️ Biome schema mismatch detected: $schema was 2.4.15 but CLI is 2.4.16. PR #169 opened to fix. Peer dep >=1.14.41 valid vs @opencode-ai/plugin@1.15.13. All Actions SHA-pinned. No stale changesets.
DEVELOPER EXPERIENCE typecheck, lint (info warning → PR #169), build, bun install all pass on main.

Tasks for Fro Bot

  • No automated tasks required beyond PR #169.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention

  • PR #126 → merged (2.4.14→2.4.15 schema fix).
  • PR #127 (@types/node 24→25 major bump) — awaiting review/merge.
  • PR #130 (@opentui/core → 0.2.7) — superseded by #135 (0.2.8). Recommend closing.
  • PR #134 (CI @types/node LTS constraint) — awaiting review/merge.
  • PR #135 (@opentui/solid → 0.2.8 with @opentui/core co-bump) — passing CI, ready for merge.
  • PR #169 (biome schema 2.4.15→2.4.16) — awaiting review/merge.

Update — 2026-05-30

Summary

Category Status Actions
ERRORED PRs 4 open PRs (#127, #130, #134, #135) — all CI passing. No fixes needed.
SECURITY No Dependabot alerts.
HEALTH & MAINTENANCE Peer dep >=1.14.41 valid vs @opencode-ai/plugin@1.15.12. All Actions SHA-pinned. No pending changesets.
DEVELOPER EXPERIENCE typecheck, lint (63 files, clean), build, bun install all pass on main.

Tasks for Fro Bot

  • No automated tasks required at this time.

Tasks for Copilot

  • No tasks queued.

Items Needing Human Attention

  • PR #126 (biome schema 2.4.14→2.4.15) — awaiting review/merge.
  • PR #127 (@types/node 24→25 major bump) — awaiting review/merge.
  • PR #130 (@opentui/core → 0.2.7) — superseded by #135 (0.2.8). Recommend closing.
  • PR #134 (CI @types/node LTS constraint) — awaiting review/merge.
  • PR #135 (@opentui/solid → 0.2.8 with @opentui/core co-bump) — passing CI, ready for merge.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions