mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 15:54:32 +00:00
Agents: sanitize skill env overrides
This commit is contained in:
@@ -152,7 +152,7 @@ export type GroupKeyResolution = {
|
||||
|
||||
export type SessionSkillSnapshot = {
|
||||
prompt: string;
|
||||
skills: Array<{ name: string; primaryEnv?: string }>;
|
||||
skills: Array<{ name: string; primaryEnv?: string; requiredEnv?: string[] }>;
|
||||
/** Normalized agent-level filter used to build this snapshot; undefined means unrestricted. */
|
||||
skillFilter?: string[];
|
||||
resolvedSkills?: Skill[];
|
||||
|
||||
Reference in New Issue
Block a user