v1.2.1: UX fixes for tool display, shell access, and session restore
- Show "File changes" label on collapsed code diff views when no title - Reinforce shell command availability in agent system prompt - Persist working directory for agent/viewer panes on session save - Remove unused make_nsstring import Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
1526a7df7e
commit
ec99146ccc
@@ -426,7 +426,7 @@ impl PaneContent for TerminalPane {
|
||||
|
||||
LeafContents::Terminal(TerminalPaneSnapshot {
|
||||
uuid: self.uuid.clone(),
|
||||
cwd: None,
|
||||
cwd: view.pwd_if_local(app),
|
||||
is_active,
|
||||
is_read_only: false,
|
||||
shell_launch_data: None,
|
||||
@@ -448,7 +448,7 @@ impl PaneContent for TerminalPane {
|
||||
} else {
|
||||
LeafContents::Terminal(TerminalPaneSnapshot {
|
||||
uuid: self.uuid.clone(),
|
||||
cwd: None,
|
||||
cwd: view.pwd_if_local(app),
|
||||
is_active,
|
||||
is_read_only: false,
|
||||
shell_launch_data: None,
|
||||
|
||||
Reference in New Issue
Block a user