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: jmgress/Prompt-Engineering-Guide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: dair-ai/Prompt-Engineering-Guide
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.
  • 16 commits
  • 20 files changed
  • 3 contributors

Commits on Jul 29, 2025

  1. add sponsor on GitHub

    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    omarsar and claude committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    7d95f82 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Remove SerpAPI sponsorship from main footer

    Keep sponsorship display next to "Last updated on" timestamp while removing it from the main footer section for cleaner presentation.
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    omarsar and claude committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    959380a View commit details
    Browse the repository at this point in the history
  2. Merge pull request dair-ai#693 from dair-ai/new-feature

    Add sponsor
    omarsar authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    f020b12 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. Update gitignore and README content

    - Add .claude/ and .qodo/ directories to gitignore
    - Update academy course description to include AI Agent courses
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    omarsar and claude committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    32e67f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24eaa9d View commit details
    Browse the repository at this point in the history
  3. "Claude Code Review workflow"

    omarsar committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    5639137 View commit details
    Browse the repository at this point in the history
  4. Merge pull request dair-ai#697 from dair-ai/fix-logo

    Update gitignore and README content
    omarsar authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    e382b7d View commit details
    Browse the repository at this point in the history
  5. Merge pull request dair-ai#698 from dair-ai/add-claude-github-actions…

    …-1756419287045
    
    Add Claude Code GitHub Workflow
    omarsar authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    1fa7dc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2025

  1. Update README to mention RAG course and add complementary description

    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <[email protected]>
    omarsar and claude committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    43b4d86 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. Add .mcp.json to gitignore

    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <[email protected]>
    omarsar and claude committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    382ee74 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Add AI agents documentation and workflow patterns

    - Add new section on AI Workflows vs AI Agents
    - Include visual diagrams for prompt chaining, routing, and parallelization patterns
    - Add task planner agent example
    - Update agents section metadata and introduction
    - Rename "Agents" to "AI Agents" in main navigation
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <[email protected]>
    omarsar and claude committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    b187c2e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. context engineering

    omarsar committed Oct 9, 2025
    Configuration menu
    Copy the full SHA
    93ecdc5 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Add Context Engineering for AI Agents guide

    - Add new comprehensive guide on context engineering principles
    - Include practical deep research agent case study
    - Cover best practices, advanced techniques, and common pitfalls
    - Add metrics for measuring context engineering success
    - Include agent architecture diagram
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <[email protected]>
    2 people authored and Elvis Saravia committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    b93d97a View commit details
    Browse the repository at this point in the history
  2. Fix TypeScript error in ContentFileNames component

    - Move key prop from Card to React.Fragment wrapper
    - Resolves build error: key prop not assignable to Card type
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <[email protected]>
    2 people authored and Elvis Saravia committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    27eaba2 View commit details
    Browse the repository at this point in the history
  3. Fix TypeScript error in ContentFileNames component

    - Move key prop to React.Fragment wrapper
    - Add children prop explicitly to Card component
    - Resolves build error: children required in Card type
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <[email protected]>
    2 people authored and Elvis Saravia committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    71aea1b View commit details
    Browse the repository at this point in the history
  4. Fix TypeScript errors and update course link

    - Fix TabsComponent: add children prop explicitly
    - Fix course link: update Intro to AI Agents URL to correct path
    - Resolves build errors for TypeScript strict mode
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <[email protected]>
    2 people authored and Elvis Saravia committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    ac4f737 View commit details
    Browse the repository at this point in the history
Loading