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: philquist/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.
  • 8 commits
  • 24 files changed
  • 3 contributors

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

Commits on Oct 16, 2025

  1. Add Context Engineering Deep Dive and Deep Agents guides

    - Add new Context Engineering Deep Dive article with detailed system prompt engineering techniques
    - Add Deep Agents guide covering planning, orchestrator architecture, and verification
    - Fix typos in Deep Agents article (orchestator -> orchestrator, underpsecified -> underspecified)
    - Add agent architecture images for customer support system
    - Update navigation metadata to include new articles
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <[email protected]>
    2 people authored and Elvis Saravia committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    222e876 View commit details
    Browse the repository at this point in the history
Loading