summaryrefslogtreecommitdiff
path: root/decky_client.py
AgeCommit message (Collapse)Author
35 hoursfix: Only log meaningful server repliesv1.0.5Tranch
Filter server REPLY messages if they lack a 'result' payload. This avoids logging empty responses that provide no useful information. Update success logging message when the connection drops after install confirmation for clarity.
36 hoursfix: treat disconnect after confirm as successTranch
43 hoursfix: handle WS close opcode in Decky installer clientv1.0.4Tranch
Implement logic to process control frames (Close, Ping, Pong) during reception. Respond to Ping frames with a Pong frame. Co-authored-by: llm-git <llm-git@ttll.de>
2 daysRefactor CLI to use subcommands for better semanticscopilot-swe-agent[bot]
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
2 daysRename decky_plugin_installer.py to decky_client.pycopilot-swe-agent[bot]
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>