[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:
@@ -267,6 +267,7 @@ export default {
|
||||
noVisibleMessages: '사람이 볼 수 있는 메시지가 없습니다.',
|
||||
monitorRoleUser: '사용자',
|
||||
monitorRoleAssistant: '어시스턴트',
|
||||
copySessionLink: '세션 링크 복사',
|
||||
copySessionId: '세션 ID 복사',
|
||||
export: '내보내기',
|
||||
exportFull: '전체 내보내기 (JSON)',
|
||||
@@ -1194,6 +1195,7 @@ export default {
|
||||
roomDeleted: '방이 삭제되었습니다',
|
||||
roomCloned: '방이 복제되었습니다',
|
||||
cloneRoom: '방 복제',
|
||||
copyRoomLink: '방 링크 복사',
|
||||
deleteRoomConfirm: '이 방을 삭제하시겠습니까?',
|
||||
clearContext: '컨텍스트 지우기',
|
||||
clearContextConfirm: '이 방의 컨텍스트를 지우시겠습니까? 메시지와 압축 스냅샷은 삭제되고 에이전트와 멤버는 유지됩니다.',
|
||||
|
||||
Reference in New Issue
Block a user