feat(apps): rewind and fork a session from native chat bubbles (#110886)

* feat(apps): rewind and fork a session from native chat bubbles

* docs(apps): note lease-parity contract on message fork dispatch

* fix(apps): native i18n inventory sync and doc-comment style for bubble actions

* fix(apps): translate native bubble action strings across locales

* fix(apps): refresh generated iOS localization catalog after rebase
This commit is contained in:
Peter Steinberger
2026-07-18 17:52:03 -07:00
committed by GitHub
parent 47afe8f88f
commit 593ac4ae0c
36 changed files with 1075 additions and 24 deletions
@@ -423,6 +423,10 @@ import {
SessionsCompactionListResultSchema,
SessionsCompactionRestoreParamsSchema,
SessionsCompactionRestoreResultSchema,
SessionsForkParamsSchema,
SessionsForkResultSchema,
SessionsRewindParamsSchema,
SessionsRewindResultSchema,
SessionFileBrowserEntrySchema,
SessionFileBrowserResultSchema,
SessionCompactionCheckpointSchema,
@@ -688,6 +692,10 @@ export const ProtocolSchemas = {
SessionsCompactionGetResult: SessionsCompactionGetResultSchema,
SessionsCompactionBranchResult: SessionsCompactionBranchResultSchema,
SessionsCompactionRestoreResult: SessionsCompactionRestoreResultSchema,
SessionsRewindParams: SessionsRewindParamsSchema,
SessionsRewindResult: SessionsRewindResultSchema,
SessionsForkParams: SessionsForkParamsSchema,
SessionsForkResult: SessionsForkResultSchema,
SessionFileBrowserEntry: SessionFileBrowserEntrySchema,
SessionFileBrowserResult: SessionFileBrowserResultSchema,
SessionFileKind: SessionFileKindSchema,