[codex] Fix profile-aware session deep links (#962)
* feat: add session deep links for chats * feat: add deep links for history and group chat * Fix profile-aware session deep links --------- Co-authored-by: Maxim Kirilyuk <werserk@inbox.ru>
This commit is contained in:
@@ -283,6 +283,7 @@ export default {
|
||||
noVisibleMessages: '没有人类可见消息。',
|
||||
monitorRoleUser: '用户',
|
||||
monitorRoleAssistant: '助手',
|
||||
copySessionLink: '复制会话链接',
|
||||
copySessionId: '复制会话 ID',
|
||||
export: '导出',
|
||||
exportFull: '全量导出 (JSON)',
|
||||
@@ -1129,6 +1130,7 @@ export default {
|
||||
roomDeleted: '房间已删除',
|
||||
roomCloned: '房间已克隆',
|
||||
cloneRoom: '克隆房间',
|
||||
copyRoomLink: '复制房间链接',
|
||||
deleteRoomConfirm: '确定删除这个房间吗?',
|
||||
clearContext: '清理上下文',
|
||||
clearContextConfirm: '确定清理当前房间上下文吗?消息和压缩快照会被删除,智能体和成员会保留。',
|
||||
|
||||
Reference in New Issue
Block a user