(agentSetting: string)
| 2859 | * Cache-only here to avoid creating metadata-only session files at startup. |
| 2860 | */ |
| 2861 | export function saveAgentSetting(agentSetting: string): void { |
| 2862 | getProject().currentSessionAgentSetting = agentSetting |
| 2863 | } |
| 2864 | |
| 2865 | /** |
| 2866 | * Cache a session title set at startup (--name). Written to disk by |
no test coverage detected