It looks like this has been requested a couple of times:
Both were then rolled into a larger piece of work around rich templating here: #77
Which is now closed as not planned.
Currently ruler is really only useful for non-authenticated workflows since there's no way to safely handle API keys in a source controlled environment.
I tried working around this by adding an inputs section to the legacy mcp.json as outlined here https://code.visualstudio.com/docs/copilot/reference/mcp-configuration but it seems ruler also ignores these settings.
Is there currently a plan to deal with authentication/secrets in a safe manner?
It looks like this has been requested a couple of times:
Both were then rolled into a larger piece of work around rich templating here: #77
Which is now closed as not planned.
Currently ruler is really only useful for non-authenticated workflows since there's no way to safely handle API keys in a source controlled environment.
I tried working around this by adding an
inputssection to the legacymcp.jsonas outlined here https://code.visualstudio.com/docs/copilot/reference/mcp-configuration but it seems ruler also ignores these settings.Is there currently a plan to deal with authentication/secrets in a safe manner?