• Joined on 2026-03-30
gitea pushed to main at gitea/nyx 2026-04-03 22:37:19 +00:00
599c5132a5 feat(theme): per-tenant dark/bright themes, brand decoupled from mode
gitea pushed to main at gitea/nyx 2026-04-03 21:48:18 +00:00
cca0bb8bcd fix(toolbar): show themes on login page — remove isLoggedIn gate
gitea pushed to master at gitea/agent-runtime 2026-04-03 21:24:53 +00:00
44f6116855 feat(tests): ui suite — toolbar groups, scroll preservation, DOM keep-alive
5964ca55e1 Prepare local dev for tenant DB switching
b35610cf6f Add node-level test suite for ErasExpertNode
269c5ccf8c Remove assay-mcp proxy layer
d8e832d2d4 Add --parallel=N for concurrent test execution
Compare 16 commits »
gitea pushed to main at gitea/nyx 2026-04-03 21:13:23 +00:00
ef5080783e feat(app): keep all views alive after first visit, preserve scroll state
gitea pushed to main at gitea/nyx 2026-04-03 21:09:40 +00:00
d48612665b fix(toolbar): watch active ref for always-mounted views (AgentsView, ViewerView)
gitea pushed to main at gitea/nyx 2026-04-03 21:05:55 +00:00
9d0012edad fix(takeover): navigate uses full URL, viewport returns url not hash
gitea pushed to main at gitea/nyx 2026-04-03 21:02:45 +00:00
571f04074a fix(toolbar): version counter prevents stale unmount clearing config
gitea pushed to main at gitea/nyx 2026-04-03 20:58:38 +00:00
8a6b1a533e feat(toolbar): make themes always visible, view groups conditional
gitea pushed to main at gitea/nyx 2026-04-03 20:54:33 +00:00
4dbeea787a Fix toolbar: use module-level ref instead of provide/inject
gitea pushed to main at gitea/nyx 2026-04-03 20:52:56 +00:00
2df8071312 Fix stray closing brace in TestsView
gitea pushed to main at gitea/nyx 2026-04-03 20:52:29 +00:00
409d873aa0 Toolbar is now view-provided via useToolbar composable
gitea pushed to main at gitea/nyx 2026-04-03 20:39:45 +00:00
4abbe86963 Group toolbar items into visual pill containers
gitea pushed to main at gitea/nyx 2026-04-03 20:31:48 +00:00
f8ef8141f5 Simplify sidebar state: session storage, always start collapsed
4dacde9ec1 Show timing stats (×N, p50, p95, pass%) on test dashboard
2267cfb640 Fix screenshot message selector (.message not .chat-message)
dc1b120b4d Fix artifact reactivity + improve takeover debug channel
8996e553e1 Port artifact renderers from cog frontend into Display/Konsole panes
Compare 9 commits »
gitea pushed to master at gitea/agent-runtime 2026-04-01 15:45:32 +00:00
1e64b0a58c Remove old /ws chat endpoint (replaced by Streamable HTTP)
gitea pushed to main at gitea/nyx 2026-04-01 15:44:55 +00:00
323bb0113f Remove dead code: DevView, dev.css, unused formatUsage, gate viewer init
gitea pushed to main at gitea/nyx 2026-04-01 15:37:19 +00:00
d6337c1ece Tenant-specific OIDC: separate Zitadel projects per tenant
gitea pushed to main at gitea/nyx 2026-04-01 15:09:31 +00:00
42c6079755 Multi-tenant build system with K8s namespace separation
gitea pushed to main at gitea/nyx 2026-04-01 14:14:31 +00:00
db10ab93fd Production-ready sidebar, toolbar, auth, and routing for loop42.de
gitea pushed to master at gitea/agent-runtime 2026-03-31 22:23:13 +00:00
e94f1c437c Add Streamable HTTP transport for MCP (replaces SSE as primary)
gitea pushed to main at gitea/nyx 2026-03-31 22:17:54 +00:00
4718feb773 Remove vite-ssg temp from tracking