Draft: teleport UI — import picker and export button - #11
Conversation
The UI can list, import, and export native sessions. Until a format adapter is registered, the picker stays empty and export fails closed. Co-authored-by: aanishbhirud <aanishbhirud@gmail.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Keep personal project directories out of the public diff. Co-authored-by: aanishbhirud <aanishbhirud@gmail.com>
Co-authored-by: aanishbhirud <aanishbhirud@gmail.com>
Thread transfer impact
This comment will update automatically after the next completed run. |
What Changed
The teleport UI: Import from shell on the new-thread / sessions view, Export to CLI in the chat header, and composer send disabled while presence is native.
Presence swaps Import and Export so T3 and the native CLI are not both writers. Until a format adapter is registered, the picker is empty and export fails closed.
Why
The backend engine is not usable without the picker and export control.
Stack
UI Changes
Import lives on the new-thread / sessions view. Export lives in the chat header. Composer send is disabled while the thread is in the native CLI.
Checklist