Merge branch 'development' into development_builders

* development:
  minor example fixes
  feat: add comprehensive SSH agent management command
  refactor: Harden and improve SSH agent module
  ...
  feat: add editable ttyd dashboard mode
  feat: add CLI for dashboard management and 4-pane layout
  fix: Fix build
  ...
  refactor: update SSH agent examples and module structure
  feat: add tmux dashboard with ttyd integration
  refactor: Remove is_tmux_server_not_running_error function
  wip: pushing the code to sync in other branch
  refactor: Improve tmux API consistency and formatting

# Conflicts:
#	lib/osal/core/net.v
#	lib/virt/podman/factory.v
This commit is contained in:
2025-08-28 14:26:06 +02:00
36 changed files with 3174 additions and 2111 deletions

View File

@@ -4,8 +4,11 @@ import net
import time
import freeflowuniverse.herolib.ui.console
import freeflowuniverse.herolib.core
<<<<<<< HEAD
import os
=======
>>>>>>> development
pub enum PingResult {
ok

View File

@@ -3,7 +3,6 @@ module core
import freeflowuniverse.herolib.ui.console
import freeflowuniverse.herolib.core.texttools
import freeflowuniverse.herolib.core
import os
// update the package list
pub fn package_refresh() ! {