MCPcopy Create free account
hub / github.com/RioArisk/claudecode_api_RemoteControl / updateHeaderInfo

Function updateHeaderInfo

app/src/modules/renderer.js:235–240  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

233}
234
235export function updateHeaderInfo() {
236 const pathStr = shortenPath(S.cwd);
237 const model = formatModel(S.model);
238 $('title').textContent = pathStr || 'Claude Remote';
239 $('header-model').textContent = model;
240}
241
242// ---- Turn state ----
243export function cacheTurnState(state) {

Callers 5

resetAppStateFunction · 0.90
syncSessionStateFunction · 0.90
connectFunction · 0.90
syncConfirmedModelFunction · 0.70
restoreSessionCacheFunction · 0.70

Calls 3

shortenPathFunction · 0.90
formatModelFunction · 0.90
$Function · 0.90

Tested by

no test coverage detected