feat: add chat sharing foundation (#25041)

This commit is contained in:
Danielle Maywood
2026-05-18 22:32:05 +01:00
committed by GitHub
parent 2732378da2
commit 170a6e1fe9
49 changed files with 1872 additions and 103 deletions
+5
View File
@@ -14668,6 +14668,7 @@ const docTemplate = `{
"chat:create",
"chat:delete",
"chat:read",
"chat:share",
"chat:update",
"coder:all",
"coder:apikeys.manage_self",
@@ -14888,6 +14889,7 @@ const docTemplate = `{
"APIKeyScopeChatCreate",
"APIKeyScopeChatDelete",
"APIKeyScopeChatRead",
"APIKeyScopeChatShare",
"APIKeyScopeChatUpdate",
"APIKeyScopeCoderAll",
"APIKeyScopeCoderApikeysManageSelf",
@@ -17879,6 +17881,9 @@ const docTemplate = `{
"derp": {
"$ref": "#/definitions/codersdk.DERP"
},
"disable_chat_sharing": {
"type": "boolean"
},
"disable_owner_workspace_exec": {
"type": "boolean"
},
+5
View File
@@ -13120,6 +13120,7 @@
"chat:create",
"chat:delete",
"chat:read",
"chat:share",
"chat:update",
"coder:all",
"coder:apikeys.manage_self",
@@ -13340,6 +13341,7 @@
"APIKeyScopeChatCreate",
"APIKeyScopeChatDelete",
"APIKeyScopeChatRead",
"APIKeyScopeChatShare",
"APIKeyScopeChatUpdate",
"APIKeyScopeCoderAll",
"APIKeyScopeCoderApikeysManageSelf",
@@ -16219,6 +16221,9 @@
"derp": {
"$ref": "#/definitions/codersdk.DERP"
},
"disable_chat_sharing": {
"type": "boolean"
},
"disable_owner_workspace_exec": {
"type": "boolean"
},