feat(config): auto-enable configured plugins
This commit is contained in:
@@ -8,6 +8,12 @@ import { CommandsSchema, MessagesSchema, SessionSchema } from "./zod-schema.sess
|
||||
|
||||
export const ClawdbotSchema = z
|
||||
.object({
|
||||
meta: z
|
||||
.object({
|
||||
lastTouchedVersion: z.string().optional(),
|
||||
lastTouchedAt: z.string().optional(),
|
||||
})
|
||||
.optional(),
|
||||
env: z
|
||||
.object({
|
||||
shellEnv: z
|
||||
|
||||
Reference in New Issue
Block a user