Merge pull request #1754 from LupoGrigi0/fix/release-v0.1.8-build-errors

fix(build): remove duplicate ModelProviderConfig and fix App.tsx destructure (RMN-298)
This commit is contained in:
Argenis 2026-03-03 19:48:55 -05:00 committed by GitHub
commit 1a371c9ca9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -439,7 +439,6 @@ pub struct ProviderConfig {
#[serde(default)]
pub transport: Option<String>,
}
// ── Delegate Agents ──────────────────────────────────────────────
/// Configuration for a delegate sub-agent used by the `delegate` tool.