Summary
Terminal tab title showed OC | hackbrowser: https://... instead of CS | ... when a session had a custom title.
Root cause
Hardcoded OC prefix in packages/cyberstrike/src/cli/cmd/tui/app.tsx line 277.
Fix
306ca9c — Changed OC → CS in renderer.setTerminalTitle().
Summary
Terminal tab title showed
OC | hackbrowser: https://...instead ofCS | ...when a session had a custom title.Root cause
Hardcoded
OCprefix inpackages/cyberstrike/src/cli/cmd/tui/app.tsxline 277.Fix
306ca9c— ChangedOC→CSinrenderer.setTerminalTitle().