Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: klaas-sh/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.1
Choose a base ref
...
head repository: klaas-sh/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.2
Choose a head ref
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on Jan 22, 2026

  1. cli: Auto-configure PATH in shell rc files during install

    Add configure_path() function that detects user's shell (zsh, bash, fish)
    and automatically appends PATH configuration to the appropriate rc file.
    Handles macOS vs Linux differences for bash (.bash_profile vs .bashrc).
    Avoids duplicates by checking for existing klaas installer entries.
    magikMaker committed Jan 22, 2026
    Configuration menu
    Copy the full SHA
    17b4b75 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2026

  1. cli: Add input configuration parsing for multi-connection

    Add InputMode and InputConfig types to types.rs with support for
    host-only, auto-lock, and free-for-all input modes. Add SessionConfig
    to config.rs for loading input config from TOML. Update websocket.rs
    to include InputConfigWire in session_attach messages. Add lock
    message variants (LockAcquired, LockReleased, InputRejected) to
    IncomingMessage for future guest mode support.
    magikMaker committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    f3df138 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e571c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4fb5e0 View commit details
    Browse the repository at this point in the history
Loading