Visibillty playground (#6152)

* feat: add chat visibility controls and improve quote reader permissions (#6102)

* feat: add chat visibility controls and improve quote reader permissions

* fix test

* zod

* fix

* test & openapi

* frontend filter

* update name

* fix

* fix

* rename variables

* fix

* test

* fix build

* fix

* fix

---------

Co-authored-by: archer <545436317@qq.com>

* perf: init shell

---------

Co-authored-by: heheer <heheer@sealos.io>
This commit is contained in:
Archer
2025-12-26 15:49:18 +08:00
committed by GitHub
parent 5547d9177f
commit 5dab0b066b
5 changed files with 34 additions and 206 deletions
+6 -1
View File
@@ -85,7 +85,12 @@ const OutLinkSchema = new Schema({
},
defaultResponse: {
type: String
}
},
//@deprecated
responseDetail: Boolean,
showNodeStatus: Boolean,
showRawSource: Boolean
});
OutLinkSchema.virtual('associatedApp', {