Skip to content

Commit e3ea36c

Browse files
committed
air-submit: support selecting arbitrary model
Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 03a1fd1 commit e3ea36c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

air-submit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ def main():
285285
help='Git tree name (e.g., netdev/net-next) [required for submission]')
286286
parser.add_argument('--branch',
287287
help='Git branch name (optional)')
288-
parser.add_argument('--model', choices=['sonnet', 'opus', 'haiku'],
289-
help='Claude model to use (optional)')
288+
parser.add_argument('--model',
289+
help='Claude model to use (e.g., sonnet, opus, haiku) [optional]')
290290
parser.add_argument('--format', choices=['json', 'markup', 'inline'],
291291
default='inline',
292292
help='Review output format (default: inline)')

0 commit comments

Comments
 (0)