pub enum Feature {
ShellTool,
Subagents,
WebSearch,
ApplyPatch,
Mcp,
ExecPolicy,
}Expand description
Unique features toggled via configuration.
Variants§
ShellTool
Enable the default shell tool.
Subagents
Enable background sub-agent tooling.
WebSearch
Enable web search tool.
ApplyPatch
Enable apply_patch tool.
Mcp
Enable MCP tools.
ExecPolicy
Enable execpolicy integration/tooling.
Implementations§
Trait Implementations§
impl Copy for Feature
impl Eq for Feature
Source§impl Ord for Feature
impl Ord for Feature
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Feature
impl PartialOrd for Feature
impl StructuralPartialEq for Feature
Auto Trait Implementations§
impl Freeze for Feature
impl RefUnwindSafe for Feature
impl Send for Feature
impl Sync for Feature
impl Unpin for Feature
impl UnsafeUnpin for Feature
impl UnwindSafe for Feature
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more