• Joined on 2026-01-14
mikkel pushed to PAP-878-create-a-mine-tab-in-inbox at mikkel/nexus 2026-04-01 14:52:46 +00:00
4c8cfcd851 [nexus] fix(audit): resolve integration checker findings — straggler strings, query param pre-fill, orphaned import
104dd06036 [nexus] fix(04-03): add root directory prompt to CLI onboarding (ONBD-06)
c3e481230c feat(04-02): add Vite alias to redirect OnboardingWizard to NexusOnboardingWizard
baaa847236 feat(04-03): add Nexus agent bootstrap to CLI onboarding
e9398a8777 feat(04-02): create NexusOnboardingWizard component
Compare 27 commits »
mikkel pushed to nexus/main at mikkel/nexus 2026-04-01 14:52:46 +00:00
72764b1e93 [nexus] docs: log upstream rebase status — 0 behind, build verified
63636228d3 [nexus] chore: migrate .planning/ from agent repo to nexus repo
579efec891 feat(20-02): add compatibleAdapters prop to SkillCard and wire Browse/Trending tabs
46a448eb33 feat(20-02): add adapter labels and unsupported install guard to SkillBrowser
223188a3c2 [nexus] feat(20-01): expand HermesLocalConfigFields with model, toolsets, persistSession, timeoutSec
Compare 14 commits »
mikkel pushed to nexus/main at mikkel/nexus 2026-04-01 05:55:30 +00:00
f00a30ca21 [nexus] fix: restore upstream delegation and fact-extraction content lost during rebase
e05bf13d52 [nexus] chore: regenerate pnpm-lock.yaml after upstream rebase
bb7d84e34a feat(12-02): SkillDetail Ratings tab and Overview usage stats
6a79c8b004 feat(12-02): StarRating component, API extensions, DesignGuide entry
2bb998a7b2 feat(12-01): ratings routes, community ratings in fetcher, list/getById JOIN, heartbeat hook
Compare 197 commits »
mikkel pushed to nexus/main at mikkel/nexus 2026-04-01 05:43:38 +00:00
67568a08f6 feat(12-02): SkillDetail Ratings tab and Overview usage stats
bea6144e5a feat(12-02): StarRating component, API extensions, DesignGuide entry
b52f5a8adf feat(12-01): ratings routes, community ratings in fetcher, list/getById JOIN, heartbeat hook
1a1c3ce399 feat(12-01): personalRatings schema, DB DDL, skillRatingService, and tests
3b2fbe97ef fix(11): default agentSkillsDir server-side — GROUP-03/GROUP-04 gap closure
Compare 34 commits »
mikkel pushed to nexus/main at mikkel/nexus 2026-03-31 12:33:27 +00:00
bb393b421d feat(07-02): update Layout toggle to cycle three themes with next-theme label
9710478d6d feat(07-02): add theme picker section to InstanceGeneralSettings
e647a6fba2 feat(07-01): update index.html flash-prevention script for three themes
560400b187 feat(07-01): extend ThemeContext to support three named themes with THEME_META export
f0f65a63dd feat(07-01): replace CSS variable blocks with Catppuccin Mocha, Tokyo Night, and Catppuccin Latte palettes
Compare 13 commits »
mikkel pushed tag v1.1 to mikkel/nexus 2026-03-31 12:33:27 +00:00
mikkel pushed tag v1.0 to mikkel/nexus 2026-03-31 09:56:53 +00:00
mikkel created branch nexus/main in mikkel/nexus 2026-03-31 09:56:10 +00:00
mikkel pushed to nexus/main at mikkel/nexus 2026-03-31 09:56:10 +00:00
4c8cfcd851 [nexus] fix(audit): resolve integration checker findings — straggler strings, query param pre-fill, orphaned import
104dd06036 [nexus] fix(04-03): add root directory prompt to CLI onboarding (ONBD-06)
c3e481230c feat(04-02): add Vite alias to redirect OnboardingWizard to NexusOnboardingWizard
baaa847236 feat(04-03): add Nexus agent bootstrap to CLI onboarding
e9398a8777 feat(04-02): create NexusOnboardingWizard component
Compare 10 commits »
mikkel pushed to main at mikkel/telegram-bot-mcp 2026-03-30 13:01:50 +00:00
6fcc000c39 feat: health endpoint shows both bot statuses and inbox state
mikkel pushed to main at mikkel/telegram-bot-mcp 2026-03-30 12:53:04 +00:00
a7344fa332 fix: break feedback loop - only write to inbox from send_message tool
mikkel pushed to main at mikkel/telegram-bot-mcp 2026-03-30 12:41:25 +00:00
10f6dbbd19 fix: frame inbox messages as tasks with instruction to acknowledge
mikkel pushed to main at mikkel/telegram-bot-mcp 2026-03-30 12:29:38 +00:00
65f84f9552 feat: write outbound MCP messages to homelab bot inbox
mikkel pushed to main at mikkel/telegram-bot-mcp 2026-03-30 11:55:34 +00:00
8ede43395e fix: log MCP bot's own outbound messages to database
mikkel pushed to main at mikkel/telegram-bot-mcp 2026-03-30 11:47:24 +00:00
2a88b528d4 security: protect ingest endpoint with shared secret
mikkel pushed to main at mikkel/telegram-bot-mcp 2026-03-30 11:44:41 +00:00
d60b0208db fix: use internal Forgejo URL for token exchange and verification
mikkel pushed to main at mikkel/telegram-bot-mcp 2026-03-30 11:42:32 +00:00
5d08e15b0f security: replace open OAuth with Forgejo-backed authentication
mikkel pushed to main at mikkel/telegram-bot-mcp 2026-03-30 11:35:55 +00:00
50c3b116f7 security: restrict /api/ingest to internal IPs only
mikkel pushed to main at mikkel/telegram-bot-mcp 2026-03-30 11:32:03 +00:00
1dff4630fe fix: use FastMCP's InMemoryOAuthProvider instead of custom implementation
mikkel pushed to main at mikkel/telegram-bot-mcp 2026-03-30 11:29:14 +00:00
1296310adb fix: implement authorize() to auto-approve and redirect with code