• Joined on 2026-04-03
the_og closed issue the_og/better-claude-config#17 2026-07-08 11:34:35 -04:00
stale-file: harden change detection beyond bare mtime equality
the_og closed issue the_og/better-claude-config#9 2026-07-08 11:34:35 -04:00
[#9] Restart Claude Desktop convenience button
the_og closed issue the_og/better-claude-config#8 2026-07-08 11:34:35 -04:00
[#8] Duplicate-name conflict on paste/import — verify first
the_og closed issue the_og/better-claude-config#6 2026-07-08 11:34:35 -04:00
[#6] In-app MCP server log viewer
the_og created pull request the_og/better-claude-config#26 2026-07-08 11:33:55 -04:00
release: v1.2.0 — About+update checker, log viewer, restart button, dup-name fix, stale-file hardening
the_og pushed to release/v1.2.0 at the_og/better-claude-config 2026-07-08 11:33:42 -04:00
8c718387c0 chore: bump version to 1.2.0 for release
15a30fb986 Merge branch 'feat/18-19-about-update-checker' into integration/v1.2.0
c56dec8051 Merge branch 'feat/9-restart-claude-desktop' into integration/v1.2.0
70b865be8f Merge branch 'feat/6-log-viewer' into integration/v1.2.0
8fdcbda681 Merge branch 'feat/17-stale-size-hardening' into integration/v1.2.0
Compare 5 commits »
the_og created branch release/v1.2.0 in the_og/better-claude-config 2026-07-08 11:33:42 -04:00
the_og deleted branch release/v1.2.0 from the_og/better-claude-config 2026-07-08 11:30:27 -04:00
the_og pushed to release/v1.2.0 at the_og/better-claude-config 2026-07-08 02:21:01 -04:00
c910b87ed1 chore: bump version to 1.2.0 for release
the_og pushed to release/v1.2.0 at the_og/better-claude-config 2026-07-08 02:20:50 -04:00
the_og created branch release/v1.2.0 in the_og/better-claude-config 2026-07-08 02:20:50 -04:00
the_og deleted branch release/v1.2.0 from the_og/better-claude-config 2026-07-07 22:20:00 -04:00
the_og pushed to release/v1.2.0 at the_og/better-claude-config 2026-07-07 22:16:59 -04:00
the_og created branch release/v1.2.0 in the_og/better-claude-config 2026-07-07 22:16:59 -04:00
the_og commented on pull request the_og/better-claude-config#25 2026-07-07 22:02:03 -04:00
feat: About dialog + notify-only update checker (#18, #19)

Supervisor review (Cowork): approve. CI run #160 green; isolated diff. __version__ is the single source of truth (with a sync-guard test), version compare is numeric not lexical and handles…

the_og commented on pull request the_og/better-claude-config#24 2026-07-07 22:02:00 -04:00
feat: Restart Claude Desktop convenience button (#9)

Supervisor review (Cowork): approve. CI run #159 green; isolated diff. restart_claude_desktop() is platform-abstracted, treats "not running" as success, and the button is correctly gated to…

the_og commented on pull request the_og/better-claude-config#23 2026-07-07 22:01:57 -04:00
feat: in-app MCP server log viewer (#6)

Supervisor review (Cowork): approve. CI run #158 green; isolated diff. server_log_path returns the correct platform paths (None when missing); LogViewerDialog is read-only with throttled…

the_og commented on pull request the_og/better-claude-config#22 2026-07-07 22:01:55 -04:00
feat: harden stale-file change detection with mtime+size fingerprint (#17)

Supervisor review (Cowork): approve. CI run #157 green; isolated diff. ConfigStat(mtime,size) + config_fingerprint correctly catches the same-mtime-different-size case, and the regression…

the_og commented on pull request the_og/better-claude-config#21 2026-07-07 22:01:51 -04:00
Fix silent name-collision overwrite on drag-and-drop import (#8)

Supervisor review (Cowork): approve. CI run #164 green; diff is isolated to bcc.py/bcc_core.py/tests. Good catch — the drag-and-drop path was a genuine silent-overwrite (only paste…

the_og pushed to feat/8-dup-name-conflict at the_og/better-claude-config 2026-07-07 20:56:16 -04:00
2d9fb083dc Fix: correct smart-quote/nbsp characters mangled in previous push