fix(runtime-adapters): Silence shell version checks for Bun and Deno; add local Claude settings

This commit is contained in:
2025-10-17 08:43:17 +00:00
parent b3f8a28766
commit de53b3f00c
4 changed files with 10 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ export class BunRuntimeAdapter extends RuntimeAdapter {
*/
async checkAvailable(): Promise<RuntimeAvailability> {
try {
const result = await this.smartshellInstance.exec('bun --version', {
const result = await this.smartshellInstance.execSilent('bun --version', {
cwd: process.cwd(),
onError: () => {
// Ignore error