Skip to content

fix(cli): centralize provider executable resolution - #21

Merged
howdeploy merged 4 commits into
howdeploy:mainfrom
cododel:feat/session-error-details
Aug 23, 2026
Merged

fix(cli): centralize provider executable resolution#21
howdeploy merged 4 commits into
howdeploy:mainfrom
cododel:feat/session-error-details

Conversation

@cododel

@cododel cododel commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Show complete failed-session diagnostics on hover or keyboard focus, with a copy action.
  • Resolve provider CLI executables once at startup and reuse the same absolute launcher across terminal, limits, and agent-browser flows.
  • Add packaged macOS smoke coverage for minimal-PATH CLI discovery and structured missing-CLI failures.

Verification

  • npm test (420/420)
  • npm run typecheck
  • npm run build
  • npm run package:mac
  • npm run smoke:cli-resolution:mac
  • npm run audit:secrets

Closes #20

@cododel
cododel force-pushed the feat/session-error-details branch from a3dd29e to 3d324ba Compare August 22, 2026 17:19
@howdeploy
howdeploy merged commit 1ea8d53 into howdeploy:main Aug 23, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Packaged macOS builds fail to detect installed provider CLIs

2 participants