Skip to content
| Marketplace
Sign in
Visual Studio Code>SCM Providers>Standup HelperNew to Visual Studio Code? Get it now.
Standup Helper

Standup Helper

riddhisabane

|
5 installs
| (0) | Free
Generate daily standup summaries from your git activity — powered by local AI (Ollama). Free, private, no subscriptions.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🧑‍💻 Standup Helper

Generate your daily standup summary from git activity — powered by local AI. Free, private, no subscriptions.

Version License


✨ What it does

Standup Helper automatically tracks the files you work on and your git commits, then generates a clean standup summary at the click of a button — using a local AI model running entirely on your machine.

✅ Yesterday:
- Add async CRM layer and thread batch processing with concurrency control
- preprocess.py: Loads and preprocesses complaint CSV data

🔨 Today:
- train.py: Trains TF-IDF logistic regression classifier for complaint routing

🚧 Blockers:
- None detected

🚀 Setup (one time)

1. Install Ollama

Download from ollama.com and run the installer.

2. Pull the AI model

ollama pull phi3

This downloads Phi-3 Mini (~2GB). Takes a few minutes, one time only.

3. Install this extension

Search Standup Helper in the VS Code Extensions marketplace and click Install.

4. Open any project and click Standup

Look for 📅 Standup in the bottom status bar.


🎯 Features

  • Tracks file saves — every file you save is logged automatically
  • Reads git history — pulls commits from the last 48 hours
  • AI file summaries — understands what each file does, not just its name
  • Yesterday vs Today — correctly separates what you did yesterday from today
  • Persists across sessions — files tracked before a restart are remembered
  • Morning reminder — notifies you at your chosen standup time
  • One-click copy — copy to clipboard or Slack instantly
  • 100% local — no data leaves your machine, no API keys needed

⚙️ Settings

Setting Default Description
standup.ollamaModel phi3 AI model (phi3, gemma2, llama3.2)
standup.reminderTime 09:30 Daily reminder time (24hr HH:MM)
standup.yourName `` Your name shown in the greeting
standup.enableReminder true Enable/disable morning reminder

🗂️ Supported File Types

.py .ts .js .tsx .jsx .java .cs .go .rb .rs .html .css .scss .md .yaml .yml .json .env


🔒 Privacy

Everything runs locally on your machine. No telemetry, no cloud API calls, no data collection. Your code never leaves your computer.


🐛 Issues & Feedback

Found a bug or have a feature request? Open an issue on GitHub


📄 License

MIT — free to use, modify and distribute.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft