Skip to content

chore: move aibridge library code into coder repo#24190

Merged
pawbana merged 7 commits into
mainfrom
pb/aibridge-code-move
Apr 22, 2026
Merged

chore: move aibridge library code into coder repo#24190
pawbana merged 7 commits into
mainfrom
pb/aibridge-code-move

Conversation

@pawbana
Copy link
Copy Markdown
Contributor

@pawbana pawbana commented Apr 9, 2026

This PR moves coder from coder/aibridge repository into coder/coder.
It was split into 4 PRs for easier review but stacked PRs will need to be merged into this PR so all checks pass.

Original PR message (before PR squash):
Moves coder/aibridge code into coder/coder repository.

Omitted files:

  • go.mod, go.sum, .gitignore, .github/workflows/ci.yml, Makefile, LICENSE, README.md (modified README.md is added later)
  • .github, example, buildinfo, scripts directories

Simple verification script (will list omitted files)

tmp=$(mktemp -d)
echo "$tmp"
git clone --depth=1 https://github.com/coder/aibridge "$tmp/aibridge"
git clone --depth=1 --branch pb/aibridge-code-move https://github.com/coder/coder "$tmp/coder"
diff -rq --exclude=.git "$tmp/aibridge" "$tmp/coder/aibridge"
# rm -rf "$tmp"

@github-actions github-actions Bot added the community Pull Requests and issues created by the community. label Apr 9, 2026
Copy link
Copy Markdown
Contributor Author

pawbana commented Apr 9, 2026

@pawbana pawbana force-pushed the pb/aibridge-code-move branch from 05c1c7d to 450957a Compare April 9, 2026 10:09
@matifali matifali removed the community Pull Requests and issues created by the community. label Apr 9, 2026
@pawbana pawbana force-pushed the pb/aibridge-code-move branch 2 times, most recently from b6af6aa to 4473b34 Compare April 13, 2026 08:46
@github-actions github-actions Bot added the stale This issue is like stale bread. label Apr 21, 2026
@pawbana pawbana force-pushed the pb/aibridge-code-move branch 5 times, most recently from dcd7317 to 66df63c Compare April 21, 2026 14:20
@pawbana pawbana force-pushed the pb/aibridge-code-move branch 3 times, most recently from b248f6c to 1e3d392 Compare April 21, 2026 16:37
@pawbana pawbana marked this pull request as ready for review April 21, 2026 16:40
@pawbana pawbana force-pushed the pb/aibridge-code-move branch from 1e3d392 to b466cb6 Compare April 21, 2026 17:16
Copy link
Copy Markdown
Contributor

Love the verification steps!

@pawbana pawbana force-pushed the pb/aibridge-code-move branch from b466cb6 to 70d33f3 Compare April 21, 2026 18:39
@github-actions github-actions Bot removed the stale This issue is like stale bread. label Apr 22, 2026
Copy link
Copy Markdown
Contributor

@ssncferreira ssncferreira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 just not sure we should include the AGENTS.md and .mux. I worry that agents will get confused on what instructions to follow. Might make more sense to just update the coder instruction files with relevant information for aibridge that isn't already there, wdyt?

Comment thread aibridge/AGENTS.md Outdated
Remes `aibridge` library dependency from `go.mod.`  
Updates all imports so local code is used instead of `aibridge` library.
@pawbana pawbana merged commit e00e857 into main Apr 22, 2026
30 of 31 checks passed
@pawbana pawbana deleted the pb/aibridge-code-move branch April 22, 2026 15:01
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 22, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants