Skip to content

Conversation

@edenreich
Copy link
Contributor

This PR fixes issue #94 where the generated README quickstart guide was missing the required --model flag, causing errors when users tried to add a2a agents.

Changes

  • Made --model flag mandatory in generated README quickstart guide
  • Added fallback to openai/gpt-4o-mini when no model specified in ADL
  • Added note about port 8080 potentially being reserved
  • Suggested alternative ports (8081, 8082) for port conflicts

Fixes #94

Generated with Claude Code

- Make --model flag mandatory in generated README quickstart guide
- Add fallback to openai/gpt-4o-mini when no model specified in ADL
- Add note about port 8080 potentially being reserved
- Suggest alternative ports (8081, 8082) for port conflicts

Fixes #94

Co-authored-by: Eden Reich <[email protected]>
@edenreich edenreich changed the title Fix: Always include --model flag in quickstart command fix: Always include --model flag in quickstart comman Nov 24, 2025
@edenreich edenreich changed the title fix: Always include --model flag in quickstart comman fix(docs): Always include --model flag in quickstart comman Nov 24, 2025
@edenreich edenreich changed the title fix(docs): Always include --model flag in quickstart comman fix(docs): Always include --model flag in quickstart command Nov 24, 2025
@edenreich edenreich closed this Dec 12, 2025
@edenreich edenreich deleted the claude/issue-94-20251124-2300 branch December 12, 2025 20:44
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.

[BUG] Missing --model <provider/model> in the quickstart generated readme guide

2 participants