fix: remove duplicated parallel FeatureSpec (#7823)
regression: #7589 Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
This commit is contained in:
parent
bd51d1b103
commit
9f40d6eeeb
1 changed files with 0 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue