Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
f96fd744e7
fix: restore agent skill policy on error during effective policy calculation
dcc6bcd0e7
fix: apply the same validation for skill filenames on list_skills as happens everywhere else
6499b2fe83
fix: the vault's init_bare should try to load the provisioned secret_provider from the config file without also interpolating any of the rest of the configuration file. It should only fail if the user has not yet created a configuration file; i.e. done a first-time run.
af7ea9b5bc
fix: privilege leak when unloading skills and leaving tool scope untouched
68b51bf10e
fix: When bootstrapping an app config to interpolate secrets, clone the secrets provider configuration as well so config secrets stored in remote vaults can be used properly