pub enum SettingName {
Show 17 variants
ActiveProjectId,
ActiveTab,
AutoApproveOrchestrationResearch,
DefaultFastAgent,
DefaultFastModel,
DefaultFastReasoningLevel,
DefaultReviewAgent,
DefaultReviewModel,
DefaultReviewReasoningLevel,
DefaultSmartAgent,
DefaultSmartModel,
DefaultSmartReasoningLevel,
IncludeCoauthoredByAgentty,
LaunchConfiguration,
LastUsedModelAsDefault,
OrchestrationParallelism,
Theme,
}Expand description
Stable keys used in the setting and project_setting tables.
Variants§
ActiveProjectId
Persists the active project selection.
ActiveTab
Persists the active list tab selection.
AutoApproveOrchestrationResearch
Persists whether research-only orchestration waves start immediately.
DefaultFastAgent
Persists the provider that owns the fast-model default.
DefaultFastModel
Persists the project or global fast-model selection.
DefaultFastReasoningLevel
Persists the reasoning level paired with the fast-model default.
DefaultReviewAgent
Persists the provider that owns the review-model default.
DefaultReviewModel
Persists the project or global review-model selection.
DefaultReviewReasoningLevel
Persists the reasoning level paired with the review-model default.
DefaultSmartAgent
Persists the provider that owns the smart-model default.
DefaultSmartModel
Persists the project or global smart-model selection.
DefaultSmartReasoningLevel
Persists the reasoning level paired with the smart-model default.
Persists whether generated session commits append the Agentty coauthor trailer.
LaunchConfiguration
Persists the configured launch-configuration override.
LastUsedModelAsDefault
Persists whether the last used model should become the default.
OrchestrationParallelism
Persists how many orchestration children may run at once.
Theme
Persists the active terminal color theme.
Implementations§
Trait Implementations§
Source§impl Clone for SettingName
impl Clone for SettingName
Source§fn clone(&self) -> SettingName
fn clone(&self) -> SettingName
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreimpl Copy for SettingName
Source§impl Debug for SettingName
impl Debug for SettingName
Source§impl Display for SettingName
impl Display for SettingName
impl Eq for SettingName
Source§impl PartialEq for SettingName
impl PartialEq for SettingName
impl StructuralPartialEq for SettingName
Auto Trait Implementations§
impl Freeze for SettingName
impl RefUnwindSafe for SettingName
impl Send for SettingName
impl Sync for SettingName
impl Unpin for SettingName
impl UnsafeUnpin for SettingName
impl UnwindSafe for SettingName
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key and return true if they are equal.