Requirement
panel-sessions.html:234 has hardcoded :disabled="true", making the convert button permanently unclickable. Remove :disabled="true", bind to actual availability check. On click, call convertSession API -> show progress -> auto-refresh session list on completion -> highlight new derived session.
Verification
- Open any session -> Convert button is clickable (not greyed out)
- Click -> see "Converting..." -> session list refreshes with new derived session on completion
- Derived session detail page shows "Converted from Codex/Claude" label
Requirement
panel-sessions.html:234has hardcoded:disabled="true", making the convert button permanently unclickable. Remove:disabled="true", bind to actual availability check. On click, callconvertSessionAPI -> show progress -> auto-refresh session list on completion -> highlight new derived session.Verification