Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: The-Pocket/PocketFlow-Tutorial-Codebase-Knowledge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: thegreatone9/PocketFlow-Tutorial-Codebase-Knowledge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 30, 2026

  1. fix: add python-dotenv to auto-load .env file for LLM config

    Musa Shakib Khan
    Musa Shakib Khan committed Jun 30, 2026
    Configuration menu
    Copy the full SHA
    a23a995 View commit details
    Browse the repository at this point in the history
  2. feat: add local HTML tutorial viewer with light/dark mode and Mermaid…

    … diagram support
    
    - Standalone Python HTTP server (viewer.py) that serves output/ tutorials
    - Dark/light mode toggle with localStorage persistence
    - Mermaid diagram rendering with graceful fallback on syntax errors
    - Chapter navigation sidebar with prev/next links
    - Also added Ollama config example to .env.sample
    Musa Shakib Khan
    Musa Shakib Khan committed Jun 30, 2026
    Configuration menu
    Copy the full SHA
    179e2d2 View commit details
    Browse the repository at this point in the history
Loading