You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: #279action_required (fork — first-time-contributor gate, no repo CI) and #278renovate/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 (#24126.0.0BEHIND; #27826.1.1UNSTABLE). @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.
Evaluate the @opentui/solid + @opentui/core0.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). Coordinate with first-time-contributor PR fix(runtime): skip stale pid registration #279 review timeline.
First-time contributor PR fix(runtime): skip stale pid registration #279 (fix(runtime): skip stale pid registration, @fengjikui): hosted CI has not been authorized (run concluded action_required). Branch locally verified in prior runs (typecheck/lint/build/test:unit all green incl. the new regression test). A maintainer must approve the fork CI run before review/merge.
@opentui/* major drift: pinned at 0.2.6 while latest is 0.4.3 — two-major-version gap on runtime dependencies. Flagged for a coordinated, changeset-bearing Copilot upgrade; not addressed by routine autohealing.
DEVELOPER EXPERIENCE: on main — bun install/typecheck/lint/build/test:unit all green (321 pass / 0 fail / 1278 expect() calls).
Actions taken: none — repo healthy; no commits, no PR fixes, no new PRs. Updated perpetual issue Daily Autohealing Report #26 only.
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 fengjikui — fix(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 #281chore(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.
Rebase stale Renovate runtime-dep PRs fix(deps): update dependency @opentui/solid to v0.2.8 #135 (@opentui/solid 0.2.8) and fix(deps): update dependency @opentui/core to v0.2.7 #130 (@opentui/core 0.2.7) against main — both report BEHIND / MERGEABLE. Ticking the "rebase/retry" checkbox in each Renovate PR body will refresh them. Note: latest published @opentui/solid and @opentui/core are 0.4.3 (current package.json pins 0.2.6); a separate decision on the 0.2 → 0.4 major bumps is out of scope for routine autohealing — flagged below for human attention.
Tasks for Copilot
Evaluate the @opentui/solid + @opentui/core0.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.
First-time contributor PR fix(runtime): skip stale pid registration #279 (fix(runtime): skip stale pid registration): change is sound and locally verified (all green incl. new regression test), but hosted CI has not been authorized to run. A maintainer needs to approve running workflows, then review/merge. The autohealing verification comment is posted but is not an approval.
@opentui/* major drift: @opentui/solid and @opentui/core are pinned at 0.2.6 while the latest is 0.4.3 — a two-major-version gap on runtime dependencies. Not addressed here; flagged above as a Copilot task for a coordinated, changeset-bearing upgrade.
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 #27826.1.0 + stale dupe #24126.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.
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
PR fix(runtime): skip stale pid registration #279 (fix(runtime): skip stale pid registration) is a fork contribution from @fengjikui. Its CI workflow concluded action_required (first-time-contributor approval gate) — no repo CI has run. Local validation in prior runs passed (typecheck/lint/test:unit green, 322 tests). A maintainer should approve the fork CI run (or merge at their discretion). Auto-approving untrusted fork CI is a security decision left to humans.
DEVELOPER EXPERIENCE: on main — bun install/typecheck/lint/build/test:unit all clean (321 pass / 0 fail / 1278 expect() calls).
Actions taken: none — repo healthy; no commits, no new PRs, no PR fixes. Updated perpetual issue Daily Autohealing Report #26 only.
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.
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.
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 BEHINDmain (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 info — biome.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
Merge PR chore(ci): bump biome schema version to 2.5.2 #270 (chore(ci): bump biome schema version to 2.5.2) — rebased onto main this run; trivial config bump; resolves the bun run lint schema-mismatch info on main.
HEALTH & MAINTENANCE: peer dep @opencode-ai/plugin >=1.14.41 valid vs latest 1.17.13; @opencode-ai/sdk not a peer dep / not imported; all 16 workflow uses: SHA-pinned; no changeset drift (pkg 0.12.0 == tag v0.12.0); devDeps current except @types/node 24→26 (PR chore(dev): update @types/node 24 → 26 (major) #241, rebased) and biome schema 2.5.1→2.5.2 (PR chore(ci): bump biome schema version to 2.5.2 #270, rebased); no new PRs needed.
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.
Actions taken: none required; perpetual issue Daily Autohealing Report #26 updated with today's section. No new commits/PRs opened — repo is healthy and all pending work is already covered by existing green PRs.
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).
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.
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.
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.
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).
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.
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.
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.
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
Opened PR chore(lint): update biome schema to 2.5.1 to match CLI #250: bumped biome.json$schema2.5.0 → 2.5.1 to match installed @biomejs/biome@2.5.1. Verified lint/typecheck/build/test:unit pass on the branch. (Push to main blocked by branch protection; routed via PR.)
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.
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.
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
Opened PR chore(dev): update @types/node 24 → 26 (major) #241: bumped @types/node 24.13.2 → 26.0.0 (LTS-even major per .github/renovate.json5). Verified typecheck / lint / build / test:unit pass on the branch.
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.
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
PR chore(dev): update @types/node 24 → 25 (major) #127 (@types/node 24→25 major bump) — awaiting review/merge. Note:@types/node latest is now 26.0.0; consider updating PR target or opening a separate PR for 26.x.
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
PR chore(dev): update @types/node 24 → 25 (major) #127 (@types/node 24→25 major bump) — awaiting review/merge. Note: @types/node latest is now 26.0.0; consider updating PR target or opening a separate PR for 26.x.
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.
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.
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.
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.
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.
Update — 2026-07-11
Summary
Lint, typecheck, build, unit testsCI run isSUCCESSorSKIPPED(Fro Bot). Non-green statuses unchanged from 2026-07-10: #279action_required(fork — first-time-contributor gate, no repo CI) and #278renovate/artifactsFAILURE (Renovate-internal status; CI itselfSUCCESS). No PR requires code fixes. Re-verified onmain:bun install/typecheck/lint/build/test:unit(321 pass / 0 fail) all green.@opencode-ai/plugin >=1.14.41still valid vs latest published1.17.18(devDep pinned1.17.13).@opencode-ai/sdkis not a peer dep / not imported. Alluses:entries across.github/workflows/remain SHA-pinned. Clean changeset hygiene: pkg0.12.0== tagv0.12.0;.changeset/holds onlyREADME.md+config.json. Major devDep bumps still tracked by existing PRs:typescript6.0.3 → 7.0.2 (#280,CLEAN/MERGEABLE, CI green) and@types/node24 → 26 LTS even (#24126.0.0BEHIND; #27826.1.1UNSTABLE).@biomejs/biome2.5.3 patch covered by #281 (CLEAN, CI green).@types/bun1.3.14 /rimraf6.1.3 /@changesets/cli2.31.0 current. No new PR needed. Renovate action major bumps #276 (actions/cachev6) and #277 (actions/checkoutv7) remain CI-green andCLEAN.main:bun install --frozen-lockfileclean (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
@types/nodemajor PR pair: chore(dev): update dependency @types/node to v26 #278 (Renovate,26.1.1,UNSTABLEdue torenovate/artifactsFAILURE) vs chore(dev): update @types/node 24 → 26 (major) #241 (fro-bot,26.0.0,BEHIND). Pick one merge target and close the other. (Left for human — closing is destructive; autohealing cannot choose.)@opentui/solid→ 0.2.8) and fix(deps): update dependency @opentui/core to v0.2.7 #130 (@opentui/core→ 0.2.7): bothBEHIND/MERGEABLE. Note both target the obsolete0.2.xline while latest published is0.4.3— Renovate closing them would let the0.4.xbump be re-issued. Tick the rebase/retry checkbox on each PR to refresh, or close to re-issue against0.4.x.Tasks for Copilot
@opentui/solid+@opentui/core0.2.6 → 0.4.3major upgrade (runtime dependencies). Treat0.2 → 0.4as breaking (pre-1.0). Verify TUI rendering + tests under the new versions and open a single PR with a changeset (minorbump). Coordinate with first-time-contributor PR fix(runtime): skip stale pid registration #279 review timeline.@biomejs/biome2.5.3) once CI is green — keeps Biome current; devDependency only, no changeset.typescript7.0.2) —CLEAN, CI green; devDependency, no changeset.actions/cachev6) and chore(deps): update actions/checkout action to v7 #277 (actions/checkoutv7) — both CI-green andCLEAN; rolls SHA-pinned workflow actions forward to new majors.Items Needing Human Attention
fix(runtime): skip stale pid registration,@fengjikui): hosted CI has not been authorized (run concludedaction_required). Branch locally verified in prior runs (typecheck/lint/build/test:unitall green incl. the new regression test). A maintainer must approve the fork CI run before review/merge.@types/nodemajor duplication (chore(dev): update @types/node 24 → 26 (major) #241 vs chore(dev): update dependency @types/node to v26 #278): autohealing cannot decide; both target the same24 → 26LTS bump. Recommend merging chore(dev): update dependency @types/node to v26 #278 (Renovate-managed, current26.1.1) and closing chore(dev): update @types/node 24 → 26 (major) #241, or refreshing chore(dev): update @types/node 24 → 26 (major) #241 to26.1.1and closing chore(dev): update dependency @types/node to v26 #278 to drop therenovate/artifactsFAILURE.@opentui/*major drift: pinned at0.2.6while latest is0.4.3— two-major-version gap on runtime dependencies. Flagged for a coordinated, changeset-bearing Copilot upgrade; not addressed by routine autohealing.0.2.xline (0.2.7/0.2.8); bothBEHIND. Closing them lets Renovate re-issue0.4.xbumps.Run Summary — Schedule autoheal · Repo:
marcusrbrown/opencode-copilot-delegate· Run ID:29159573861· Ref:refs/heads/main· Actor:marcusrbrown· Cache: hitLint, typecheck, build, unit testsCISUCCESS/SKIPPEDexcept fix(runtime): skip stale pid registration #279 forkaction_requiredgate and chore(dev): update dependency @types/node to v26 #278renovate/artifactsinternal FAILURE — neither fixable. No code changes pushed.@opencode-ai/plugin >=1.14.41valid vs latest1.17.18; all workflowuses:SHA-pinned; no changeset drift (pkg0.12.0== tagv0.12.0). Major devDep bumps tracked by chore(dev): bump typescript to 7.0.2 #280 (typescript6→7), chore(dev): update @types/node 24 → 26 (major) #241/chore(dev): update dependency @types/node to v26 #278 (@types/node24→26 LTS even), chore(dev): bump @biomejs/biome to 2.5.3 #281 (@biomejs/biome2.5.3 patch). No new PR needed.main—bun install/typecheck/lint/build/test:unitall green (321 pass / 0 fail / 1278 expect() calls).Posted by Fro Bot Agent [bot] — non-interactive CI autoheal.## Update — 2026-07-10
Summary
Lint, typecheck, build, unit testsCI run isSUCCESS. Only non-green status isrenovate/artifactsFAILURE 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.@opencode-ai/plugin>=1.14.41still accurate (latest published 1.17.18). DevDep majors:typescript6→7 covered by #280 (passes CI);@types/node24→26 covered by #241/#278.@biomejs/biome2.5.2→2.5.3 patch bump opened as new PR #281 (passes CI). All GitHub Actions pinned to full SHAs. No unreleased changesets onmain.bun install,bun run lint,bun run typecheck,bun run build,bun run test:unit(321 pass / 0 fail) all clean onmain. No peer dependency warnings.Autohealing actions taken this run
fengjikui—fix(runtime): skip stale pid registration) locally; hosted CI was not authorized to run. Checked out branch, ranbun 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).@biomejs/biomehad drifted behind (2.5.2 inpackage.json, 2.5.3 latest). Created PR chore(dev): bump @biomejs/biome to 2.5.3 #281chore(dev): bump @biomejs/biome to 2.5.3— bumps the devDependency and syncsbiome.json$schemaURL 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) andrimraf(6.1.3) already at latest; no action.mainfor all four checks — no fixes needed.Tasks for Fro Bot
@types/nodemajor PR chore(dev): update dependency @types/node to v26 #278 (superseded by chore(dev): update @types/node 24 → 26 (major) #241, which carries the same24→26major bump with full verification in its PR body). Closing chore(dev): update dependency @types/node to v26 #278 lets Renovate stop tracking the duplicate; chore(dev): update @types/node 24 → 26 (major) #241 is the merge target.@opentui/solid0.2.8) and fix(deps): update dependency @opentui/core to v0.2.7 #130 (@opentui/core0.2.7) againstmain— both reportBEHIND/MERGEABLE. Ticking the "rebase/retry" checkbox in each Renovate PR body will refresh them. Note: latest published@opentui/solidand@opentui/coreare0.4.3(currentpackage.jsonpins0.2.6); a separate decision on the0.2 → 0.4major bumps is out of scope for routine autohealing — flagged below for human attention.Tasks for Copilot
@opentui/solid+@opentui/core0.2.6 → 0.4.3major upgrade (runtime dependencies). Treat0.2 → 0.4as breaking (pre-1.0). Verify TUI rendering + tests under the new versions and open a single PR with a changeset (minorbump) covering both packages. Coordinate with first-time-contributor PR fix(runtime): skip stale pid registration #279 review timeline.@biomejs/biomestays current.Items Needing Human Attention
fix(runtime): skip stale pid registration): change is sound and locally verified (all green incl. new regression test), but hosted CI has not been authorized to run. A maintainer needs to approve running workflows, then review/merge. The autohealing verification comment is posted but is not an approval.@types/nodemajor duplication: chore(dev): update @types/node 24 → 26 (major) #241 (fro-bot,26.0.0, passes CI, thorough PR body) vs chore(dev): update dependency @types/node to v26 #278 (Renovate,26.1.0,renovate/artifactsFAILURE). Recommend merging chore(dev): update @types/node 24 → 26 (major) #241 and closing chore(dev): update dependency @types/node to v26 #278 as a duplicate. Optional: refresh chore(dev): update @types/node 24 → 26 (major) #241 to26.1.1(current latest of the26LTS line) before merging.@opentui/*major drift:@opentui/solidand@opentui/coreare pinned at0.2.6while the latest is0.4.3— a two-major-version gap on runtime dependencies. Not addressed here; flagged above as a Copilot task for a coordinated, changeset-bearing upgrade.Update — 2026-07-09
Summary
#130,#135,#241,#276,#277,#278,#279,#280). PolledstatusCheckRollupfor each: everyLint, typecheck, build, unit testsCI run isSUCCESS(orSKIPPEDfor Fro Bot). The only non-green status isrenovate/artifactsFAILURE on PR #278 — a Renovate-internal artifact-sync status, not a CI build failure (CI isSUCCESS). Fork PR #279 (codex/skip-terminal-pid-append) has no repo CI: its workflow run concludedaction_required(first-time-contributor approval gate, empty jobs) — not a failing check I can fix without a maintainer approving the fork run. Re-verifiedmainlocally:bun install/typecheck/lint/build/test:unitall clean. No failing CI checks → no PR fixes required this run.dependabot/alerts?state=openreturns 0 alerts. Code Scanning endpoint returns 404 (feature disabled / no analysis). No critical/high advisories. No security-update PRs open. No action.@opencode-ai/plugin >=1.14.41still valid vs latest published1.17.17(devDep pinned1.17.13).@opencode-ai/sdkis not a peer dep / not imported. All 16uses:entries across.github/workflows/remain SHA-pinned (no unpinned actions). Clean changeset hygiene: pkg0.12.0== latest tagv0.12.0;.changeset/holds onlyREADME.md+config.json(no unreleased entries). Major devDep bumps already tracked:typescript6.0.3 → 7.0.2 (PR #280, CI green) and@types/node24.13.2 → 26.x even/LTS (PR #27826.1.0+ stale dupe #24126.0.0). Other devDeps current or minor-only:@biomejs/biome2.5.2 (2.5.3 minor available — no major, no PR per major-bump rule),@types/bun1.3.14 (current),rimraf6.1.3 (current),@changesets/cli2.31.0 (current),@types/babel__core7.20.5. Runtime deps@opentui/core/@opentui/solidpinned at0.2.6while latest is0.4.3— Renovate PRs #130/#135 target the obsolete0.2.xline (flagged below). No new PR opened this run.main:bun installclean (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 --emitDeclarationOnlyexit 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
chore/dev-deps-types-node-26,26.0.0) in favor of Renovate PR chore(dev): update dependency @types/node to v26 #278 (26.1.0,^26.x) — both bump@types/nodeto the LTS 26 major; chore(dev): update dependency @types/node to v26 #278 is newer and Renovate-managed. (Left for human: closing is destructive.)renovate/artifactsFAILURE status (Renovate-internal; tick the rebase/retry checkbox on the PR, not a code fix).@opentui/core→ 0.2.7) and fix(deps): update dependency @opentui/solid to v0.2.8 #135 (@opentui/solid→ 0.2.8) — both target the obsolete0.2.xline while latest published is0.4.3. Closing lets Renovate re-issue against the0.4.xline. (Left for human: closing is destructive; a0.2.x → 0.4.xbump may carry breaking TUI changes and needs verification.)Tasks for Copilot
typescript7.0.2 bump PR chore(dev): bump typescript to 7.0.2 #280 — CI green (Lint, typecheck, build, unit testsSUCCESS); devDependency, no changeset needed. (Published 2026-07-08; optional ecosystem soak before merge.)Items Needing Human Attention
fix(runtime): skip stale pid registration) is a fork contribution from @fengjikui. Its CI workflow concludedaction_required(first-time-contributor approval gate) — no repo CI has run. Local validation in prior runs passed (typecheck/lint/test:unit green, 322 tests). A maintainer should approve the fork CI run (or merge at their discretion). Auto-approving untrusted fork CI is a security decision left to humans.@types/nodePRs: chore(dev): update dependency @types/node to v26 #278 (Renovate,26.1.0,^26.x,UNSTABLEmerge state due torenovate/artifacts) vs chore(dev): update @types/node 24 → 26 (major) #241 (fro-bot,26.0.0, exact pin,BEHIND). Recommend merging chore(dev): update dependency @types/node to v26 #278 and closing chore(dev): update @types/node 24 → 26 (major) #241.@opentuiRenovate PRs fix(deps): update dependency @opentui/core to v0.2.7 #130/fix(deps): update dependency @opentui/solid to v0.2.8 #135 target0.2.x(latest0.4.3) and areBEHINDmain; they likely block Renovate from re-issuing against the current0.4.xline. Recommend closing both.actions/checkoutv7) and chore(deps): update actions/cache action to v6 #276 (actions/cachev6) are CI-green andCLEAN/mergeable; merging rolls the repo's SHA-pinned workflow actions forward to new majors. Confirm compatibility before merging.Run Summary — Schedule autoheal · Repo:
marcusrbrown/opencode-copilot-delegate· Run ID:29035038980· Ref:refs/heads/main· Actor:marcusrbrown· Cache: hitLint, typecheck, build, unit testsCISUCCESSexcept fix(runtime): skip stale pid registration #279 forkaction_requiredgate and chore(dev): update dependency @types/node to v26 #278renovate/artifactsinternal FAILURE — neither is a fixable CI failure). No code fixes required.@opencode-ai/plugin >=1.14.41valid vs latest1.17.17; all 16 workflowuses:SHA-pinned; no changeset drift (pkg0.12.0== tagv0.12.0); major devDep bumps tracked by PR chore(dev): bump typescript to 7.0.2 #280 (typescript6.0.3→7.0.2) and chore(dev): update dependency @types/node to v26 #278/chore(dev): update @types/node 24 → 26 (major) #241 (@types/node24→26 LTS even);@biomejs/biome2.5.3 minor available (no major → no PR);@opentuiruntime PRs fix(deps): update dependency @opentui/core to v0.2.7 #130/fix(deps): update dependency @opentui/solid to v0.2.8 #135 stale on0.2.x(latest0.4.3).main—bun install/typecheck/lint/build/test:unitall clean (321 pass / 0 fail / 1278 expect() calls).Posted by Fro Bot Agent [bot] — non-interactive CI autoheal.
Update — 2026-07-08
Summary
#130,#135,#241,#276,#277,#278,#279,#280). Checked out each branch and ranbun install/typecheck/lint/test:unitlocally — all pass. The only non-green check across the set isrenovate/artifactson PR #278, which is a Renovate-internal artifact-update status (post-upgrade tasks), not a CI build failure; #278'sLint, typecheck, build, unit testsrun isSUCCESS. 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.dependabot/alertsreturns 0 open alerts. Code Scanning alerts endpoint returns 404 — feature disabled or empty. No critical/high advisories. No security-update PRs needed.@opencode-ai/plugin >=1.14.41still valid vs latest published1.17.15(devDep pinned1.17.13). All 16uses:entries in.github/workflows/remain SHA-pinned. Clean changeset hygiene:.changeset/holds onlyREADME.md+config.json(no unreleased entries vs pkg0.12.0).@types/node24→26 bump still tracked by Renovate #278 and (stale dupe) #241. New major bump landed this run: opened PR #280 bumpingtypescript6.0.3 → 7.0.2 (released 2026-07-08). Other devDeps current:@biomejs/biome2.5.2 (2.5.3 minor pending, no major),@types/bun1.3.14,rimraf6.1.3,@changesets/cli2.31.0,@types/babel__core7.20.5.main:bun installclean (279 installs, no peer warnings),bun run typecheck✅,bun run lint✅ (63 files, no fixes),bun run build✅ (scripts/build.ts+tsc --emitDeclarationOnlyexit 0),bun run test:unit✅ 321 pass / 0 fail. New PR #280 (typescript7.0.2) verified green: typecheck ✅, lint ✅, build ✅, test:unit ✅ 321/0; CI on the PR also reportsLint, typecheck, build, unit testsSUCCESS.Tasks for Fro Bot
chore/dev-deps-types-node-26) in favor of Renovate chore(dev): update dependency @types/node to v26 #278 — both bump@types/nodeto the LTS 26 major; chore(dev): update dependency @types/node to v26 #278 is newer (26.1.0) and Renovate-managed.renovate/artifactsartifact-update status (Renovate-internal; tick the rebase/retry checkbox on the PR, not a code fix).Tasks for Copilot
typescript7.0.2 bump PR chore(dev): bump typescript to 7.0.2 #280 once CI holds green (already green at time of opening).Items Needing Human Attention
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.typescript7.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
statusCheckRollupfor each: everyLint, typecheck, build, unit testsCI run isSUCCESS; Fro Bot runsSKIPPED; Renovate runsSUCCESS. The only non-green entry isrenovate/artifactson 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.dependabot/alertsreturns 0 open alerts (vulnerability-alerts endpoint returns 404 — alerts feature disabled or empty). No critical/high advisories. No security-update PRs open. No action.@opencode-ai/plugin >=1.14.41still valid vs latest published1.17.15(devDep at1.17.13).@opencode-ai/sdkis not a peer dep / not imported. All 16uses:entries across.github/workflows/are SHA-pinned (no unpinned actions). No changeset drift: pkg0.12.0matches latest tagv0.12.0;.changeset/holds onlyREADME.md+config.json.@types/node24.13.2 → 26.x (even/LTS major) tracked by Renovate PR #278 (^26.x, latest26.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:typescript6.0.3,@biomejs/biome2.5.2,@types/bun1.3.14,rimraf6.1.3,@changesets/cli2.31.0,@types/babel__core7.20.5. No new major devDep bump needed; no new PR opened.main:bun installclean (279 installs, no peer warnings),bun run typecheckclean,bun run lintclean (Checked 63 files. No fixes applied.— biome schema 2.5.2 now matches installed CLI),bun run buildclean (scripts/build.ts+tsc --emitDeclarationOnlyboth exit 0,dist/populated). No type errors / build breaks / lint issues since last run.Tasks for Fro Bot
chore(dev): update dependency @types/node to v26) — even/LTS major, caret range^26.x, CI green. Closes the open @types/node major bump.chore(dev): update @types/node 24 → 26 (major)) as a duplicate of chore(dev): update dependency @types/node to v26 #278 — chore(dev): update @types/node 24 → 26 (major) #241 pins older26.0.0; chore(dev): update dependency @types/node to v26 #278 has newer26.1.0and is maintained by Renovate. (Left for human since closing is destructive.)actions/checkoutv7) and chore(deps): update actions/cache action to v6 #276 (actions/cachev6): repo pins actions to SHAs; merging these would re-pin to new SHAs. Verify the new majors are stable before merge.Tasks for Copilot
fix(deps): update dependency @opentui/solid to v0.2.8) and PR fix(deps): update dependency @opentui/core to v0.2.7 #130 (fix(deps): update dependency @opentui/core to v0.2.7) — both CI-green patch bumps to runtime deps; no breaking changes flagged.Items Needing Human Attention
26.1.0,^26.x) vs chore(dev): update @types/node 24 → 26 (major) #241 (fro-bot,26.0.0, exact pin). Recommend merging chore(dev): update dependency @types/node to v26 #278 and closing chore(dev): update @types/node 24 → 26 (major) #241. Not auto-closed because closing a PR is destructive.renovate/artifactsstatus FAILURE on PR chore(dev): update dependency @types/node to v26 #278 is a Renovate-internal artifact-sync status, not a CI check — does not gate merge, but worth a glance before merging.Update — 2026-07-06
Summary
Lint, typecheck, build, unit testsgreen, Renovate green, Fro Bot SKIPPED); no failing checks. All four branches wereBEHINDmain(mergeable, no conflicts). Action: rebased all four PR branches ontomainviagh pr update-branchto clearBEHINDstate and re-trigger CI. No code fixes required.dependabot/alertsreturns 0 open alerts. No critical/high advisories. No security-update PRs open. No action.@opencode-ai/plugin >=1.14.41valid vs latest1.17.13(devDep at1.17.13— current).@opencode-ai/sdknot a peer dep / not imported. All 16 workflowuses:across.github/workflows/are SHA-pinned. No changeset drift: pkg0.12.0== tagv0.12.0;.changeset/holds onlyREADME.md+config.json.@types/node24.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:typescript6.0.3,@biomejs/biome2.5.2,@types/bun1.3.14,rimraf6.1.3,@changesets/cli2.31.0,@types/babel__core7.20.5. No new major devDep bump needed; no new PR opened.main:bun installclean (279 installs, no peer warnings),bun run typecheckclean,bun run buildclean.bun run lintreports 1 info —biome.json$schemais2.5.1vs installed CLI2.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
chore(ci): bump biome schema version to 2.5.2) — rebased ontomainthis run; trivial config bump; resolves thebun run lintschema-mismatch info onmain.chore(dev): update @types/node 24 → 26 (major)) — rebased this run; even/LTS major; exact pin matches repo devDep style.@opentui/core→ 0.2.7) and fix(deps): update dependency @opentui/solid to v0.2.8 #135 (@opentui/solid→ 0.2.8) — rebased this run but they bump to0.2.xwhile latest published line is0.4.3. Recommend closing and letting Renovate re-issue against the latest0.4.xline.Tasks for Copilot
Items Needing Human Attention
main; a human should merge them to keepmainlint-clean and the devDependency floor on a current LTS.BEHIND, but they target the obsolete0.2.xline for@opentui/{core,solid}(latest0.4.3). Recommend closing and letting Renovate re-issue against the current0.4.xline.Run Summary — Schedule autoheal · Repo:
marcusrbrown/opencode-copilot-delegate· Run ID:28809003758· Ref:refs/heads/main· Actor:marcusrbrown· Cache: hitBEHINDmain, no conflicts). Action: rebased all four PR branches ontomainviagh pr update-branch(chore(ci): bump biome schema version to 2.5.2 #270, chore(dev): update @types/node 24 → 26 (major) #241, fix(deps): update dependency @opentui/solid to v0.2.8 #135, fix(deps): update dependency @opentui/core to v0.2.7 #130) to clearBEHINDstate and re-trigger CI. No code fixes required.@opencode-ai/plugin >=1.14.41valid vs latest1.17.13;@opencode-ai/sdknot a peer dep / not imported; all 16 workflowuses:SHA-pinned; no changeset drift (pkg0.12.0== tagv0.12.0); devDeps current except@types/node24→26 (PR chore(dev): update @types/node 24 → 26 (major) #241, rebased) and biome schema 2.5.1→2.5.2 (PR chore(ci): bump biome schema version to 2.5.2 #270, rebased); no new PRs needed.bun install/typecheck/buildclean;linthas 1 info (biome schema mismatch 2.5.1 vs 2.5.2 — fixed by PR chore(ci): bump biome schema version to 2.5.2 #270, awaiting merge).main(clearingBEHIND); no new commits, no new PRs opened. Repo healthy.Posted by Fro Bot Agent [bot] — non-interactive CI autoheal.
Update — 2026-07-05
Summary
Lint, typecheck, build, unit testsgreen, 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 nowMERGEABLE. No PRs merged since the 07-04 run.dependabot/alertsreturns 0 open alerts. No security-update PRs open. No open critical/high advisories.@opencode-ai/plugin >=1.14.41still valid vs latest1.17.13(devDep at1.17.13— current).@opencode-ai/sdkis not a peer dep and not imported insrc/. All workflowuses:in.github/workflows/(acrossci.yaml,release.yaml,fro-bot.yaml,copilot-setup-steps.yaml,renovate.yaml,update-repo-settings.yaml) are SHA-pinned. No changeset drift: package0.12.0== tagv0.12.0;.changeset/holds onlyREADME.md+config.json.@types/node24.13.2 → latest26.1.0(even/LTS major) tracked by PR #241 (MERGEABLE/BEHIND) — left as-is.@biomejs/biomeschema 2.5.1 → 2.5.2 tracked by PR #270. Other devDeps current:typescript6.0.3,@types/bun1.3.14,rimraf6.1.3,@changesets/cli2.31.0,@types/babel__core7.20.5. No new major devDep bump needed; no new PR opened.main:bun installclean (279 installs, no peer warnings),bun run typecheckclean,bun run buildclean.bun run lintreports 1 info — biome.json$schemais2.5.1vs installed CLI2.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
chore(ci): bump biome schema version to 2.5.2) — trivial config bump, CI green, resolves thebun run lintschema-mismatch info onmain.chore(dev): update @types/node 24 → 26 (major)) when ready — CI green, even/LTS major, exact pin matches repo devDep style.Tasks for Copilot
Items Needing Human Attention
biomeschema 2.5.2) and PR chore(dev): update @types/node 24 → 26 (major) #241 (@types/node24→26) remain open andMERGEABLE/BEHIND. A human should merge them to keepmainlint-clean and the devDependency floor on a current LTS.@opentui/core→ 0.2.7) and fix(deps): update dependency @opentui/solid to v0.2.8 #135 (@opentui/solid→ 0.2.8) remain open andBEHINDmain; latest line is0.4.2for both. Recommend closing and letting Renovate re-issue against the latest line. None are blockers.Run Summary — Schedule autoheal · Repo:
marcusrbrown/opencode-copilot-delegate· Run ID:28747259957· Ref:refs/heads/main· Actor:marcusrbrown· Cache: hitMERGEABLE/BEHIND). No PRs merged since the 07-04 run.@opencode-ai/plugin >=1.14.41valid vs latest1.17.13;@opencode-ai/sdknot a peer dep / not imported; all workflowuses:SHA-pinned; no changeset drift (pkg0.12.0== tagv0.12.0); devDeps current except@types/node24→26 (PR chore(dev): update @types/node 24 → 26 (major) #241) and biome schema 2.5.1→2.5.2 (PR chore(ci): bump biome schema version to 2.5.2 #270); runtime@opentui/*0.2.6 vs 0.4.2 (stale PRs fix(deps): update dependency @opentui/core to v0.2.7 #130/fix(deps): update dependency @opentui/solid to v0.2.8 #135).bun install/typecheck/buildclean;linthas 1 info (biome schema mismatch 2.5.1 vs 2.5.2 — fixed by PR chore(ci): bump biome schema version to 2.5.2 #270, awaiting merge).Posted by Fro Bot Agent [bot] — non-interactive CI autoheal.
Update — 2026-07-04
Summary
Lint, typecheck, build, unit testsSUCCESS, Renovate SUCCESS, Fro Bot SKIPPED on each). No failing checks; no fixes required. No PRs merged since the 07-03 run.dependabot/alertsreturns 0 open alerts. No security-update PRs open. No open critical/high advisories.@opencode-ai/plugin >=1.14.41still valid vs latest1.17.13(devDep at1.17.12— patch gap only, devDep-only).@opencode-ai/sdkis not a peer dep and not imported insrc/. All 16uses:in.github/workflows/SHA-pinned (incl.update-repo-settings.yamlSHA without version comment — still SHA-pinned, no action). No changeset drift: package0.12.0== tagv0.12.0;.changeset/holds onlyREADME.md+config.json.@types/node24.13.2 → latest26.1.0(even/LTS major) tracked by PR #241 (MERGEABLE, BEHINDmain) — left as-is. Other devDeps current:@biomejs/biome2.5.2,typescript6.0.3,@types/bun1.3.14,rimraf6.1.3,@changesets/cli2.31.0,@types/babel__core7.20.5. No new major devDep bump needed; no new PR opened.main:bun installclean (279 installs, no peer warnings),bun run typecheckclean,bun run buildclean.bun run lintreported an info: biome.json$schemawas2.5.1while the installed CLI is2.5.2. Fixed by bumping the$schemareference to2.5.2and opened PR #270 (chore/biome-schema-2.5.2) —mainis protected, so the fix goes through a PR rather than a direct push. PR #270 CI is green. After the change,bun run lintis clean (63 files, no info).Tasks for Fro Bot
chore(ci): bump biome schema version to 2.5.2) — trivial config bump, CI green, resolves thebun run lintschema-mismatch info.chore(dev): update @types/node 24 → 26 (major)) when ready — CI green, even/LTS major, exact pin matches repo devDep style.Tasks for Copilot
Items Needing Human Attention
@types/node26) and stale Renovate PRs fix(deps): update dependency @opentui/core to v0.2.7 #130 (@opentui/core0.2.7) / fix(deps): update dependency @opentui/solid to v0.2.8 #135 (@opentui/solid0.2.8) remain open and BEHINDmain. A human should merge or close them to keep the dependency-update queue current. None are blockers.---## Update — 2026-07-03
Summary
Lint, typecheck, build, unit testsSUCCESS, Renovate SUCCESS/skip, Fro Bot SKIPPED on each). Allmergeable=MERGEABLE(BEHINDmain, no conflicts). No failing checks; no fixes required. No PRs merged since the 07-02 run.vulnerabilityAlerts(states:[OPEN])returns 0 open alerts. No security-update PRs open. No open critical/high advisories.@opencode-ai/plugin >=1.14.41still valid vs latest1.17.13(devDep at1.17.11— patch gap only, devDep-only).@opencode-ai/sdknot a peer dep and not imported insrc/. All 16uses:in.github/workflows/SHA-pinned. No changeset drift: package0.12.0== tagv0.12.0;.changeset/contains onlyREADME.md+config.json.@types/node24.13.2 → latest26.1.0tracked by PR #241 (MERGEABLE, BEHIND). Other devDeps:@biomejs/biome2.5.1 (latest 2.5.2, patch),typescript6.0.3 (current major 6.x),@types/bun1.3.14 (current),rimraf6.1.3 (current),@changesets/cli2.31.0 (current),@types/babel__core7.20.5 (current). Runtime deps@opentui/core/@opentui/solidat 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).main:bun installclean (279 installs, no peer warnings),bun run lintclean (63 files, no fixes — biome 2.5.1 schema matches CLI 2.5.1),bun run typecheckclean,bun run buildclean (dist/rebuilt),bun run test:unitclean (321 pass / 0 fail / 1278 expect() calls).bun run test:integrationnot run (env-only, not CI-gated).Tasks for Fro Bot
MERGEABLE(BEHIND only);mainis fully green (install/lint/typecheck/build/test:unit all clean). No new PRs needed.Tasks for Copilot
Items Needing Human Attention
@types/node24→26, LTS-even major) — green,MERGEABLE(BEHIND), awaiting review/merge.@opentui/core→ 0.2.7) — superseded; latest@opentui/coreis 0.4.2. Recommend closing and letting Renovate re-issue against the latest line.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — stale; latest@opentui/solidis 0.4.2. Recommend closing and letting Renovate re-issue against the latest line.@opencode-ai/plugin1.17.11 → 1.17.13 (patch) and@biomejs/biome2.5.1 → 2.5.2 (patch).Run Summary — Schedule autoheal · Repo:
marcusrbrown/opencode-copilot-delegate· Run ID:28672862029· Ref:refs/heads/main· Actor:marcusrbrown· Cache: hitMERGEABLE/BEHIND). No PRs merged since the 07-02 run.vulnerabilityAlertsempty); 0 security PRs.@opencode-ai/plugin >=1.14.41valid vs latest1.17.13;@opencode-ai/sdknot a peer dep / not imported; all 16 workflowuses:SHA-pinned; no changeset drift (pkg0.12.0== tagv0.12.0); devDeps current except@types/node24→26 (PR chore(dev): update @types/node 24 → 26 (major) #241, MERGEABLE/BEHIND) and patch gaps (@biomejs/biome2.5.1→2.5.2,@opencode-ai/plugin1.17.11→1.17.13); runtime@opentui/*0.2.6 vs 0.4.2 (stale PRs fix(deps): update dependency @opentui/core to v0.2.7 #130/fix(deps): update dependency @opentui/solid to v0.2.8 #135).bun install/lint/typecheck/build/test:unit(321 pass) all clean.Posted by Fro Bot Agent [bot] — non-interactive CI autoheal.
Update — 2026-07-02
Summary
Lint, typecheck, build, unit testsSUCCESS, Renovate SUCCESS/skip, Fro Bot SKIPPED on each). Allmergeable=MERGEABLE,mergeStateStatus=BEHIND(no conflicts; behindmainonly). No failing checks; no fixes required.@opencode-ai/plugin >=1.14.41still valid vs latest1.17.13(devDep at1.17.11— patch gap, devDep-only, not user-visible).@opencode-ai/sdknot a peer dep and not imported insrc/. All 16uses:in.github/workflows/SHA-pinned. No unreleased changeset entries (package0.12.0== tagv0.12.0;.changeset/contains onlyREADME.md+config.json).@types/node24.13.2 → latest26.1.0tracked by PR #241 (MERGEABLE, BEHIND). Other devDeps:@biomejs/biome2.5.1 (latest 2.5.2, patch),typescript6.0.3 (current),@types/bun1.3.14 (current),rimraf6.1.3 (current),@changesets/cli2.31.0 (current),@types/babel__core7.20.5 (current). Runtime deps@opentui/core/@opentui/solidat 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).main:bun installclean (279 installs, no peer warnings),bun run lintclean (63 files, no fixes — biome schema 2.5.1 matches CLI 2.5.1),bun run typecheckclean,bun run buildclean,bun run test:unitclean (321 pass / 0 fail / 1278 expect() calls).bun run test:integrationnot run (env-only, not CI-gated).Tasks for Fro Bot
MERGEABLE(BEHIND only);mainis fully green (install/lint/typecheck/build/test:unit all clean). No new PRs needed.Tasks for Copilot
Items Needing Human Attention
@types/node24→26, LTS-even major) — green,MERGEABLE(BEHIND), awaiting review/merge.@opentui/core→ 0.2.7) — superseded; latest@opentui/coreis 0.4.2. Recommend closing and letting Renovate re-issue against the latest line.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — stale; latest@opentui/solidis 0.4.2. Recommend closing and letting Renovate re-issue against the latest line.@opencode-ai/plugin1.17.11 → 1.17.13 (patch) and@biomejs/biome2.5.1 → 2.5.2 (patch).Run Summary — Schedule autoheal · Repo:
marcusrbrown/opencode-copilot-delegate· Run ID:28606235533· Ref:refs/heads/main· Actor:marcusrbrown· Cache: hitMERGEABLE/BEHIND).@opencode-ai/plugin >=1.14.41valid vs latest1.17.13;@opencode-ai/sdknot a peer dep / not imported; all 16 workflowuses:SHA-pinned; no changeset drift (pkg0.12.0== tagv0.12.0); devDeps current except@types/node24→26 (PR chore(dev): update @types/node 24 → 26 (major) #241, MERGEABLE/BEHIND) and patch gaps (@biomejs/biome2.5.1→2.5.2,@opencode-ai/plugin1.17.11→1.17.13); runtime@opentui/*0.2.6 vs 0.4.2 (stale PRs fix(deps): update dependency @opentui/core to v0.2.7 #130/fix(deps): update dependency @opentui/solid to v0.2.8 #135).bun install/lint/typecheck/build/test:unit(321 pass) all clean.Posted by Fro Bot Agent [bot] — non-interactive CI autoheal.
Update — 2026-07-01
Summary
Lint, typecheck, build, unit testsSUCCESS). Allmergeable=MERGEABLE,mergeStateStatus=CLEAN(no conflicts, up to date withmain). No failing checks; no fixes required. (PRs #134, #169, #250 have been merged since the 06-30 run.)@opencode-ai/plugin >=1.14.41still valid vs latest1.17.13(devDep at1.17.11— minor patch gap, devDep-only, not user-visible).@opencode-ai/sdkis not a peer dep and not imported insrc/. All 16uses:in.github/workflows/are SHA-pinned. No unreleased changeset entries (package0.12.0;.changeset/contains onlyREADME.md+config.json; latest tagv0.12.0).@types/node24.13.2 → latest26.1.0tracked by PR #241 (CLEAN, mergeable). Other devDeps:@biomejs/biome2.5.1 (latest 2.5.2, patch),typescript6.0.3 (current),@types/bun1.3.14 (current),rimraf6.1.3 (current),@changesets/cli2.31.0 (current),@types/babel__core7.20.5. Runtime deps@opentui/core/@opentui/solidat 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).main:bun installclean (279 installs, no peer warnings),bun run lintclean (63 files, no fixes — biome schema 2.5.1 matches CLI 2.5.1),bun run typecheckclean,bun run buildclean,bun run test:unitclean (321 pass / 0 fail / 1278 expect() calls).bun run test:integrationfails (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
mainis fully green (lint/typecheck/build/test:unit all clean). No new PRs needed.Tasks for Copilot
Items Needing Human Attention
@types/node24→26, LTS-even major) — green, CLEAN, mergeable; awaiting review/merge.@opentui/core→ 0.2.7) — superseded; latest@opentui/coreis 0.4.2. Recommend closing and letting Renovate re-issue against the latest line.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — stale; latest@opentui/solidis 0.4.2. Recommend closing and letting Renovate re-issue against the latest line.@opencode-ai/plugin1.17.11 → 1.17.13 (patch) and@biomejs/biome2.5.1 → 2.5.2 (patch).Run Summary — Schedule autoheal · Repo:
marcusrbrown/opencode-copilot-delegate· Run ID:28533600666· Ref:refs/heads/main· Actor:marcusrbrown· Cache: hitMERGEABLE/CLEAN). PRs fix(ci): constrain @types/node to LTS (even) majors and caret ranges in autoheal prompt #134, fix(lint): update biome schema to match CLI version 2.4.16 #169, chore(lint): update biome schema to 2.5.1 to match CLI #250 merged since last run.@opencode-ai/plugin >=1.14.41valid vs latest1.17.13;@opencode-ai/sdknot a peer dep / not imported; all 16 workflowuses:SHA-pinned; no changeset drift (pkg0.12.0== tagv0.12.0); devDeps current except@types/node24→26 (PR chore(dev): update @types/node 24 → 26 (major) #241, CLEAN/mergeable) and patch gaps (@biomejs/biome2.5.1→2.5.2,@opencode-ai/plugin1.17.11→1.17.13); runtime@opentui/*0.2.6 vs 0.4.2 (stale PRs fix(deps): update dependency @opentui/core to v0.2.7 #130/fix(deps): update dependency @opentui/solid to v0.2.8 #135).bun install/lint/typecheck/build/test:unit(321 pass) all clean;test:integrationfails on missing LLM (env-only, not CI-gated).Posted by Fro Bot Agent [bot] — non-interactive CI autoheal.
---## Update — 2026-06-30
Summary
Lint, typecheck, build, unit testsSUCCESS). Allmergeable=MERGEABLE,mergeStateStatus=BEHIND(no conflicts). No fixes required.@opencode-ai/plugin >=1.14.41valid vs latest1.17.11(devDep@opencode-ai/pluginat 1.17.11 — current).@opencode-ai/sdknot a peer dep and not imported insrc/. All 16uses:in.github/workflows/are SHA-pinned. No unreleased changeset entries (package0.12.0;.changeset/contains onlyREADME.md+config.json).@types/node24.13.2 → latest 26.0.1 tracked by PR #241 (mergeable, behind). Other devDeps current:@biomejs/biome2.5.1,typescript6.0.3,@types/bun1.3.14,rimraf6.1.3,@changesets/cli2.31.0,@types/babel__core7.20.5. Runtime deps@opentui/core/@opentui/solidat 0.2.6 (latest 0.4.2 — tracked by stale PRs #130/#135).main:bun installclean (279 installs, no peer warnings),bun run typecheckclean,bun run buildclean,bun run test:unitclean (321 pass / 0 fail / 1278 expect() calls).bun run lintproduces 1 info (biome.jsonschema2.5.0vs CLI2.5.1) → addressed by PR #250 (mergeable, behind, awaiting merge).Tasks for Fro Bot
mainis fully green except the one biome schema lint info (covered by PR chore(lint): update biome schema to 2.5.1 to match CLI #250). No new PRs needed.Tasks for Copilot
Items Needing Human Attention
2.5.0→2.5.1) — green, mergeable (behind), awaiting review/merge. Clears the lingering lint info onmain.@types/node24→26, LTS-even major) — green, mergeable (behind), awaiting review/merge.@types/nodeLTS-even constraint on the autoheal prompt) — green, mergeable (behind), awaiting review/merge.@opentui/core→ 0.2.7) — superseded; latest@opentui/coreis 0.4.2. Recommend closing and letting Renovate re-issue against the latest line.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — stale; latest@opentui/solidis 0.4.2. Recommend closing and letting Renovate re-issue against the latest line.presetmigration). Recommend closing.Run Summary — Schedule autoheal · Repo:
marcusrbrown/opencode-copilot-delegate· Run ID:28461001675· Ref:refs/heads/main· Actor:marcusrbrown· Cache: hitBEHINDonly)@opencode-ai/plugin >=1.14.41valid vs latest1.17.11;@opencode-ai/sdknot a peer dep / not imported; all 16 workflowuses:SHA-pinned; no changeset drift; devDeps current except@types/node24→26 (PR chore(dev): update @types/node 24 → 26 (major) #241); runtime@opentui/*0.2.6 vs 0.4.2 (stale PRs fix(deps): update dependency @opentui/core to v0.2.7 #130/fix(deps): update dependency @opentui/solid to v0.2.8 #135)bun install/typecheck/build/test:unit(321 pass) all clean;lint1 info (biome schema, PR chore(lint): update biome schema to 2.5.1 to match CLI #250)Posted by Fro Bot Agent [bot] — non-interactive CI autoheal.
Update — 2026-06-29
Summary
Lint, typecheck, build, unit testsSUCCESS). No failing checks. No fixes required.@opencode-ai/plugin >=1.14.41valid vs latest1.17.11(devDep@opencode-ai/pluginnow at 1.17.11 — fully current).@opencode-ai/sdknot a direct peer dep (not imported insrc/). All GitHub Actions SHA-pinned (everyuses:in.github/workflows/resolves to a 40-char commit SHA). No unreleased changeset entries (package0.12.0;.changeset/contains onlyREADME.md+config.json).@types/node24→26 major bump still tracked by PR #241 (green, awaiting merge). Other devDeps current (@biomejs/biome2.5.1,typescript6.0.3,@types/bun1.3.14,rimraf6.1.3,@changesets/cli2.31.0,@types/babel__core7.20.5). Runtime deps:@opentui/core/@opentui/solidat 0.2.6 (latest 0.4.2 — tracked by PRs #130/#135, stale).main:bun installclean (no peer warnings, 279 installs),bun run typecheckclean,bun run buildclean,bun run test:unitclean (321 pass / 0 fail).bun run lintproduces 1 info (biome.jsonschema2.5.0vs CLI2.5.1) → still addressed by PR #250 (green, awaiting merge).Tasks for Fro Bot
Tasks for Copilot
Items Needing Human Attention
2.5.0→2.5.1) — green, mergeable, awaiting review/merge. Clears the lingering lint info onmain.@types/node24→26, LTS-even major) — green, mergeable, awaiting review/merge.@types/nodeLTS-even constraint on the autoheal prompt) — green, awaiting review/merge.@opentui/core→ 0.2.7) — superseded; latest@opentui/coreis 0.4.2. Recommend closing and letting Renovate re-issue against the latest line.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — stale; latest@opentui/solidis 0.4.2. Recommend closing and letting Renovate re-issue against the latest line.presetmigration). Recommend closing.Update — 2026-06-28
Summary
Lint, typecheck, build, unit testsSUCCESS). All mergeable=true (behindonly; no conflicts). No fixes required.@opencode-ai/plugin >=1.14.41valid vs latest1.17.11. devDep@opencode-ai/pluginnow at 1.17.11 (latest — fully current). All GitHub Actions SHA-pinned. No unreleased changeset entries (package0.12.0;.changeset/onlyREADME.md+config.json).@types/node24→26 major bump still tracked by PR #241 (behind, mergeable). Other devDeps current (@biomejs/biome2.5.1,typescript6.0.3,@types/bun1.3.14,rimraf6.1.3,@changesets/cli2.31.0).main:bun installclean (no peer warnings),bun run typecheckclean,bun run buildclean,bun run test:unitclean (321 pass / 0 fail).bun run lintproduces 1 info (biome.jsonschema2.5.0vs CLI2.5.1) → still addressed by PR #250 (behind, mergeable, awaiting merge).Tasks for Fro Bot
Tasks for Copilot
Items Needing Human Attention
2.5.0→2.5.1) — mergeable, awaiting review/merge. Clears the lingering lint info onmain.@types/node24→26, LTS-even major) — mergeable, awaiting review/merge.@types/nodeLTS-even constraint on the autoheal prompt) — mergeable, awaiting review/merge.@opentui/core→ 0.2.7) — superseded; latest@opentui/coreis 0.4.2. Recommend closing and letting Renovate re-issue against the latest line.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — stale; latest@opentui/solidis 0.4.2. Recommend closing and letting Renovate re-issue against the latest line.presetmigration). Recommend closing.Update — 2026-06-27
Summary
Lint, typecheck, build, unit testsSUCCESS). All mergeable=true (behindonly; no conflicts). No fixes required.@opencode-ai/plugin >=1.14.41valid vs latest1.17.11. devDep@opencode-ai/pluginat 1.17.9 (latest 1.17.11 — minor gap). All GitHub Actions SHA-pinned. No unreleased changeset entries (package0.12.0;.changeset/onlyREADME.md+config.json).@types/nodelatest 26.0.1 (current 24.13.2 → PR #241, behind, mergeable). Latest@opentui/core/@opentui/solidare now 0.4.2 (current 0.2.6). Other devDeps current (@biomejs/biome2.5.1,typescript6.0.3,@types/bun1.3.14,rimraf6.1.3).main:bun installclean (no peer warnings),bun run typecheckclean,bun run buildclean,bun run test:unitclean (321 pass / 0 fail).bun run lintproduces 1 info (biome.jsonschema2.5.0vs CLI2.5.1) → still addressed by PR #250 (behind, mergeable, awaiting merge).Tasks for Fro Bot
Tasks for Copilot
Items Needing Human Attention
2.5.0→2.5.1) — mergeable, awaiting review/merge. Clears the lingering lint info onmain.@types/node24→26, LTS-even major) — mergeable, awaiting review/merge.@types/nodeLTS-even constraint on the autoheal prompt) — mergeable, awaiting review/merge.@opentui/core→ 0.2.7) — superseded; latest@opentui/coreis 0.4.2. Recommend closing and letting Renovate re-issue against the latest line.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — stale; latest@opentui/solidis 0.4.2. Recommend closing and letting Renovate re-issue against the latest line.presetmigration). Recommend closing.@opencode-ai/plugin1.17.9 → 1.17.11 (minor, devDep — not user-visible).---## Update — 2026-06-26
Summary
Lint, typecheck, build, unit testsSUCCESS). No fixes required.@opencode-ai/plugin >=1.14.41valid vs latest1.17.11. dev dep@opencode-ai/pluginat 1.17.9 (latest 1.17.11 — minor gap). All GitHub Actions SHA-pinned. No unreleased changeset entries (package0.12.0;.changeset/contains onlyREADME.md+config.json).@types/node24→26 major bump still tracked by PR #241 (BEHIND but mergeable, awaiting review). Other devDeps current (@biomejs/biome2.5.1,typescript6.0.3,@types/bun1.3.14,rimraf6.1.3).main:bun installclean,bun run typecheckclean,bun run buildclean,bun run test:unitclean (321 pass / 0 fail).bun run lintproduces 1 info (biome config schema2.5.0vs CLI2.5.1) → opened PR #250 to migrate schema; CI passing, awaiting merge.Tasks for Fro Bot
biome.json$schema2.5.0→2.5.1to match installed@biomejs/biome@2.5.1. Verified lint/typecheck/build/test:unit pass on the branch. (Push tomainblocked by branch protection; routed via PR.)Tasks for Copilot
Items Needing Human Attention
2.5.0→2.5.1) — awaiting review/merge. Clears the lingering lint info onmain.@types/node24→26, LTS-even major) — awaiting review/merge.@types/nodeLTS-even constraint on the autoheal prompt) — awaiting review/merge.@opentui/core→ 0.2.7) — superseded; latest@opentui/coreis 0.4.1. Recommend closing and letting Renovate re-issue against the latest line.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — stale; latest@opentui/solidis 0.4.1. Recommend closing and letting Renovate re-issue against the latest line.presetmigration). Recommend closing.@opencode-ai/plugin1.17.9 → 1.17.11 (minor, devDep — not user-visible).Update — 2026-06-25
Summary
Lint, typecheck, build, unit testsSUCCESS). No fixes required.@opencode-ai/plugin >=1.14.41valid vs latest1.17.11. dev dep@opencode-ai/pluginat 1.17.9 (latest 1.17.11 — minor gap). All GitHub Actions SHA-pinned. No unreleased changeset entries (package0.12.0;.changeset/contains onlyREADME.md+config.json).@types/node24→26 major bump still tracked by PR #241 (awaiting merge). Other devDeps current (@biomejs/biome2.5.0,typescript6.0.3,@types/bun1.3.14,rimraf6.1.3).main:bun installclean (no peer warnings),bun run typecheckclean,bun run lintclean (63 files, no fixes),bun run buildclean,bun run test:unitclean (321 pass / 0 fail).Tasks for Fro Bot
Tasks for Copilot
Items Needing Human Attention
@types/node24→26, LTS-even major) — awaiting review/merge.@types/nodeLTS-even constraint on the autoheal prompt) — awaiting review/merge.@opentui/core→ 0.2.7) — superseded; latest@opentui/coreis 0.4.1. Recommend closing and letting Renovate re-issue against the latest line.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — stale; latest@opentui/solidis 0.4.1. Recommend closing and letting Renovate re-issue against the latest line.presetmigration). Recommend closing.@opencode-ai/plugin1.17.9 → 1.17.11 (minor, devDep — not user-visible).Update — 2026-06-24
Summary
Lint, typecheck, build, unit testsSUCCESS). No fixes required.@opencode-ai/plugin >=1.14.41valid vs latest1.17.9. dev dep@opencode-ai/pluginat 1.17.8 (latest 1.17.9 — minor gap). All GitHub Actions SHA-pinned. No unreleased changeset entries (package0.12.0).@types/node24→26 major bump still tracked by PR #241 (awaiting merge). Other devDeps current or within minor (@biomejs/biome2.5.0 vs 2.5.1, typescript 6.0.3 current,@types/bun1.3.14 current,rimraf6.1.3 current).main:bun installclean (no peer warnings),bun run typecheckclean,bun run lintclean (63 files, no fixes),bun run buildclean,bun run test:unitclean (321 pass / 0 fail).Tasks for Fro Bot
Tasks for Copilot
Items Needing Human Attention
@types/node24→26, LTS-even major) — awaiting review/merge.@types/nodeLTS-even constraint on the autoheal prompt) — awaiting review/merge.@opentui/core→ 0.2.7) — superseded; latest@opentui/coreis 0.4.1. Recommend closing and letting Renovate re-issue against the latest line.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — stale; latest@opentui/solidis 0.4.1. Recommend closing and letting Renovate re-issue against the latest line.presetmigration). Recommend closing.@opencode-ai/plugin1.17.8 → 1.17.9 (minor, devDep — not user-visible).Update — 2026-06-22
Summary
@types/node24→26, LTS-even). All Actions SHA-pinned. peer dep>=1.14.41still valid vs@opencode-ai/plugin@1.17.9(latest). dev dep@opencode-ai/pluginat 1.17.8 (latest 1.17.9). No unreleased changesets.bun install,bun run typecheck,bun run lint,bun run build, andbun run test:unit(321 pass / 0 fail) all clean onmain.Tasks for Fro Bot
@types/node24.13.2 → 26.0.0 (LTS-even major per.github/renovate.json5). Verified typecheck / lint / build / test:unit pass on the branch.25major, disallowed by.github/renovate.json5, and wasCONFLICTINGagainstmain) in favor of chore(dev): update @types/node 24 → 26 (major) #241.Tasks for Copilot
Items Needing Human Attention
@types/node24→26) — awaiting review/merge.@opentui/core→ 0.2.7) — superseded;@opentui/corelatest is 0.4.1. Recommend closing.@types/nodeLTS-even constraint on the autoheal prompt) — awaiting review/merge.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — stale;@opentui/solidlatest is 0.4.1. Recommend closing and letting Renovate re-issue against the latest line.presetmigration). Recommend closing.@opencode-ai/plugin1.17.8 could be bumped to 1.17.9 (minor; devDep, not user-visible).---## Update — 2026-06-21
Summary
preset). Peer dep>=1.14.41valid vs@opencode-ai/plugin@1.17.9. Dev dep at 1.17.8 — minor gap. All Actions SHA-pinned. No unreleased changesets.@types/nodelatest 26.0.0 (current 24.x).typecheck,build,bun installall clean.lintnow fully clean — biome schema/deprecated-field infos resolved by PR #223 merge.Tasks for Fro Bot
Tasks for Copilot
Items Needing Human Attention
@types/node24→25 major bump) — awaiting review/merge. Note:@types/nodelatest is now 26.0.0; consider closing in favor of a 24→26 PR.@opentui/core→ 0.2.7) — superseded; latest is 0.4.1. Recommend closing.@types/nodeLTS constraint) — awaiting review/merge.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — stale; latest is 0.4.1. Recommend closing and opening a new PR.@opencode-ai/plugin1.17.8 could be bumped to 1.17.9 (minor).Update — 2026-06-20
Summary
>=1.14.41valid vs@opencode-ai/plugin@1.17.8(dev dep 1.17.7, could update to 1.17.8).@opentui/coreand@opentui/solidnow at 0.4.1 (current 0.2.6 — significant gap, PRs #130 and #135 are stale).@types/nodelatest 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) + deprecatedrecommendedfield → PR #223 open and passing.typecheck,build,bun installall clean.linthas 2 infos (schema mismatch + deprecatedrecommendedfield) → addressed by PR #223.Tasks for Fro Bot
Tasks for Copilot
Items Needing Human Attention
@types/node24→25 major bump) — awaiting review/merge. Note:@types/nodelatest is now 26.0.0; consider updating PR target or opening a separate PR for 26.x.@opentui/core→ 0.2.7) — superseded; latest is 0.4.1. Recommend closing.@types/nodeLTS constraint) — awaiting review/merge.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — stale; latest is 0.4.1. Recommend rebasing or closing and opening a new PR.preset) — awaiting review/merge.@opencode-ai/plugin1.17.7 could be bumped to 1.17.8 (minor).---## Update — 2026-06-19
Summary
>=1.14.41valid vs@opencode-ai/plugin@1.17.8(dev dep 1.17.7, could update).@opentui/coreand@opentui/solidnow at 0.4.1 (current 0.2.6 — significant gap, PRs #130 and #135 are stale).@types/nodelatest 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) + deprecatedrecommendedfield → PR #223 open and passing.typecheck,build,bun installall clean.linthas 2 infos (schema mismatch + deprecatedrecommendedfield) → addressed by PR #223.Tasks for Fro Bot
Tasks for Copilot
Items Needing Human Attention
@types/node24→25 major bump) — awaiting review/merge. Note:@types/nodelatest is now 26.0.0; consider updating PR target or opening a separate PR for 26.x.@opentui/core→ 0.2.7) — superseded; latest is 0.4.1. Recommend closing.@types/nodeLTS constraint) — awaiting review/merge.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — stale; latest is 0.4.1. Recommend rebasing or closing and opening a new PR.preset) — awaiting review/merge.@opencode-ai/plugin1.17.7 could be bumped to 1.17.8 (minor).Update — 2026-06-18
Summary
>=1.14.41valid vs@opencode-ai/plugin@1.17.8(dev dep is 1.17.7, could update to 1.17.8).@opentui/coreand@opentui/solidnow at 0.4.1 (current 0.2.6, PR #135 updates to 0.2.8 — may need rebase).@types/nodelatest 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) + deprecatedrecommendedfield → PR #223 open.typecheck,build,bun installall clean.linthas 2 infos (schema mismatch + deprecatedrecommendedfield) → addressed by PR #223.Tasks for Fro Bot
Tasks for Copilot
Items Needing Human Attention
@types/node24→25 major bump) — awaiting review/merge.@opentui/core→ 0.2.7) — superseded by fix(deps): update dependency @opentui/solid to v0.2.8 #135 (0.2.8). Recommend closing.@types/nodeLTS constraint) — awaiting review/merge.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — latest@opentui/core/@opentui/solidis now 0.4.1; consider rebasing to update to latest.presetmigration). Recommend closing.preset) — awaiting review/merge.Update — 2026-06-17
Summary
>=1.14.41valid vs@opencode-ai/plugin@1.17.7.@opencode-ai/sdknot a peer dep in this project. All Actions SHA-pinned. No stale changesets. Biome schema mismatch (2.4.15 vs CLI 2.5.0) + deprecatedrecommendedfield → PR #223 open.@types/node24→25 major bump → PR #127 open.typecheck,build,bun install,test:unitall clean.linthas 2 infos (schema mismatch + deprecatedrecommendedfield) → addressed by PR #223.Tasks for Fro Bot
Tasks for Copilot
Items Needing Human Attention
@types/node24→25 major bump) — awaiting review/merge.@opentui/core→ 0.2.7) — superseded by fix(deps): update dependency @opentui/solid to v0.2.8 #135 (0.2.8). Recommend closing.@types/nodeLTS constraint) — awaiting review/merge.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — passing CI, ready for merge.presetmigration). Recommend closing.preset) — awaiting review/merge.Update — 2026-06-16
Summary
recommendedfield detected. Opened PR #223 to migrate config. Peer dep>=1.14.41valid vs@opencode-ai/plugin@1.17.7. All Actions SHA-pinned. No stale changesets.typecheck,build,bun installall clean.linthad 2 infos (schema mismatch + deprecatedrecommendedfield) → fixed in PR #223.Tasks for Fro Bot
biome.jsonschema from 2.4.15 to 2.5.0 and replaced deprecatedrecommended: truewithpreset: "recommended". Supersedes stale PR #169 (which targeted 2.4.16).Tasks for Copilot
Items Needing Human Attention
@types/node24→25 major bump) — awaiting review/merge.@opentui/core→ 0.2.7) — superseded by #135 (0.2.8). Recommend closing.@types/nodeLTS constraint) — awaiting review/merge.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — passing CI, ready for merge.presetmigration). Recommend closing.preset) — awaiting review/merge.Update — 2026-06-15
Summary
>=1.14.41valid vs@opencode-ai/plugin@1.17.7. All Actions SHA-pinned. No stale changesets.2.4.15/recommendedto2.5.0/preset. All checks now clean on main.Tasks for Fro Bot
recommended→preset).Tasks for Copilot
Items Needing Human Attention
@types/node24→25 major bump) — awaiting review/merge.@opentui/core→ 0.2.7) — superseded by #135 (0.2.8). Recommend closing.@types/nodeLTS constraint) — awaiting review/merge.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — passing CI, ready for merge.preset) — passing CI, awaiting review/merge.Update — 2026-06-14
Summary
>=1.14.41valid vs@opencode-ai/plugin@1.17.6. All Actions SHA-pinned. No stale changesets.typecheck,build,bun installclean.linthas 1 info (schema 2.4.15 vs CLI 2.4.16 → PR #169).Tasks for Fro Bot
Tasks for Copilot
Items Needing Human Attention
@types/node24→25 major bump) — awaiting review/merge.@opentui/core→ 0.2.7) — superseded by #135 (0.2.8). Recommend closing.@types/nodeLTS constraint) — awaiting review/merge.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — passing CI, ready for merge.Update — 2026-06-13
Summary
>=1.14.41valid vs@opencode-ai/plugin@1.17.4. All Actions SHA-pinned. No stale changesets.typecheck,build,bun installclean.linthas 1 info (schema 2.4.15 vs CLI 2.4.16 → PR #169).Tasks for Fro Bot
Tasks for Copilot
Items Needing Human Attention
@types/node24→25 major bump) — awaiting review/merge.@opentui/core→ 0.2.7) — superseded by #135 (0.2.8). Recommend closing.@types/nodeLTS constraint) — awaiting review/merge.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — passing CI, ready for merge.Update — 2026-06-12
Summary
>=1.14.41valid vs@opencode-ai/plugin@1.17.4. All Actions SHA-pinned. No stale changesets.typecheck,build,bun installclean.linthas 1 info (schema 2.4.15 vs CLI 2.4.16 → PR #169).Tasks for Fro Bot
Tasks for Copilot
Items Needing Human Attention
@types/node24→25 major bump) — awaiting review/merge.@opentui/core→ 0.2.7) — superseded by #135 (0.2.8). Recommend closing.@types/nodeLTS constraint) — awaiting review/merge.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — passing CI, ready for merge.Update — 2026-06-11
Summary
>=1.14.41valid vs@opencode-ai/plugin@1.17.3. All Actions SHA-pinned. No stale changesets.typecheck,build,bun installclean.linthas 1 info (schema 2.4.15 vs CLI 2.4.16 → PR #169).Tasks for Fro Bot
Tasks for Copilot
Items Needing Human Attention
@types/node24→25 major bump) — awaiting review/merge.@opentui/core→ 0.2.7) — superseded by #135 (0.2.8). Recommend closing.@types/nodeLTS constraint) — awaiting review/merge.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — passing CI, ready for merge.Update — 2026-06-10
Summary
>=1.14.41valid vs@opencode-ai/plugin@1.17.2. All Actions SHA-pinned. No stale changesets.typecheck,build,bun installclean.linthas 1 info (schema 2.4.15 vs CLI 2.4.16 → PR #169).Tasks for Fro Bot
Tasks for Copilot
Items Needing Human Attention
@types/node24→25 major bump) — awaiting review/merge.@opentui/core→ 0.2.7) — superseded by #135 (0.2.8). Recommend closing.@types/nodeLTS constraint) — awaiting review/merge.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — passing CI, ready for merge.Update — 2026-06-09
Summary
>=1.14.41valid vs@opencode-ai/plugin@1.16.2. All Actions SHA-pinned. No stale changesets.typecheck,build,bun installclean.linthas 1 info (schema 2.4.15 vs CLI 2.4.16 → PR #169).Tasks for Fro Bot
Tasks for Copilot
Items Needing Human Attention
@types/node24→25 major bump) — awaiting review/merge.@opentui/core→ 0.2.7) — superseded by #135 (0.2.8). Recommend closing.@types/nodeLTS constraint) — awaiting review/merge.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — passing CI, ready for merge.Update — 2026-06-08
Summary
>=1.14.41valid vs@opencode-ai/plugin@1.16.2. All Actions SHA-pinned. No stale changesets.typecheck,build,bun installclean.linthas 1 info (schema 2.4.15 vs CLI 2.4.16 → PR #169).Tasks for Fro Bot
Tasks for Copilot
Items Needing Human Attention
@types/node24→25 major bump) — awaiting review/merge.@opentui/core→ 0.2.7) — superseded by #135 (0.2.8). Recommend closing.@types/nodeLTS constraint) — awaiting review/merge.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — passing CI, ready for merge.Update — 2026-06-07
Summary
>=1.14.41valid vs@opencode-ai/plugin@1.16.2. All Actions SHA-pinned. No stale changesets.typecheck,build,bun installclean.linthas 1 info (schema 2.4.15 vs CLI 2.4.16 → PR #169).Tasks for Fro Bot
Tasks for Copilot
Items Needing Human Attention
@types/node24→25 major bump) — awaiting review/merge.@opentui/core→ 0.2.7) — superseded by #135 (0.2.8). Recommend closing.@types/nodeLTS constraint) — awaiting review/merge.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — passing CI, ready for merge.Update — 2026-06-06
Summary
>=1.14.41valid vs@opencode-ai/plugin@1.16.2. All Actions SHA-pinned. No stale changesets.typecheck,build,bun installclean.linthas 1 info (schema 2.4.15 vs CLI 2.4.16 → PR #169).Tasks for Fro Bot
Tasks for Copilot
Items Needing Human Attention
@types/node24→25 major bump) — awaiting review/merge.@opentui/core→ 0.2.7) — superseded by #135 (0.2.8). Recommend closing.@types/nodeLTS constraint) — awaiting review/merge.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — passing CI, ready for merge.Update — 2026-06-05
Summary
>=1.14.41valid vs@opencode-ai/plugin@1.15.13. All Actions SHA-pinned. No stale changesets.typecheck,build,bun installclean.linthas 1 info (schema 2.4.15 vs CLI 2.4.16 → PR #169).Tasks for Fro Bot
Tasks for Copilot
Items Needing Human Attention
@types/node24→25 major bump) — awaiting review/merge.@opentui/core→ 0.2.7) — superseded by #135 (0.2.8). Recommend closing.@types/nodeLTS constraint) — awaiting review/merge.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — passing CI, ready for merge.Update — 2026-06-04
Summary
>=1.14.41valid vs@opencode-ai/plugin@1.15.13. All Actions SHA-pinned. No stale changesets.typecheck,build,bun installclean.linthas 1 info (schema 2.4.15 vs CLI 2.4.16 → PR #169).Tasks for Fro Bot
Tasks for Copilot
Items Needing Human Attention
@types/node24→25 major bump) — awaiting review/merge.@opentui/core→ 0.2.7) — superseded by #135 (0.2.8). Recommend closing.@types/nodeLTS constraint) — awaiting review/merge.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — passing CI, ready for merge.Update — 2026-06-03
Summary
>=1.14.41valid vs@opencode-ai/plugin@1.15.13. All Actions SHA-pinned. No stale changesets.typecheck,build,bun installclean.linthas 1 info (schema 2.4.15 vs CLI 2.4.16 → PR #169).Tasks for Fro Bot
Tasks for Copilot
Items Needing Human Attention
@types/node24→25 major bump) — awaiting review/merge.@opentui/core→ 0.2.7) — superseded by #135 (0.2.8). Recommend closing.@types/nodeLTS constraint) — awaiting review/merge.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — passing CI, ready for merge.Update — 2026-06-02
Summary
>=1.14.41valid vs@opencode-ai/plugin@1.15.13. All Actions SHA-pinned. No stale changesets.typecheck,build,bun installclean.linthas 1 info (schema 2.4.15 vs CLI 2.4.16 → PR #169).Tasks for Fro Bot
Tasks for Copilot
Items Needing Human Attention
@types/node24→25 major bump) — awaiting review/merge.@opentui/core→ 0.2.7) — superseded by #135 (0.2.8). Recommend closing.@types/nodeLTS constraint) — awaiting review/merge.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — passing CI, ready for merge.Update — 2026-06-01
Summary
>=1.14.41valid 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.typecheck,build,bun installall pass on main.linthas 1 info warning (schema 2.4.15 vs CLI 2.4.16 → PR #169).Tasks for Fro Bot
Tasks for Copilot
Items Needing Human Attention
@types/node24→25 major bump) — awaiting review/merge.@opentui/core→ 0.2.7) — superseded by #135 (0.2.8). Recommend closing.@types/nodeLTS constraint) — awaiting review/merge.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — passing CI, ready for merge.Update — 2026-05-31
Summary
$schemawas 2.4.15 but CLI is 2.4.16. PR #169 opened to fix. Peer dep>=1.14.41valid vs@opencode-ai/plugin@1.15.13. All Actions SHA-pinned. No stale changesets.typecheck,lint(info warning → PR #169),build,bun installall pass on main.Tasks for Fro Bot
Tasks for Copilot
Items Needing Human Attention
@types/node24→25 major bump) — awaiting review/merge.@opentui/core→ 0.2.7) — superseded by #135 (0.2.8). Recommend closing.@types/nodeLTS constraint) — awaiting review/merge.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — passing CI, ready for merge.Update — 2026-05-30
Summary
>=1.14.41valid vs@opencode-ai/plugin@1.15.12. All Actions SHA-pinned. No pending changesets.typecheck,lint(63 files, clean),build,bun installall pass on main.Tasks for Fro Bot
Tasks for Copilot
Items Needing Human Attention
@types/node24→25 major bump) — awaiting review/merge.@opentui/core→ 0.2.7) — superseded by #135 (0.2.8). Recommend closing.@types/nodeLTS constraint) — awaiting review/merge.@opentui/solid→ 0.2.8 with@opentui/coreco-bump) — passing CI, ready for merge.