Logo
Explore Help
Register Sign In
valknar/llmx
1
0
Fork 0
You've already forked llmx
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
a10403d6977692789f90eb8272b936336e4377ec
llmx/codex-rs/core/src/command_safety/mod.rs

4 lines
86 B
Rust
Raw Normal View History

adds a windows-specific method to check if a command is safe (#4119) refactors command_safety files into its own package, so we can add platform-specific ones Also creates a windows-specific of `is_known_safe_command` that just returns false always, since that is what happens today.
2025-09-24 14:03:43 -07:00
pub mod is_safe_command;
#[cfg(target_os = "windows")]
pub mod windows_safe_commands;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 19ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API