Commit graph

18 commits

Author SHA1 Message Date
9c429ce20e
docs: update README and SKILL.md - document update system, rename binaries 2026-03-06 15:24:14 +01:00
e9bbbb8171
chore: final update test 2026-03-06 15:17:07 +01:00
dbdafcfbd1
chore: trigger build for update test 2026-03-06 14:26:22 +01:00
b05517eadf
docs: minor readme tweak 2026-03-06 12:33:26 +01:00
835d20f734
refactor: rename binaries to helios-remote-{client,relay,cli} 2026-03-06 11:53:00 +01:00
89ab74406f
fix: display::cmd_done for inform, remove unused imports, align README 2026-03-06 03:17:54 +01:00
5a15126a6a
docs: fix README prompt→inform, update logs default to 20 2026-03-06 03:14:49 +01:00
d2f77f8054
fix: rename binary from helios to remote 2026-03-06 03:09:23 +01:00
98b6fabef6
feat: rewrite remote.py as Rust CLI binary (crates/cli) 2026-03-06 03:02:22 +01:00
ba3b365f4e
docs: simplify README, remove REST API examples and dev section, polish SKILL.md 2026-03-06 02:55:51 +01:00
0b4a6de8ae
refactor: enforce device labels, unify screenshot, remove deprecated commands, session-id-less design
- Device labels: lowercase, no whitespace, only a-z 0-9 - _ (enforced at config time)
- Session IDs removed: device label is the sole identifier
- Routes changed: /sessions/:id → /devices/:label
- Removed commands: click, type, find-window, wait-for-window, label, old version, server-version
- Renamed: status → version (compares relay/remote.py/client commits)
- Unified screenshot: takes 'screen' or a window label as argument
- Windows listed with human-readable labels (same format as device labels)
- Single instance enforcement via PID lock file
- Removed input.rs (click/type functionality)
- All docs and code in English
- Protocol: Hello.label is now required (String, not Option<String>)
- Client auto-migrates invalid labels on startup
2026-03-06 01:55:28 +01:00
7c0341a5f3
docs: vollständige Befehlsdokumentation in SKILL.md und README 2026-03-04 14:07:51 +01:00
7ddaf5ddfe
docs: update README + SKILL.md with prompt, timeout, all current commands 2026-03-03 16:08:02 +01:00
672676d3d7
feat: find-window, run, clipboard, label-routing, persistent session-id, exe icon 2026-03-03 15:19:54 +01:00
4c9f0a3239
feat: PowerShell oneliner install + rolling GitHub Release 2026-03-02 18:44:21 +01:00
6fce2dcde8
Add logo assets and update README 2026-03-02 18:16:05 +01:00
5fb600aa6f
add logo to assets and README 2026-03-02 18:10:46 +01:00
7285a33cff
Initial implementation: relay server + common protocol + client stub 2026-03-02 18:03:46 +01:00