File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 6565 "propertyNames" : {
6666 "type" : " string" ,
6767 "enum" : [
68+ " OmO" ,
6869 " oracle" ,
6970 " librarian" ,
7071 " explore" ,
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ const AgentPermissionSchema = z.object({
1717} )
1818
1919export const BuiltinAgentNameSchema = z . enum ( [
20+ "OmO" ,
2021 "oracle" ,
2122 "librarian" ,
2223 "explore" ,
@@ -27,6 +28,7 @@ export const BuiltinAgentNameSchema = z.enum([
2728
2829export const OverridableAgentNameSchema = z . enum ( [
2930 "build" ,
31+ "OmO" ,
3032 "oracle" ,
3133 "librarian" ,
3234 "explore" ,
@@ -76,6 +78,7 @@ export const AgentOverrideConfigSchema = z.object({
7678
7779export const AgentOverridesSchema = z . object ( {
7880 build : AgentOverrideConfigSchema . optional ( ) ,
81+ OmO : AgentOverrideConfigSchema . optional ( ) ,
7982 oracle : AgentOverrideConfigSchema . optional ( ) ,
8083 librarian : AgentOverrideConfigSchema . optional ( ) ,
8184 explore : AgentOverrideConfigSchema . optional ( ) ,
You can’t perform that action at this time.
0 commit comments