This website requires JavaScript.
Explore
Help
Register
Sign In
vstockwell
/
wraith
Watch
1
Star
0
Fork
0
You've already forked wraith
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
67
Wiki
Activity
All Workflows
build-release.yml
Actor
All actors
vstockwell
Status
All status
success
failure
waiting
running
feat: wire SFTP CWD following — listen for OSC 7 events + inject shell hook
build-release.yml #51
:
Commit
bce77e0932
pushed by
vstockwell
v0.8.2
2026-03-17 18:01:29 +00:00
1m2s
fix: wire Settings update button — was a console.log stub
build-release.yml #50
:
Commit
ea53ca42f0
pushed by
vstockwell
v0.8.1
2026-03-17 17:55:53 +00:00
1m6s
fix: remove shell integration injection — echoes visibly in terminal
build-release.yml #49
:
Commit
c31563c8c6
pushed by
vstockwell
v0.8.0
2026-03-17 17:51:15 +00:00
1m1s
feat: MobaXTerm-style clipboard — select to copy, right-click to paste
build-release.yml #48
:
Commit
2ae628c858
pushed by
vstockwell
v0.7.3
2026-03-17 17:34:04 +00:00
1m3s
fix: streaming UTF-8 decoder + rAF write batching for terminal performance
build-release.yml #47
:
Commit
05776b7eb6
pushed by
vstockwell
v0.7.2
2026-03-17 17:24:05 +00:00
1m7s
fix: UTF-8 terminal rendering — atob() decodes as Latin-1, not UTF-8
build-release.yml #46
:
Commit
9fce0b6c1e
pushed by
vstockwell
v0.7.1
2026-03-17 17:02:54 +00:00
1m6s
refactor: remove Claude AI copilot panel — will be replaced with embedded terminal
build-release.yml #45
:
Commit
1d61b1faf2
pushed by
vstockwell
v0.7.0
2026-03-17 16:59:46 +00:00
1m11s
fix: updater download — pass full UpdateInfo object, not just version string
build-release.yml #44
:
Commit
e1517daf9a
pushed by
vstockwell
v0.6.5
2026-03-17 16:52:27 +00:00
1m4s
feat: "Use Claude Code Token" button — imports credentials.json as OAuth fallback
build-release.yml #43
:
Commit
e916d5942b
pushed by
vstockwell
v0.6.4
2026-03-17 16:49:39 +00:00
1m6s
fix: match Claude Code's OAuth params exactly — add code=true and full scopes
build-release.yml #42
:
Commit
9e1b8d7b61
pushed by
vstockwell
v0.6.3
2026-03-17 16:39:43 +00:00
1m3s
fix: create Gitea Release in CI + updater uses releases/latest API
build-release.yml #41
:
Commit
4d198e9014
pushed by
vstockwell
v0.6.2
2026-03-17 16:31:54 +00:00
1m4s
fix: switch updater from packages API to releases API for version check
build-release.yml #40
:
Commit
4af90bb80d
pushed by
vstockwell
v0.6.1
2026-03-17 16:27:39 +00:00
1m5s
fix: updater API URL — remove /v1/ prefix, Gitea uses /api/packages/ not /api/v1/packages/
build-release.yml #39
:
Commit
8b0289d133
pushed by
vstockwell
v0.6.0
2026-03-17 16:23:34 +00:00
1m6s
fix: add updater API response logging to diagnose update check failures
build-release.yml #38
:
Commit
c782fcc2c3
pushed by
vstockwell
v0.5.9
2026-03-17 16:19:38 +00:00
1m3s
fix: add username field to SSH key credential form — was missing entirely
build-release.yml #37
:
Commit
af629fa373
pushed by
vstockwell
v0.5.8
2026-03-17 16:16:15 +00:00
1m3s
feat: add file logging to %APPDATA%\Wraith\wraith.log for headless debugging
build-release.yml #36
:
Commit
ddd214d6d8
pushed by
vstockwell
v0.5.7
2026-03-17 16:11:04 +00:00
1m5s
fix: auto-switch sidebar to SFTP on SSH connect + credential debug logging
build-release.yml #35
:
Commit
9338fef0c2
pushed by
vstockwell
v0.5.6
2026-03-17 15:55:29 +00:00
1m4s
fix: OAuth token exchange — try JSON then form-encoded, show actual error in browser
build-release.yml #34
:
Commit
999f8f0539
pushed by
vstockwell
v0.5.5
2026-03-17 15:50:01 +00:00
1m3s
fix: SSH terminal [Object Object] — Wails v3 Events.On receives event object, not raw data
build-release.yml #33
:
Commit
8362a50460
pushed by
vstockwell
v0.5.4
2026-03-17 15:47:09 +00:00
1m6s
fix: add credential delete button + fix OAuth token exchange error display
build-release.yml #32
:
Commit
16d105e1fb
pushed by
vstockwell
v0.5.3
2026-03-17 15:43:36 +00:00
1m4s
fix: SSH key double-base64 encoding — PEM was corrupted during storage
build-release.yml #31
:
Commit
901d9c257d
pushed by
vstockwell
v0.5.2
2026-03-17 15:40:32 +00:00
1m4s
fix: SSH password prompt on auth failure, version from Go backend, visible errors
build-release.yml #30
:
Commit
163af456b4
pushed by
vstockwell
v0.5.1
2026-03-17 15:39:18 +00:00
1m6s
feat: wire all remaining stubs — settings, SFTP, RDP, credentials, FreeRDP callbacks
build-release.yml #29
:
Commit
b46c20b0d0
pushed by
vstockwell
v0.5.0
2026-03-17 15:26:12 +00:00
1m4s
fix: wire connection CRUD, add Group+/Host+ buttons, fix vault stubs
build-release.yml #28
:
Commit
df23cecdbd
pushed by
vstockwell
v0.4.2
2026-03-17 15:09:48 +00:00
1m5s
chore: add wraith-logo.ico for installer and shortcuts
build-release.yml #27
:
Commit
5704923b01
pushed by
vstockwell
v0.4.1
2026-03-17 14:56:23 +00:00
1m4s
fix: wire auto-updater to real Go backend — check, download, install via Wails bindings
build-release.yml #25
:
Commit
e5c69106c5
pushed by
vstockwell
v0.3.3
2026-03-17 14:31:15 +00:00
1m3s
fix: OAuth redirect URI must use localhost not 127.0.0.1 + wire vault/connections/import to Go backend
build-release.yml #24
:
Commit
75afa70155
pushed by
vstockwell
v0.3.2
2026-03-17 14:29:56 +00:00
1m4s
feat: wire real Claude API — OAuth login + live chat via Wails bindings
build-release.yml #23
:
Commit
fbd2fd4f80
pushed by
vstockwell
v0.3.1
2026-03-17 14:23:50 +00:00
1m3s
feat: auto-updater — check Gitea packages for new versions, download + install
build-release.yml #22
:
Commit
f22fbe14fa
pushed by
vstockwell
v0.3.0
2026-03-17 14:14:09 +00:00
1m6s
fix: hide console window (-H windowsgui) + wire settings/import/edit dialogs
build-release.yml #21
:
Commit
d07ac7ce3b
pushed by
vstockwell
v0.2.2
2026-03-17 14:05:07 +00:00
1m6s
First
Previous
1
2
3
4
5
Next
Last