Expand description
API resource modules, one per endpoint group.
Re-exports§
pub use config::Agent;pub use config::AgentConfig;pub use config::Config;pub use config::ConfigResource;pub use config::Experimental;pub use config::Hook;pub use config::HookCommand;pub use config::KeybindsConfig;pub use config::Layout;pub use config::McpConfig;pub use config::McpLocalConfig;pub use config::McpRemoteConfig;pub use config::ModeConfig;pub use config::ModeMap;pub use config::ProviderConfig;pub use config::ProviderModelConfig;pub use config::ProviderOptions;pub use app::*;pub use event::*;pub use file::*;pub use find::*;pub use session::*;pub use shared::*;pub use tui::*;
Modules§
- app
- App resource types and methods mirroring the JS SDK’s
resources/app.ts. - config
- Config resource types and methods mirroring the JS SDK’s
resources/config.ts. - event
- Event resource types and the
EventResourcestruct. - file
- File resource types and methods mirroring the JS SDK’s
resources/file.ts. - find
- Find resource types and methods mirroring the JS SDK’s
resources/find.ts. - session
- Session resource types and methods mirroring the JS SDK’s
resources/session.ts. - shared
- Shared domain types mirroring the JS SDK’s
resources/shared.ts. - tui
- Tui resource types and methods mirroring the JS SDK’s
resources/tui.ts.