You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add command argument support to ClaudeCode terminal commands
- Extended :ClaudeCode and :ClaudeCodeOpen commands to accept arguments
- Arguments are appended to the configured terminal_cmd when launching Claude
- Updated terminal module to support cmd_args parameter in open() and toggle()
- Added comprehensive test coverage for argument handling and edge cases
- Maintained full backward compatibility with existing usage
Usage examples:
- :ClaudeCode --resume
- :ClaudeCodeOpen --help --verbose
- :ClaudeCode (works as before with no arguments)
Change-Id: I5ff2867e884f234a6b4fbaac065a39aa59cbf533
Signed-off-by: Thomas Kosiewski <[email protected]>
0 commit comments