Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
a3647eb
release: v1.18.16
Aug 10, 2026
dd54bbb
fix(app): use current default model (#38603)
Brendonovich Aug 10, 2026
3b3b882
fix(i18n): use widely recognized developer terminology (#41532)
opencode-agent[bot] Aug 10, 2026
1c6d92f
fix(session): route all Muse family models to the Meta system prompt …
mreso Aug 10, 2026
a8b028e
fix(ui): correct OC-2 weak icon color (#41504)
OpeOginni Aug 10, 2026
c193daf
fix(provider): scope DeepSeek V4 Flash sampling defaults (#41620)
opencode-agent[bot] Aug 11, 2026
926eafd
chore: build beta from v2 (#41627)
Hona Aug 11, 2026
9796d3a
chore: use DeepSeek for beta conflicts (#41669)
opencode-agent[bot] Aug 11, 2026
1009649
feat(github): add helper functions for GHES URL resolution
balcsida Feb 16, 2026
6bbcba1
feat(github): add parseGitRemote for any GitHub-compatible host
balcsida Feb 16, 2026
4ff363c
feat(github): parameterize Octokit and GraphQL client for GHES
balcsida Feb 16, 2026
05f8dd3
feat(github): parameterize git config and emails for GHES
balcsida Feb 16, 2026
e7359ce
feat(github): parameterize fork remote and image URLs for GHES
balcsida Feb 16, 2026
b771a54
feat(github): update install command for GHES detection
balcsida Feb 16, 2026
8fabf9e
feat(github): parameterize token revocation URL for GHES
balcsida Feb 16, 2026
390cbe0
test(github): add parseGitRemote tests for GHES URLs
balcsida Feb 16, 2026
448cf64
feat(github): add host to getAppInfo return for GHES URLs
balcsida Feb 16, 2026
c938739
feat(github): add GHES types and HTML helpers for manifest flow
balcsida Feb 16, 2026
d2e1aef
feat(github): implement createGHESApp manifest flow
balcsida Feb 16, 2026
ad5bb8d
feat(github): rewrite installGitHubApp with GHES auth strategy selection
balcsida Feb 16, 2026
8b04a54
feat(github): generate GHES workflow variants for Option A and B
balcsida Feb 16, 2026
1fe4bc4
feat(github): update printNextSteps with GHES-specific guidance
balcsida Feb 16, 2026
39cb55e
feat(github): add GHES_APP_TOKEN auth path in GithubRunCommand
balcsida Feb 16, 2026
2d4dea6
feat(github): add GHES_APP_TOKEN to legacy getAccessToken
balcsida Feb 16, 2026
b474ac5
feat(github): pass GHES_APP_TOKEN env var in action.yml
balcsida Feb 16, 2026
a038060
feat(ghes-exchange): add self-hosted OIDC exchange server package
balcsida Feb 16, 2026
b9b48b4
chore: update lockfile for ghes-exchange package
balcsida Feb 16, 2026
b2afa4d
feat(ghes-exchange): add manifest flow setup module with HTML renderers
balcsida Feb 17, 2026
af82eb9
feat(ghes-exchange): add setup routes and optional config for manifes…
balcsida Feb 17, 2026
77609ec
fix(github): resolve circular type inference in manifest server
balcsida Feb 17, 2026
68a55c3
refactor: migrate cli/cmd/github.ts from Bun.write() to Filesystem mo…
thdxr Feb 18, 2026
fed6701
refactor: migrate uninstall.ts from Bun.file()/Bun.write() to Filesys…
thdxr Feb 18, 2026
797ac05
fix(ghes): build exchange image from workspace root
balcsida May 19, 2026
a96035a
fix(github): honor REST and GraphQL endpoints
rover0811 Aug 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 45 additions & 28 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions github/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,4 @@ runs:
MENTIONS: ${{ inputs.mentions }}
VARIANT: ${{ inputs.variant }}
OIDC_BASE_URL: ${{ inputs.oidc_base_url }}
GHES_APP_TOKEN: ${{ env.GHES_APP_TOKEN }}
Loading
Loading