fix(rebase): unify agent config and remove duplicate fields

This commit is contained in:
Chummy 2026-02-17 00:56:06 +08:00
parent 413ecfd143
commit e005b6d9e4
2 changed files with 7 additions and 26 deletions

View file

@ -128,7 +128,6 @@ pub fn run_wizard() -> Result<Config> {
identity: crate::config::IdentityConfig::default(),
cost: crate::config::CostConfig::default(),
peripherals: crate::config::PeripheralsConfig::default(),
agent: crate::config::AgentConfig::default(),
agents: std::collections::HashMap::new(),
hardware: hardware_config,
};
@ -333,7 +332,6 @@ pub fn run_quick_setup(
identity: crate::config::IdentityConfig::default(),
cost: crate::config::CostConfig::default(),
peripherals: crate::config::PeripheralsConfig::default(),
agent: crate::config::AgentConfig::default(),
agents: std::collections::HashMap::new(),
hardware: crate::config::HardwareConfig::default(),
};