botserver/src/package_manager
Rodrigo Rodriguez (Pragmatismo) a9af37e385 feat(installer): add dummy command to prevent empty shell execution
The change adds `arg("true")` to the shell command to prevent executing an empty shell command when a component is already running. This ensures a valid command is always passed to the shell, avoiding potential issues with empty command execution.
2025-11-12 13:47:21 -03:00
..
cli.rs feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
component.rs feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
facade.rs feat(package_manager): remove redundant trace log in install_local 2025-11-12 13:22:46 -03:00
installer.rs feat(installer): add dummy command to prevent empty shell execution 2025-11-12 13:47:21 -03:00
mod.rs feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
os.rs feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
package_manager.test.rs feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00