Skip to content

Conversation

@AmanSoni1-apex
Copy link

@AmanSoni1-apex AmanSoni1-apex commented Feb 9, 2026

Solve Issue #4008: Improve Beginner Onboarding & Windows Native Support

This contribution addresses friction for new Windows developers and improves the "First 5 Minutes" experience.

✨ Added quickstart.ps1: A native PowerShell equivalent to the Bash quickstart, enabling seamless setup on Windows.
🛠️ Exposed --mock in CLI: Allows developers to explore the Agent TUI and graph logic without needing API keys.
📄 README & CONTRIBUTING updates: Clarified Windows setup paths and added a "uv not found" troubleshooting FAQ.
🐛 MockLLMProvider Fix: Added a call counter and simulated
set_output
calls to prevent graph stalling in Mock Mode.

  • Unit tests pass (cd core && pytest tests/)
  • Lint passes (cd core && ruff check .)
  • Manual testing performed

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Screenshots (if applicable)

Add screenshots to demonstrate UI changes.

…4008)

- Adds quickstart.ps1 for native Windows setup
- Exposes --mock flag in CLI for no-API-key exploration
- Improves README and CONTRIBUTING with Windows-specific troubleshooting
- Enhances MockLLMProvider to prevent stalling and simulate set_output
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.

1 participant