Thanks to visit codestin.com
Credit goes to github.com

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: patniko/github-copilot-office
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: abossard/github-copilot-office
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
  • 27 files changed
  • 2 contributors

Commits on Mar 4, 2026

  1. feat(outlook): Add email management tools and enhance system message …

    …for Outlook integration
    
    - Introduced new tools for Outlook: archiveEmail, getEmailBody, getEmailOverview, getEmailProperties, listInboxEmails, markEmailRead, moveEmail, openEmail, replyToEmail, setEmailBody, setEmailProperties.
    - Updated App.tsx to load MCP servers from user config and modified system message to emphasize using Office tools for document editing.
    - Enhanced session management to include MCP servers and excluded tools.
    - Updated sessionStorage to support Outlook as a host type.
    - Improved unregister script to remove add-in manifest from Outlook directory.
    
    Signed-off-by: Andre Bossard <[email protected]>
    abossard committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    fb830a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. refactor: move Outlook add-in to dedicated folder structure

    - Move manifest-outlook.xml → outlook/manifest.xml
    - Move 12 Outlook tool files → src/ui/tools/outlook/
    - Update src/ui/tools/index.ts imports to use ./outlook/ prefix
    - Update register.sh to reference outlook/manifest.xml
    - Add outlook/README.md with setup and usage docs
    
    Co-authored-by: Copilot <[email protected]>
    abossard and Copilot committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    7ffe74c View commit details
    Browse the repository at this point in the history
Loading