Skip to content

Conversation

@veracioux
Copy link
Contributor

@veracioux veracioux commented Oct 25, 2025

Prolly gonna rebase and resolve conflicts that are likely to arise with the opentui branch.

  • Side effect: Added validation of model, which prevents a crash when you select an agent with a nonexistent model

(still need to test thoroughly)

Test matrix:

  • bun dev
  • bun dev --agent existing
  • bun dev --agent nonexistent # warning toast
  • bun dev --agent existing-with-wrong-model # warning toast
  • bun dev --model existing
  • bun dev --model existing --agent existing
  • bun dev --model existing --agent nonexistent # warning toast
  • bun dev --model existing --agent existing-with-wrong-model # warning toast
  • bun dev --model nonexistent # warning toast
  • bun dev --model nonexistent --agent existing # warning toast
  • bun dev --model nonexistent --agent nonexistent # warning toast
  • bun dev --model nonexistent --agent existing-with-wrong-model # warning toast

@veracioux veracioux marked this pull request as draft October 25, 2025 15:24
@veracioux veracioux closed this Oct 27, 2025
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.

1 participant