fix: use 'provider' argument name to match Rust command signature #31

Merged
sarman merged 1 commits from bug/ai-provider-save into master 2026-04-09 19:44:42 +00:00
Owner
  • Update saveAiProviderCmd to pass { provider: config } instead of { config }

The Rust command expects 'provider' parameter, but frontend was sending 'config'.
This mismatch caused 'invalid args provider for command save_ai_provider' error.

- Update saveAiProviderCmd to pass { provider: config } instead of { config } The Rust command expects 'provider' parameter, but frontend was sending 'config'. This mismatch caused 'invalid args provider for command save_ai_provider' error.
sarman added 1 commit 2026-04-09 19:18:37 +00:00
fix: use 'provider' argument name to match Rust command signature
All checks were successful
Test / frontend-tests (pull_request) Successful in 1m2s
Test / frontend-typecheck (pull_request) Successful in 1m10s
Test / rust-fmt-check (pull_request) Successful in 2m22s
Test / rust-clippy (pull_request) Successful in 18m48s
Test / rust-tests (pull_request) Successful in 20m4s
b6e68be959
- Update saveAiProviderCmd to pass { provider: config } instead of { config }

The Rust command expects 'provider' parameter, but frontend was sending 'config'.
This mismatch caused 'invalid args provider for command save_ai_provider' error.
sarman merged commit 859d7a0da8 into master 2026-04-09 19:44:42 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sarman/tftsr-devops_investigation#31
No description provided.