Add keyboard shortcut 'W' for creating new agent session

- Added newSession shortcut to ACTION_SHORTCUTS in use-keyboard-shortcuts.ts
- Updated SessionManager to expose quick create function via ref
- Updated AgentView to register the shortcut and trigger new session creation
- Display shortcut key indicator (W) on the New session button
- Updated feature_list.json to mark feature as verified

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Cody Seibert
2025-12-09 08:56:58 -05:00
parent 243c41d359
commit 9a6e6ea594
4 changed files with 64 additions and 3 deletions

View File

@@ -54,6 +54,6 @@
"category": "Agent Runner",
"description": "Can you please add a shortcut for starting a new session?",
"steps": [],
"status": "backlog"
"status": "verified"
}
]
]