Skip to content

feat: inject x-edgee-repo header from local git origin#46

Merged
NicolasGirardot merged 3 commits intomainfrom
edgee-1264-feat-inject-x-edgee-repo-header-from-local-git-origin
Apr 8, 2026
Merged

feat: inject x-edgee-repo header from local git origin#46
NicolasGirardot merged 3 commits intomainfrom
edgee-1264-feat-inject-x-edgee-repo-header-from-local-git-origin

Conversation

@NicolasGirardot
Copy link
Copy Markdown
Member

Summary

  • Detect the git remote origin URL from the working directory via git remote get-url origin
  • Forward it as an x-edgee-repo custom header when launching Claude or Codex
  • Gracefully omits the header if not in a git repo or no origin is configured

Closes EDGEE-1264

Detect the git remote origin URL from the working directory and forward
it as an x-edgee-repo custom header when launching Claude or Codex.
Gracefully omits the header if not in a git repo or no origin is set.

Fixes EDGEE-1264
@NicolasGirardot NicolasGirardot requested a review from a team as a code owner April 7, 2026 07:34
@NicolasGirardot NicolasGirardot merged commit 51d4ee9 into main Apr 8, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants