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: AbhijeetDash/github-mcp-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: github/github-mcp-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 7 commits
  • 18 files changed
  • 7 contributors

Commits on Aug 19, 2025

  1. Add actions job log buffer and profiler (github#866)

    * add sliding window for actions logs
    
    * refactor: fix sliding
    
    * remove trim content
    
    * only use up to 1mb of memory for logs
    
    * update to tail lines in second pass
    
    * add better memory usage calculation
    
    * increase window size to 5MB
    
    * update test
    
    * update vers
    
    * undo vers change
    
    * add incremental memory tracking
    
    * use ring buffer
    
    * remove unused ctx param
    
    * remove manual GC clear
    
    * fix cca feedback
    
    * extract ring buffer logic to new package
    
    * handle log content processing errors and use correct param for maxjobloglines
    
    * fix tailing
    
    * account for if tailLines exceeds window size
    
    * add profiling thats reusable
    
    * remove profiler testing
    
    * refactor profiler: introduce safeMemoryDelta for accurate memory delta calculations
    
    * linter fixes
    
    * Update pkg/buffer/buffer.go
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * use flag for maxJobLogLines
    
    * add param passing for context window size
    
    * refactor: rename contextWindowSize to contentWindowSize for consistency
    
    * fix: use tailLines if bigger but only if <= 5000
    
    * fix: limit tailLines to a maximum of 500 for log content download
    
    * Update cmd/github-mcp-server/main.go
    
    Co-authored-by: Adam Holt <omgitsads@github.com>
    
    * Update cmd/github-mcp-server/main.go
    
    Co-authored-by: Adam Holt <omgitsads@github.com>
    
    * move profiler to internal/
    
    * update actions test with new profiler location
    
    * fix: adjust buffer size limits
    
    * make line buffer 1028kb
    
    * fix mod path
    
    * change test to use same buffer size as normal use
    
    * improve test for non-sliding window implementation to not count empty lines
    
    * make test memory measurement more accurate
    
    * remove impossible conditional
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    Co-authored-by: Adam Holt <omgitsads@github.com>
    3 people authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    2621dbe View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. Add get_release_by_tag tool (github#938)

    * add get_release_by_tag tool
    
    * add tool
    
    * add tests
    
    * autogen
    
    * remove comment
    tommaso-moro authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    73dcb46 View commit details
    Browse the repository at this point in the history
  2. docs(readme): Update readme to point to correct installation guides i…

    …ndex (github#892)
    
    * docs(readme): Update readme to point to correct installation guides index
    
    * feat(contributors): add list_repository_contributors tool
    
    * Revert "feat(contributors): add list_repository_contributors tool"
    
    This reverts commit ece480e.
    
    ---------
    
    Co-authored-by: Tommaso Moro <37270480+tommaso-moro@users.noreply.github.com>
    beccccaboo and tommaso-moro authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    b189531 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47040f4 View commit details
    Browse the repository at this point in the history
  4. Repository security advisories (github#925)

    * Add support for listing repo level security advisories
    
    * Add support for listing repo security advisories at the org level
    jurre authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    d03072f View commit details
    Browse the repository at this point in the history
  5. Update Cursor installation link (github#940)

    * use new link
    
    * update local install link
    tommaso-moro authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    6dc5540 View commit details
    Browse the repository at this point in the history
  6. Change role from "system" to "user" in prompt messages for `AssignCod…

    …ingAgentPrompt` and `IssueToFixWorkflowPrompt`. Role "system" is not allowed by Claude Code in MCP provided prompt (allowed only role "user" and "assistant") (github#941)
    
    Co-authored-by: 0xGosu <0xGosu@gmail.com>
    tommaso-moro and 0xGosu authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    0418808 View commit details
    Browse the repository at this point in the history
Loading