()
| 233 | } |
| 234 | |
| 235 | export 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 ---- |
| 243 | export function cacheTurnState(state) { |
no test coverage detected