[codex] Add group chat room reset and clone (#756)
* Add group chat room reset and clone * Clean npm cache before self update
This commit is contained in:
@@ -953,7 +953,12 @@ export default {
|
||||
members: 'members',
|
||||
roomCreated: 'Room created',
|
||||
roomDeleted: 'Room deleted',
|
||||
roomCloned: 'Room cloned',
|
||||
cloneRoom: 'Clone room',
|
||||
deleteRoomConfirm: 'Delete this room?',
|
||||
clearContext: 'Clear context',
|
||||
clearContextConfirm: 'Clear this room context? Messages and compression snapshots will be removed, but agents and members stay.',
|
||||
contextCleared: 'Context cleared',
|
||||
you: 'You',
|
||||
joined: 'Joined room',
|
||||
joinFailed: 'Failed to join room',
|
||||
|
||||
Reference in New Issue
Block a user