• Joined on 2026-04-03
the_og pushed to fix/38-duplicate-kv-keys at the_og/better-claude-config 2026-07-12 13:05:33 -04:00
42456f25d2 fix: block duplicate env/header keys at entry instead of silently dropping one (#38)
the_og created branch fix/38-duplicate-kv-keys in the_og/better-claude-config 2026-07-12 13:05:33 -04:00
the_og pushed to ci/40-test-matrix at the_og/better-claude-config 2026-07-12 13:05:05 -04:00
87303809b8 test: dep-check probe command must exist on Windows too
the_og pushed to ci/40-test-matrix at the_og/better-claude-config 2026-07-12 13:02:12 -04:00
62c8a2ea65 ci: use host py launcher for Windows tests (runner blocks setup-python)
the_og pushed to main at the_og/better-claude-config 2026-07-12 13:00:45 -04:00
b485357cd5 Merge pull request 'fix: import every dropped .json (aggregate counts) + 5 MB size guard (#39)' (#45) from fix/39-drop-import-all into main
d95db2b026 fix: import every dropped .json (aggregate counts) + 5 MB size guard (#39)
Compare 2 commits »
the_og deleted branch fix/39-drop-import-all from the_og/better-claude-config 2026-07-12 13:00:45 -04:00
the_og closed issue the_og/better-claude-config#39 2026-07-12 13:00:44 -04:00
Drag-and-drop import: only the first .json is imported, additional files silently ignored
the_og merged pull request the_og/better-claude-config#45 2026-07-12 13:00:44 -04:00
fix: import every dropped .json (aggregate counts) + 5 MB size guard (#39)
the_og pushed to main at the_og/better-claude-config 2026-07-12 13:00:38 -04:00
6a91f830dc Merge pull request 'fix: only advance update/lastCheck after a completed check (#37)' (#44) from fix/37-update-lastcheck into main
f5c9780948 fix: only advance update/lastCheck after a completed check (#37)
Compare 2 commits »
the_og deleted branch fix/37-update-lastcheck from the_og/better-claude-config 2026-07-12 13:00:38 -04:00
the_og closed issue the_og/better-claude-config#37 2026-07-12 13:00:37 -04:00
Update checker stamps update/lastCheck before the check runs — a failed/offline check suppresses retries for 24h
the_og merged pull request the_og/better-claude-config#44 2026-07-12 13:00:37 -04:00
fix: only advance update/lastCheck after a completed check (#37)
the_og deleted branch fix/33-restart-hardening from the_og/better-claude-config 2026-07-12 13:00:31 -04:00
the_og closed issue the_og/better-claude-config#33 2026-07-12 13:00:30 -04:00
restart_claude_desktop hardening: Linux pkill can kill Claude Code sessions; macOS kill/relaunch race; Windows MSIX shortcut missing
the_og pushed to main at the_og/better-claude-config 2026-07-12 13:00:30 -04:00
6dacc26057 Merge pull request 'fix: harden restart_claude_desktop — Linux refusal, macOS quit-wait, Windows MSIX guard (#33)' (#43) from fix/33-restart-hardening into main
c493aa0c84 fix: harden restart_claude_desktop across platforms (#33)
Compare 2 commits »
the_og merged pull request the_og/better-claude-config#43 2026-07-12 13:00:30 -04:00
fix: harden restart_claude_desktop — Linux refusal, macOS quit-wait, Windows MSIX guard (#33)
the_og deleted branch fix/32-about-worker-lifetime from the_og/better-claude-config 2026-07-12 13:00:24 -04:00
the_og pushed to main at the_og/better-claude-config 2026-07-12 13:00:23 -04:00
1087fc84d1 Merge pull request 'fix: keep UpdateCheckWorker alive until its thread finishes (#32)' (#42) from fix/32-about-worker-lifetime into main
bb355dac31 fix: keep UpdateCheckWorker alive until its thread finishes (#32)
Compare 2 commits »
the_og closed issue the_og/better-claude-config#32 2026-07-12 13:00:22 -04:00
About dialog: UpdateCheckWorker QThread destroyed if dialog closes mid-check (crash)
the_og merged pull request the_og/better-claude-config#42 2026-07-12 13:00:22 -04:00
fix: keep UpdateCheckWorker alive until its thread finishes (#32)