Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
6e0255c
feat(channels): add Discord adapter
alexli-77 May 9, 2026
669b6a2
Merge remote-tracking branch 'upstream/main'
alexli-77 May 10, 2026
42baa08
chore(deps): bump @chat-adapter/discord 4.26.0 → 4.27.0 and chat 4.26…
alexli-77 May 10, 2026
371932f
Merge pull request #1 from alexli-77/sync/upstream-merge
alexli-77 May 10, 2026
b61bc08
feat(health-monitor): add host-side health monitoring module
alexli-77 May 15, 2026
a790963
Merge pull request #2 from alexli-77/feat/health-monitor
alexli-77 May 15, 2026
19e7a01
feat(health-monitor): auto-refresh OAuth token before alerting
alexli-77 May 15, 2026
d4a2372
fix(health-monitor): use JSON body for token refresh — form-encoded g…
alexli-77 May 15, 2026
8b310e9
Merge pull request #3 from alexli-77/feat/health-monitor-token-refresh
alexli-77 May 15, 2026
92870f8
fix(health-monitor): remove redundant injectTask on known token failu…
alexli-77 May 16, 2026
04345ff
refactor: move OAuth refresh to shared util; add pre-spawn refresh in…
alexli-77 May 16, 2026
21d9e57
fix(health-monitor): remove redundant injectTask; shared OAuth refres…
alexli-77 May 16, 2026
58d635a
feat(health-monitor): token status table + sweep all groups every 5 min
alexli-77 May 16, 2026
05764da
feat(health-monitor): token status table + sweep all groups every 5 min
alexli-77 May 16, 2026
f273b0f
refactor(health-monitor): read Discord IDs from .env instead of hardc…
alexli-77 May 16, 2026
aa0eed8
Merge pull request #6 from alexli-77/feat/env-var-discord-ids
alexli-77 May 16, 2026
82723e4
fix(health-monitor): sync claude.json from Keychain before each token…
alexli-77 May 16, 2026
c796b75
Merge pull request #7 from alexli-77/fix/token-sweep-keychain-sync
alexli-77 May 16, 2026
b018447
refactor(token-sweep): read Keychain once per sweep; restart containe…
alexli-77 May 16, 2026
e67f770
fix(owl-radar): move hardcoded channel/URLs to env vars
alexli-77 May 16, 2026
8b42d4f
fix(health-monitor): guard Keychain read from clobbering fresh OAuth …
alexli-77 May 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
166 changes: 0 additions & 166 deletions groups/global/CLAUDE.md

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@
"test:watch": "vitest"
},
"dependencies": {
"@chat-adapter/discord": "4.27.0",
"@clack/core": "^1.2.0",
"@clack/prompts": "^1.2.0",
"@onecli-sh/sdk": "^0.5.0",
"better-sqlite3": "11.10.0",
"chat": "^4.24.0",
"chat": "^4.27.0",
"cron-parser": "5.5.0",
"kleur": "^4.1.5"
},
Expand Down
Loading
Loading