-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: lkonga/opencode-githubrepo-plugin
base: dev-fork-internal
head repository: lkonga/opencode-githubrepo-plugin
compare: main
- 15 commits
- 8 files changed
- 1 contributor
Commits on Jul 7, 2026
-
fix: restore token-sync/shared/gh auth chain; index 404 as error; cla…
…rify entitlement 404
Configuration menu - View commit details
-
Copy full SHA for a1c3fa6 - Browse repository at this point
Copy the full SHA a1c3fa6View commit details -
fix: embeddings_index 404 proceeds to search (restores microsoft/vsco…
…de-copilot-chat path)
Configuration menu - View commit details
-
Copy full SHA for d0d5dcb - Browse repository at this point
Copy the full SHA d0d5dcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e79c51 - Browse repository at this point
Copy the full SHA 8e79c51View commit details -
Configuration menu - View commit details
-
Copy full SHA for d95aa2a - Browse repository at this point
Copy the full SHA d95aa2aView commit details -
fix: retry embeddings search with gh token when Copilot OAuth gets sc…
…ope 404 Copilot oauth from auth.json can return misleading 404 for private repos while gh auth token succeeds on the same scoping_query. Retry once before reporting failure; clarify error text (token scope vs bad repo param).
Configuration menu - View commit details
-
Copy full SHA for 92ce410 - Browse repository at this point
Copy the full SHA 92ce410View commit details -
refactor: plugin-only auth default with bidirectional scope-404 retry (…
…#10) - getToken() drops non-SYNC reads of token-sync-live.json / copilot-shared-token.json; both are now SYNC_MODE opt-in only (no stale token-sync / opencode-patches dependency) - Default: Copilot OAuth primary -> gh fallback on scope-404 (preserves 92ce410) - GITHUBREPO_PREFER_GH=1 reverses primary/fallback (private-repo-heavy use) - Extract pure testable helpers (pickPrimaryToken, pickScopeFallback, isEmbeddingsScopeDenied) with unit tests; no live API required - README: token-order section + troubleshooting (token bug vs bad owner/repo vs indexing limit) Closes #10
Configuration menu - View commit details
-
Copy full SHA for c111133 - Browse repository at this point
Copy the full SHA c111133View commit details -
fix: v1 plugin export shape — prevents oc hook crash (#10)
export default { id, server: plugin } so named utility exports are not invoked as legacy server hooks (undefined hook → Unexpected server error).Configuration menu - View commit details
-
Copy full SHA for a8c3243 - Browse repository at this point
Copy the full SHA a8c3243View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a31a35 - Browse repository at this point
Copy the full SHA 4a31a35View commit details -
release: v1.0.9 — plugin-only auth, v1 export shape, workflow doc
- d0d5dcb/c111133/a8c3243 already on main; bump package version - Prod smoke: privates + microsoft/vscode-copilot-chat - No fork rebuild required for githubrepo
Configuration menu - View commit details
-
Copy full SHA for 66558ff - Browse repository at this point
Copy the full SHA 66558ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7263bf - Browse repository at this point
Copy the full SHA c7263bfView commit details -
docs: gh required for private repos; upstream auth defaults (v1.0.11)
- README: private search/index/shadow needs gh + repo scope - Auth path: vanilla ~/.local/share/opencode/auth.json first - references/future-gh-optional.md + GitHub #12 - Portable tests; clearer no-auth error
Configuration menu - View commit details
-
Copy full SHA for 672f6c6 - Browse repository at this point
Copy the full SHA 672f6c6View commit details
Commits on Jul 12, 2026
-
Configuration menu - View commit details
-
Copy full SHA for e28c05b - Browse repository at this point
Copy the full SHA e28c05bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5af1e29 - Browse repository at this point
Copy the full SHA 5af1e29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ac6e48 - Browse repository at this point
Copy the full SHA 6ac6e48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b9d089 - Browse repository at this point
Copy the full SHA 5b9d089View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff dev-fork-internal...main