Erwann Mest
Erwann Mest
@gnachman Like this?
@gnachman Thanks, I will check this. I'm not sure what I'm doing here, but I do feel it's frustrating not having any action on that widget. We are missing an...
Done! Changed both methods to use the mutable profile copy pattern with KEY_WORKING_DIRECTORY and KEY_CUSTOM_DIRECTORY. Thanks for the feedback!
Good catch! This was an unintentional behavior change. The original code had a `!self.viewController.view.isHidden` check in `startDelay` that was lost during the refactoring. I've restored this check in the debouncer...
What I did for now in the meantime is .gitconfig: ``` [include] path = .gitconfig_local ``` .gitconfig_local ``` [split-diffs] theme-directory = /path/for/this/computer/ ```
Hi there. I've created an MCP recently. It works well with any AI client like Claude Desktop, Claude Code, and OpenCode. But when it comes to using GitHub Copilot CLI,...
@SteveSandersonMS
@SteveSandersonMS If I use for instance opencode If I use copilot Some of the MCP servers I use work but not the ones I created, and the ones I've created...
This is my opencode config: ``` { "$schema": "https://opencode.ai/config.json", "theme": "tokyonight", "model": "github-copilot/gpt-5.1", "autoupdate": true, "mcp": { "notion": { "type": "local", "enabled": true, "command": [ "mise", "exec", "node@latest", "--", "npx",...
Another test