mirror of
https://github.com/openai/codex.git
synced 2026-05-06 06:12:59 +03:00
Support featured plugins (#15042)
This commit is contained in:
@@ -270,6 +270,10 @@ impl ThreadManager {
|
||||
self.state.session_source.clone()
|
||||
}
|
||||
|
||||
pub fn auth_manager(&self) -> Arc<AuthManager> {
|
||||
self.state.auth_manager.clone()
|
||||
}
|
||||
|
||||
pub fn skills_manager(&self) -> Arc<SkillsManager> {
|
||||
self.state.skills_manager.clone()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user