Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(cli): remove defaulting to keyring when --global-config set (#20943)#20977

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
matifali wants to merge6 commits intorelease/2.29fromaibridge-beta

Conversation

@matifali
Copy link
Member

backort#20951

zedkippand others added6 commitsNovember 26, 2025 10:17
This fixes a regression that caused the VS code extension to be unableto authenticate after making keyring usage on by default. This isbecause the VS code extension assumes the CLI will always use thesession token stored on disk, specifically in the directory specified by--global-config.This fix makes keyring usage enabled when the --global-config directoryis not set. This is a bit wonky but necessary to allow the extension tocontinue working without modification and without backwards compatconcerns. In the future we should modify these extensions to eitheraccess the credential in the keyring (like Coder Desktop) or some otherapproach that doesn't rely on the session token being stored on disk.Tests:`coder login dev.coder.com` -> token stored in keyring`coder login --global-config=/tmp/ dev.coder.com` -> token stored in`/tmp/session`
Closes#20913I've ran the test without the fix, verified the test caught the issue,then applied the fix, and confirmed the issue no longer happens.---🤖 PR was initially written by Claude Opus 4.5 Thinking using Claude Codeand then review by a human 👩
This change filters out non-active tasks from the "Waiting for input"tab filter for the tasks list.---🤖 This change was initially written by Claude Code using Coder Tasks, then reviewed and edited by a human 🏂
Complete the transition to GA by removing remaining early accessreference in the troubleshooting section.
@matifalimatifali self-assigned thisNov 28, 2025
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsNov 28, 2025
@matifalimatifali deleted the aibridge-beta branchNovember 28, 2025 08:13
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@dannykoppingdannykoppingAwaiting requested review from dannykopping

@david-fraleydavid-fraleyAwaiting requested review from david-fraley

Assignees

@matifalimatifali

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

6 participants

@matifali@zedkipp@DanielleMaywood@mafredri@mtojek

[8]ページ先頭

©2009-2025 Movatter.jp