forked from coder/coder
-
Notifications
You must be signed in to change notification settings - Fork 0
Merged
Changes from 1 commit
Commits
Show all changes
349 commits
Select commit
Hold shift + click to select a range
4fe0a4b
feat: add ephemeral parameter dialog for workspace start/restart (#18…
blink-so[bot] fae30a0
chore: remove unnecessary redeclarations in for loops (#18440)
aslilac 6e4508e
chore: assume template versions without tf values to be empty (#18479)
Emyrk cbe4627
docs: document how to tag coder users in dx data cloud (#17805)
EdwardAngert 579c851
chore: update template opt-in checkbox (#18481)
jaaydenh 0258f1d
docs: update Railway.com installation link (#18484)
matifali 0a483ea
feat: add idle app status (#18415)
code-asher 738442b
chore: add amazon-q icon SVG to static icons (#18295)
DevelopmentCats 725bc37
fix: restrict database access from outside in docker compose installa…
jabacrack 49fcffc
fix!: stop workspace before update (#18425)
johnstcn 66e8dbb
feat: persist generated `coder_app` id (#18487)
dannykopping 0a12ec5
fix(enterprise/coderd): skip org membership check for prebuilds user …
johnstcn c3bc1e7
feat(agent/agentcontainers): fall back to workspace folder name (#18466)
DanielleMaywood 2f55e29
fix: complete job and mark workspace as deleted when no provisioners …
johnstcn 183eaa2
ci: bump the github-actions group with 5 updates (#18497)
dependabot[bot] ba08d38
chore: bump github.com/coder/terraform-provider-coder/v2 from 2.6.0 t…
dependabot[bot] 659b787
chore: set wsbuilder to use preview parameters (#18474)
Emyrk c1b35bf
chore: use database in current context for file cache (#18490)
Emyrk 7254c08
chore: remove parallel queries in the same transaction (#18489)
Emyrk 82af2e0
feat: implement dynamic parameter validation (#18482)
Emyrk 4699393
fix: upsert `coder_app` resources in case they are persistent (#18509)
dannykopping 7dd90f3
chore: show iframe controls on preview slug only (#18480)
code-asher 6877142
feat: create experimental template embed page for dynamic params (#17…
jaaydenh f6e4ba6
chore: remove per request dynamic parameters opt in and rely on templ…
Emyrk 5ed0c7a
chore: improve dynamic parameter validation errors (#18501)
Emyrk 796dc7a
chore: ignore splunk.com in linkspector (#18502)
dannykopping 4f98fd4
fix: fix validation error during workspace creation without preset (#…
SasSwart d892427
fix: do not warn on valid known experiments (#18514)
johnstcn 9d148e9
chore: fix wsproxy flakes (#18522)
deansheather 2afd1a2
chore: disable devtunnel tests on windows (#18521)
deansheather 7c40f86
feat(cli): include license status in support bundle (#18472)
kacpersaw 3fb5d0b
fix(agent/agentcontainers): use correct env for execer commands (#18508)
mafredri 6cc4cfa
feat: allow for default presets (#18445)
dannykopping 0238f29
feat: persist AI task state in template imports & workspace builds (#…
dannykopping 670fa4a
feat: add the /aitasks/prompts endpoint (#18464)
hugodutka b091b99
chore: update VPN proto to match additional types used by Coder Deskt…
ibetitsmike 4066785
fix: agentcontainers: fix flake when ctx cancelled while running dock…
johnstcn 7b152cd
chore: increase fileCache hit rate in autobuilds lifecycle (#18507)
Emyrk bca5c35
fix: remove notifications for hard-limited prebuilds (#18528)
evgeniy-scherbina 31d0c6f
feat: add better error display for workspace builds (#18518)
jaaydenh 403f1c3
fix: add bottom padding back (#18476)
jaaydenh 45ab265
chore: add permissions to autobuilder & prebuilder to run wsbuild (#1…
Emyrk 4ff2254
chore: remove ai tasks from experiment (#18511)
hugodutka 1d2b96b
feat: implement efficient backend querying on the tasks page (#18488)
hugodutka a4f1c64
fix: allow dynamic parameters to consider the prebuilds user an owner…
SasSwart 5816455
fix: remove reference to a deleted variable (#18532)
hugodutka 341b54e
fix: allow dynamic parameters without requiring org membership (#18531)
Emyrk f44969b
chore: reorder prebuilt workspace authorization logic (#18506)
ssncferreira dc24922
fix: use the correct key for tasks tab visibility in embedded metadat…
hugodutka cd484db
fix: only override img size for direct button children (#18540)
BrunoQuaresma e5eb2a8
fix: prebuild user without ssh key when fetching owner ctx (#18541)
Emyrk ccf294e
chore: improve visuals of dynamic parameters (#18537)
jaaydenh b2009b2
chore: add a claude.md markdown file focusing on the frontend (#18510)
jaaydenh b6c493d
fix: correct hasAITaskResources logic for child modules (#18542)
hugodutka 64a2214
fix(agent/agentcontainers): remove shellquote in favor of %q (#18544)
mafredri 4fd0312
feat: use backend-supplied sidebar app id on the /task/$id page (#18458)
hugodutka fcf9371
feat(agent/agentcontainers): retry with longer name on failure (#18513)
DanielleMaywood 99d124e
feat(agent): enable devcontainers by default (#18533)
mafredri 7070e47
fix: update workspace table icons in WorkspacesTable (#18525)
johnstcn b9e32c8
refactor: remove unused enterprise prebuilds id.go (#18543)
ssncferreira 06c997a
chore: make telemetry use_classic_parameter_flow nullable (#18547)
Emyrk e443f86
feat(agent/agentcontainers): implement ignore customization for devco…
mafredri b93db1c
fix: site: replace CirclePlayIcon with PlayIcon (#18549)
johnstcn 6ed2204
chore: use pause icon for app idle state (#18546)
code-asher 25f1b76
fix: handle empty strings for Select component (#18553)
jaaydenh fe22b2c
chore: update coder/preview dependency to v1.0.1 (#18550)
Emyrk a8e2c75
chore: update Coder icons to reflect new branding (#18517)
Parkreiner 288ec77
feat: add workspace build status to task page (#18520)
code-asher 79c666b
fix(vpn): avoid setting session token header twice (#18524)
ethanndickson 312d2a4
docs: update Claude's guide (#18523)
emmanuel-ferdman b5316d2
docs: fix a warning alert type on toolbox docs (#18560)
matifali f6d9765
fix(site): storybook: move spyOn to beforeEach (#18559)
mtojek c4e4fe8
fix(agent): start devcontainers through agentcontainers package (#18471)
DanielleMaywood 42fd1c1
ci: cache embedded postgres downloaded binaries (#18477)
johnstcn 434b546
fix(agent/agentcontainers): filter out "is test run" devcontainers (#…
mafredri 9fde835
test(agent/agentcontainers): add is a test ignore label to integratio…
mafredri 688d2ee
chore: remove chats experiment (#18535)
dannykopping 3c4d920
feat(agent/agentcontainers): add feature options as envs (#18576)
mafredri 072c81c
docs: remove nested alerts (#18580)
EdwardAngert e396b06
feat: allow new immutable parameters for existing workspaces (#18579)
Emyrk 8e0b6f8
chore: upgrade aisdk-go lib, remove vestigial code (#18577)
dannykopping 9d2f8dc
chore: bump github.com/openai/openai-go from 0.1.0-beta.10 to 1.6.0 (…
dependabot[bot] aef101f
chore: bump google.golang.org/genai from 0.7.0 to 1.12.0 (#18496)
dependabot[bot] 6c713d5
fix(coderd/agentapi): make sub agent slugs more unique (#18581)
DanielleMaywood 48bb534
chore: fix idle state icon when disabled (#18554)
code-asher 09e1a8a
feat(.devcontainer): add code-server feature to `devcontainer.json` (…
mafredri fdf458e
refactor: remove beta label from 'select a preset' menu (#18538)
BrunoQuaresma fb0e7a2
docs: add Coder Desktop to remote desktop docs (#18326)
matifali 634144f
fix: hide the preset parameter visibility switch when it has no effec…
SasSwart eca6381
feat(agent/agentcontainers): add more envs to readconfig for app URL …
mafredri f2d229e
fix!: use devcontainer ID when rebuilding a devcontainer (#18604)
DanielleMaywood 872aef3
feat(.devcontainer): install dotfiles if present (#18606)
mafredri c6e0ba1
feat: graduate prebuilds to general availability (#18607)
SasSwart 87d052e
feat(.devcontainer): add cursor, filebrowser, windsurf and zed (#18608)
mafredri 5ae320e
fix(agent/agentcontainers): chown coder binary (#18611)
DanielleMaywood 98c77fe
fix(agent/agentcontainers): stop logging empty lines (#18605)
DanielleMaywood 1b1d091
fix: pin Nix version to 2.28.4 to avoid JSON type error (#18612)
ThomasK33 e03d132
test(agent): fix TestAgent_DevcontainerRecreate (#18618)
mafredri 09cc906
chore: remove unnecessary redeclarations in for loops (part 2) (#18593)
aslilac 4f44dd0
fix(agent/agentcontainers): prevent reassigning proc.agent until succ…
mafredri 7a3a6d4
chore: update README logos (#18619)
sreya 7387905
fix(agent/agentcontainers): refresh containers before status change (…
mafredri 7b0b649
fix(.devcontainer): start docker and install devcontainer CLI (#18621)
mafredri d5e3419
revert: fix(agent/agentcontainers): refresh containers before status …
mafredri 05f6d69
chore: parse app status link (#18439)
code-asher 9ab9c52
chore(site): set `server.allowedHosts` in storybook config to `.coder…
ethanndickson 9e1cf16
fix: cap max X11 forwarding ports and evict old (#18561)
spikecurtis 6bebfd0
fix: use memmap file system for TestServer_X11 (#18562)
spikecurtis abcf3df
chore: move InProcNet to testutil (#18563)
spikecurtis a5bfb20
chore: refactor TestServer_X11 to use inproc networking (#18564)
spikecurtis 3cb9b20
chore: improve rbac and add benchmark tooling (#18584)
ssncferreira 7e99fb7
fix(agent): delay containerAPI init to ensure startup scripts run bef…
mafredri 66f22d7
chore: add unit test for X11 eviction (#18565)
spikecurtis 73c742a
chore: test eviction with used ports (#18566)
spikecurtis a02d5a6
chore: update X11 forward session usage when there is a connection (#…
spikecurtis d26d0fc
docs: edit descriptions in ai-coder section (#18373)
EdwardAngert f0251df
chore: retry postgres connection on reset by peer in tests (#18632)
spikecurtis 2d44add
feat: add task link in the workspace page when it is running a task (…
BrunoQuaresma 59a6541
refactor: move required external auth buttons to the submit side (#18…
BrunoQuaresma 8ee2668
fix(agent): fix script filtering for devcontainers (#18635)
mafredri 1c87796
refactor: show the apps as soon as possible (#18625)
BrunoQuaresma 29ef3a8
feat: redirect to the task page after creation (#18626)
BrunoQuaresma 6d305df
fix: use default preset when creating a workspace for task (#18623)
BrunoQuaresma b4aa643
fix(agent/agentcontainers): ensure proper channel closure for updateT…
mafredri e46d892
fix(.devcontainer): remove double slash from zed path (#18639)
mafredri 0f3a1e9
fix(agent/agentcontainers): split Init into Init and Start for early …
mafredri 8eebb4f
feat: make task panels resizable (#18590)
BrunoQuaresma ff3ff01
chore: update logo description to specify maximum 3:1 aspect ratio (#…
blink-so[bot] 5ae2151
chore: bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 (…
dependabot[bot] d4208d2
refactor: show icons for multi-select parameter options (#18594)
aslilac 4095330
fix: use only template version ID to create task workspace (#18642)
BrunoQuaresma e97540a
chore: work around race in lib/pq (#18655)
spikecurtis d814fdf
fix(.devcontainer): add home volume and fix code-server and filebrows…
mafredri f89e057
chore: add beta badge to tasks (#18656)
dannykopping c8bc8d3
chore: bump github.com/moby/moby from 28.2.2+incompatible to 28.3.0+i…
dependabot[bot] 7f23be3
chore: bump github.com/andybalholm/brotli from 1.1.1 to 1.2.0 (#18661)
dependabot[bot] 851cda5
ci: bump the github-actions group with 3 updates (#18665)
dependabot[bot] b1e8d5d
docs: remove beta label from Coder Desktop (#18651)
matifali 715c7b0
chore: correct RD limitation comment (#18668)
rudskoy 9ccaf86
fix(agent/agentcontainers): always derive devcontainer name from work…
mafredri b7cb275
fix: stop tearing down non-TTY processes on SSH session end (#18673)
spikecurtis 22c5e84
fix: handle health status when displaying task apps (#18675)
hugodutka ad67733
fix: display error message on delete workspace error (#18654)
jaaydenh fc7700a
fix: improve reliability of app statuses (#18622)
code-asher 4756080
feat(site): display devcontainer start error (#18637)
DanielleMaywood 74e1953
docs: bitnami/postgresql primary prefix for persistence.size config k…
Perdjesk 695de6e
chore(coderd/database): optimize AuditLogs queries (#18600)
kacpersaw 0f56f00
chore: add `which-release` script (#18657)
dannykopping 258a839
chore(coderd/database): optimize GetRunningPrebuiltWorkspaces (#18588)
johnstcn 7e372f7
fix(agent/agentcontainers): reset error at start of rebuild (#18686)
DanielleMaywood 3d22e27
fix: handle task sidebar app health check disabled correctly (#18687)
hugodutka 4e95b1d
fix: revert changes to GetRunningPrebuiltWorkspaces (#18688)
johnstcn 57a6d59
docs: add warning about prebuilds incompatibility with certain featur…
ssncferreira dbfbef6
chore(cli): increase reconciliation interval to 1 minute (#18690)
johnstcn 6f2834f
feat: oauth2 - add authorization server metadata endpoint and PKCE su…
ThomasK33 1158ca2
fix(dogfood/coder): run go clean cache at workspace shutdown (#18685)
mafredri d14e9be
feat: add Coder registry links to template creation and editing (#18680)
f0ssel ab254ad
docs: add section about how to disable path based apps to security be…
EdwardAngert d22ac1c
chore: don't cache errors in file cache (#18555)
aslilac 0b82f41
feat: allow masking workspace parameter inputs (#18595)
aslilac 0b8ed9c
docs: move the duplicate Coder Desktop install warning to Troubleshoo…
matifali 8a69f6a
fix(agent/agentcontainers): avoid logspam in API updaterLoop (#18710)
mafredri 59c8b56
test: add test that we close stdin on SSH session close (#18711)
spikecurtis 91aa583
docs: mention Windsurf module in Windsurf documentation (#18715)
blink-so[bot] 4072d22
feat: support dynamic parameters on create template request (#18636)
Emyrk 01163ea
feat: allow users to pause prebuilt workspace reconciliation (#18700)
SasSwart f0c9c4d
feat: oauth2 - add RFC 8707 resource indicators and audience validati…
ThomasK33 630804e
chore: fix duplicate migration 000345 (#18721)
johnstcn 1b73b1a
docs: add Go LSP MCP configs and tools guide for code navigation (#18…
ThomasK33 33bbf18
feat: add OAuth2 protected resource metadata endpoint for RFC 9728 (#…
ThomasK33 eade5b0
fix: handle null response from the template presets endpoint (#18723)
hugodutka 09c5055
feat: implement RFC 6750 Bearer token authentication (#18644)
ThomasK33 6db6f48
chore: fix broken link in docs (#18733)
rowansmithau 7500aa4
fix(cli): calculate coder ping max correctly (#18734)
ethanndickson db8ed00
chore: add rdp icon (#18736)
matifali 61b6562
feat: display descriptions in multi-select component (#18730)
jaaydenh 3517457
docs: update release calendar with 2.24 release (#18742)
matifali 8b6d70b
fix(site): update vs code dev container button URLs (#18696)
mafredri 7d412c2
feat(examples/templates): add `docker-devcontainer` template and rena…
mafredri 699dd8e
chore: create interface for pkgs to return codersdk errors (#18719)
Emyrk 74e1d5c
feat: implement OAuth2 dynamic client registration (RFC 7591/7592) (#…
Thomas
10000
K33 4dcf0c3
docs: add comprehensive development documentation (#18646)
ThomasK33 90a875d
chore: implement tests for dynamic parameter component (#18745)
jaaydenh 60b08f0
fix: remove unique constraint on OAuth2 provider app names (#18669)
ThomasK33 494dccc
feat: implement MCP HTTP server endpoint with authentication (#18670)
ThomasK33 2c95a1d
chore: update gofumpt from v0.4.0 to v0.8.0 (#18652)
blink-so[bot] 1555154
feat: add OAuth2 provider functionality as an experiment (#18692)
ThomasK33 7fbb3ce
feat: add MCP HTTP server experiment and improve experiment middlewar…
ThomasK33 c650133
refactor: move OAuth2 provider code to dedicated package (#18746)
ThomasK33 4607e51
refactor: organize OAuth2 provider tests into dedicated packages (#18…
ThomasK33 a099a8a
feat: use preview to compute workspace tags from terraform (#18720)
Emyrk 5ad1847
fix: add manual confirmation for release calendar update (#18748)
blink-so[bot] 369bccd
feat: establish terminal reconnection foundation (#18693)
BrunoQuaresma 02372ca
docs: align feature stages for July release (#18752)
EdwardAngert ca13b58
docs: reorganize remote desktop docs (#18716)
matifali aad14b8
docs: add RDP desktop button gif (#18758)
matifali a1c77e3
fix: handle `sql/driver.Valuer` types properly in `json` logs (#18760)
ethanndickson 6580971
feat: make readinessProbe and livenessProbe initialDelaySeconds confi…
blink-so[bot] b26c9e2
feat: update tasks docs (#18659)
bpmct 1e715e2
chore: add suggestions to the tasks docs (#18766)
hugodutka 3477ed6
ci: bump the github-actions group with 6 updates (#18769)
dependabot[bot] ededcd0
chore: bump go.nhat.io/otelsql from 0.15.0 to 0.16.0 (#18768)
dependabot[bot] e3627fd
docs: fix markdown in Windsurf doc (#18753)
EdwardAngert 52ff531
chore: bump github.com/go-playground/validator/v10 from 10.26.0 to 10…
dependabot[bot] 935bd34
chore: bump github.com/valyala/fasthttp from 1.62.0 to 1.63.0 (#18771)
dependabot[bot] f298316
chore: fix some small groups and acl typos (#18732)
aslilac 3dcd2ac
fix: return 404 instead of 401 for missing OAuth2 apps (#18755)
ThomasK33 83192e2
docs: restore missing AI agent images to fix 404 errors (#18780)
blink-so[bot] 2f42b64
docs: update dynamic parameters for beta release (#18512)
EdwardAngert 8202514
feat!: add ability to cancel pending workspace build (#18713)
kacpersaw 1195f31
chore(site): reduce fetch interval on workspaces page (#18725)
johnstcn 0118e75
fix(agent): disable dev container integration inside sub agents (#18781)
DanielleMaywood 211393a
fix: exclude prebuilt workspaces from lifecycle executor (#18762)
ssncferreira bf0271f
chore: stop running postgres-only tests if DB is not set (#18784)
spikecurtis ac4be15
chore(coderd/runtimeconfig): remove dbmem from tests (#18790)
hugodutka 321396d
chore(coderd/rbac/rolestore): remove dbmem from tests (#18789)
hugodutka e0fb15e
chore(coderd/searchquery): remove dbmem from tests (#18791)
hugodutka 7f68191
chore(coderd/updatecheck): remove dbmem from tests (#18792)
hugodutka f147ebf
chore(enterprise/audit): remove dbmem from tests (#18794)
hugodutka 733d3f1
chore(enterprise/cli): remove dbmem from tests (#18795)
hugodutka 0dc3612
chore(dogfood): update filebrowser module to version 1.1.1 (#18799)
ssncferreira b65e133
chore(enterprise/coderd): remove dbmem from tests (#18797)
hugodutka 66e4909
chore(enterprise/trialer): remove dbmem from tests (#18798)
hugodutka 5e9cbe8
chore(coderd): remove dbmem from tests (#18800)
hugodutka 8e038db
chore(enterprise/replicasync): remove dbmem from tests (#18801)
hugodutka 2f50b3b
chore(site): remove dbmem from tests (#18802)
hugodutka 5f50dcc
feat(cli): improve devcontainer support for `coder show` (#18793)
mafredri 6c4db7a
feat(cli): replace open vscode container with devcontainer subagent (…
mafredri 10c1e36
feat: add publishing of helm charts to ghcr registry (#18316)
a1994sc 39ed0c3
docs: simplify PostgreSQL setup by using 'postgresql' as release name…
blink-so[bot] 79d1465
chore: update module sources for Windsurf, Zed and JetBrains (#18759)
matifali 1319ae2
chore: support zip filetypes in the file cache (#18750)
Emyrk 3c2f3d6
chore: remove dbmem (#18803)
hugodutka dc0919d
feat: sign coder binaries with the release key using GPG (#18774)
jdomeracki-coder 0367dba
chore: optimize GetPrebuiltWorkspaces query (#18717)
johnstcn 9c61ef8
test: fix DeploymentSidebarView stories (#18812)
BrunoQuaresma 00ba027
chore: modify parameter dynamic immutability behavior (#18583)
Emyrk 5a8a19b
feat: auto reconnect the terminal (#18796)
BrunoQuaresma b882d46
docs: fix relative links in about/contributing (#18818)
EdwardAngert c1b2304
test(agent/agentssh): use fish shell compatible exit status checking …
ethanndickson 040fa30
docs: update screenshots with new logo (#18830)
EdwardAngert c25e666
docs: add coder registry link to docs sidebar (#18585)
matifali 3126f21
revert: "docs: add coder registry link to docs sidebar" (#18837)
matifali 78af5e0
docs: add note about incompatible immutable parameters behavior to pa…
EdwardAngert b2cf55f
chore: bump github.com/mark3labs/mcp-go from 0.32.0 to 0.33.0 (#18850)
dependabot[bot] b56c6a1
ci: bump the github-actions group with 3 updates (#18853)
dependabot[bot] 2e34a1e
chore: bump github.com/hashicorp/hcl/v2 from 2.23.0 to 2.24.0 (#18854)
dependabot[bot] 4980f18
ci: remove retries/reruns (#18788)
spikecurtis 7cf3263
docs: document issue with macos coder desktop behind vpn (#18855)
EdwardAngert 43b0bb7
feat(site): use websocket connection for devcontainer updates (#18808)
DanielleMaywood File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: support devcontainer agents in ui and unify backend (coder#18332)
This commit consolidates two container endpoints on the backend and improves the frontend devcontainer support by showing names and displaying apps as appropriate. With this change, the frontend now has knowledge of the subagent and we can also display things like port forwards. The frontend was updated to show dev container labels on the border as well as subagent connection status. The recreation flow was also adjusted a bit to show placeholder app icons when relevant. Support for apps was also added, although these are still WIP on the backend. And the port forwarding utility was added in since the sub agents now provide the necessary info. Fixes coder/internal#666
- Loading branch information
commit 97474bb28bbb066c5ac74e5a1f258d82027da180
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid
2CC5
suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[pull] main from coder:main #96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account