refactor: move inbound config
This commit is contained in:
@@ -16,7 +16,7 @@ import {
|
||||
} from "../config/sessions.js";
|
||||
import type { ThinkLevel, VerboseLevel } from "./thinking.js";
|
||||
|
||||
type AgentConfig = NonNullable<ClawdisConfig["inbound"]>["agent"];
|
||||
type AgentConfig = NonNullable<ClawdisConfig["agent"]>;
|
||||
|
||||
type StatusArgs = {
|
||||
agent: AgentConfig;
|
||||
|
||||
Reference in New Issue
Block a user