Skip to content

Conversation

@nathro
Copy link
Collaborator

@nathro nathro commented Aug 11, 2025

Add model selection support to the GitHub Action and Auggie CLI invocation

  • Introduce optional model input in the action (action.yml) and expose it via INPUT_MODEL
  • Parse and validate model across the codebase: ActionInputs, Zod ActionInputsSchema, and INPUT_FIELD_MAP
  • Pass --model <value> to auggie when the input is provided, for both instruction-file and direct-instruction modes
  • Document the new model input in the README inputs table with an example default (gpt-4o-mini)
  • Maintain backward compatibility: existing workflows work unchanged when model is omitted

Business value

  • Enable workflows to choose the LLM/model per run to balance cost vs. quality and align with org defaults

Breaking changes

  • None

🤖 This description was generated automatically. Please react with 👍 if it's helpful or 👎 if it needs improvement.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. No suggestions at this time.

@nathro nathro merged commit df88713 into main Aug 11, 2025
2 checks passed
@nathro nathro deleted the add_model_support branch August 11, 2025 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants