Activities
Claude Code で SKILL.md に展開されるセッション ID を利用するプラグインを作ろう
CropTile
1枚の画像をズバッと分割してレイアウトして書き出すサービス。妻の楽譜の切り出し作業に使う。
feat: add -impersonate-service-account flag
Resolves #52 This builds on #51.
Proposal: Add -impersonate-service-account flag
I'm aware this tool is now partially integrated into `gcloud run services proxy`, but I find it useful for accessing IAP-protected services without modifying the application. ## Proposal Add a new `...
Bug: User credentials (authorized_user) not working
When using `gcloud auth application-default login`, the proxy fails with: ``` failed to find token source: failed to get idtoken source: idtoken: unsupported credentials type ``` ## Cause The error...
fix(ci): use gh pr diff for full reviews to avoid false positives
## Summary Fixes the code review bot reporting false positives about files not changed in the PR. **Root Cause:** The bot was using `git diff BASE_SHA..HEAD_SHA` which shows **all differences** betw...
fix(webui): prevent form submission during ime composition
Fixes #7185 ## Summary Add `isInputComposing` utility to prevent IME users from accidentally submitting forms when pressing Enter to confirm character selection. Use this for custom `onKeyDow...
IME users experience unintended form submission when pressing Enter
**Describe the bug** I'm having trouble renaming evals with Japanese characters. As a workaround, I currently type the name in another application and paste it into the dialog. When using an Input M...
