fix: remove duplicated parallel FeatureSpec (#7823)

regression: #7589

Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
This commit is contained in:
Koichi Shiraishi 2025-12-11 03:23:01 +09:00 committed by GitHub
parent bd51d1b103
commit 9f40d6eeeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -339,12 +339,6 @@ pub const FEATURES: &[FeatureSpec] = &[
stage: Stage::Experimental,
default_enabled: false,
},
FeatureSpec {
id: Feature::ParallelToolCalls,
key: "parallel",
stage: Stage::Experimental,
default_enabled: false,
},
FeatureSpec {
id: Feature::Skills,
key: "skills",