File tree Expand file tree Collapse file tree 1 file changed +27
-3
lines changed Expand file tree Collapse file tree 1 file changed +27
-3
lines changed Original file line number Diff line number Diff line change @@ -56,14 +56,37 @@ const DEFAULT_MOCK_CORE_RESPONSES: MockResponses = {
5656 } ,
5757 } ,
5858 "config/getSerializedProfileInfo" : {
59- organizations : [ ] ,
60- profileId : "test-profile" ,
59+ organizations : [
60+ {
61+ id : "personal" ,
62+ profiles : [
63+ {
64+ title : "Local Agent" ,
65+ id : "local" ,
66+ errors : [ ] ,
67+ profileType : "local" ,
68+ uri : "" ,
69+ iconUrl : "" ,
70+ fullSlug : {
71+ ownerSlug : "" ,
72+ packageSlug : "" ,
73+ versionSlug : "" ,
74+ } ,
75+ } ,
76+ ] ,
77+ slug : "" ,
78+ selectedProfileId : "local" ,
79+ name : "Personal" ,
80+ iconUrl : "" ,
81+ } ,
82+ ] ,
83+ profileId : "local" ,
6184 result : {
6285 config : undefined ,
6386 errors : [ ] ,
6487 configLoadInterrupted : false ,
6588 } ,
66- selectedOrgId : "local " ,
89+ selectedOrgId : "personal " ,
6790 } ,
6891 "chatDescriber/describe" : "Session summary" ,
6992 applyToFile : undefined ,
@@ -102,6 +125,7 @@ const DEFAULT_MOCK_CORE_RESPONSES: MockResponses = {
102125 } ,
103126 } ,
104127 ] ,
128+ listBackgroundAgents : [ ] ,
105129} ;
106130
107131const DEFAULT_MOCK_CORE_RESPONSE_HANDLERS : MockResponseHandlers = {
You can’t perform that action at this time.
0 commit comments