Commit Graph
392 Commits
Author SHA1 Message Date
jason.woltje 5f0a7c847c fix: use double quotes for ConfigService key (prettier) 2026-03-10 22:50:58 -05:00
jason.woltjeandClaude Opus 4.6 639abfaefa fix: bump simple-git to 3.32.3 and use ConfigService for giteaApiBaseUrl
Co-Authored-By: Claude Opus 4.6 <[email protected]>
2026-03-10 22:44:03 -05:00
jason.woltje 6e2b9a307e feat(gatekeeper): add PR merge automation service 2026-03-10 21:35:11 -05:00
jason.woltje e8a2d32476 feat(api): add Woodpecker CI webhook notifications 2026-03-08 18:37:35 -05:00
jason.woltje 6e9def3c5a Merge pull request 'feat(api): MS24 queue notifications module' (#750) from feat/ms24-queue-api into main 2026-03-08 23:04:16 +00:00
jason.woltje 456d53fc7f fix(api): add SkipCsrf to queue notification ack endpoint 2026-03-08 17:54:35 -05:00
jason.woltje 06f2cc4be3 feat(api): add queue notifications module 2026-03-08 17:27:41 -05:00
jason.woltje 04bbdf3308 fix(api): proxy mission-control routes to orchestrator 2026-03-08 14:04:12 -05:00
jason.woltje 8d6abd72bb feat(api): MS23 mission control Prisma schema (#699)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-07 01:18:06 +00:00
jason.woltje bf5779fb73 fix(api): add AuthModule import to UserAgentModule 2026-03-05 16:21:38 -06:00
jason.woltje d220be6b58 fix(api): add AuthModule import to AgentTemplateModule
The AgentTemplateController uses AuthGuard which requires AuthService,
but AgentTemplateModule was not importing AuthModule. This caused the
API to crash during dependency resolution.
2026-03-05 09:46:22 -06:00
jason.woltje 413ecdb63b feat(ms22-p2): add Discord channel → agent routing (#688)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-05 14:04:06 +00:00
jason.woltje e85fb11f03 test(ms22-p2): add unit tests for agent services (#687)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-05 03:40:35 +00:00
jason.woltje 2f1ee53c8d feat(ms22-p2): add agent status endpoints and chat routing (#684)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-05 02:56:36 +00:00
jason.woltje af56684e84 feat(ms22-p2): add UserAgent CRUD endpoints (#682)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-05 02:44:19 +00:00
jason.woltje ee4d6fa12b feat(ms22-p2): add AgentTemplate admin CRUD endpoints (#678)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-05 02:32:17 +00:00
jason.woltje 22e08e4ef2 feat(ms22-p2): seed default agent templates (jarvis, builder, medic) 2026-03-04 19:41:25 -06:00
jason.woltje f11a005538 feat(ms22-p2): add AgentTemplate and UserAgent prisma schema 2026-03-04 18:49:25 -06:00
jason.woltje 5207d8c0c9 fix(chat): skip CSRF for guest endpoint 2026-03-03 12:36:01 -06:00
jason.woltje d1c9a747b9 fix(chat): import ConfigModule in ChatProxyModule 2026-03-03 12:28:50 -06:00
jason.woltje 48d734516a fix(lint): resolve prettier and dot-notation errors 2026-03-03 11:40:38 -06:00
jason.woltje c45cec3bba feat(chat): add guest chat mode for unauthenticated users
- Add POST /api/chat/guest endpoint (no auth required)
- Add proxyGuestChat() method using configurable LLM endpoint
- Add streamGuestChat() function to frontend chat API
- Modify useChat to fall back to guest mode on auth errors (403/401)
- Remove !user check from ChatInput disabled prop
- Configure guest LLM via env vars: GUEST_LLM_URL, GUEST_LLM_API_KEY, GUEST_LLM_MODEL
- Default guest LLM: http://10.1.1.42:11434/v1 (Ollama) with llama3.2 model
2026-03-03 11:16:23 -06:00
jason.woltje b1baa70e00 fix(db): add missing MS21 user auth fields migration (#666)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-03 04:10:10 +00:00
jason.woltje 7f94ecdc7a fix: add missing orchestrator endpoints + fix AgentStatusWidget (#657)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-02 16:43:51 +00:00
jason.woltje 51d46b2e4a fix(ci): copy .npmrc before pnpm install in all Dockerfiles (#654)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-02 01:09:22 +00:00
jason.woltje 7d505e75f8 feat: custom node base image (#649)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-01 23:39:41 +00:00
jason.woltje a00f1e1fd7 fix(api): activity interceptor tests (#647)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-01 23:15:16 +00:00
jason.woltje 6eb91c9eba fix(api): security hardening — helmet + auth rate limiting (#641)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-01 22:43:10 +00:00
jason.woltje e7da4ca25e fix: attach domain to project (#640)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-01 22:33:49 +00:00
jason.woltje d361d00674 fix: Logs page — activity_logs, optional workspaceId, autoRefresh on (#637)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-01 22:10:16 +00:00
jason.woltje 78ff8f8e70 fix: GET workspace members endpoint (#635)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-01 21:53:51 +00:00
jason.woltje 2463b7b8ba test(glm47): workspace stats endpoint (#633)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-01 21:46:48 +00:00
jason.woltje b4f4de6f7a fix(api): remove noisy CSRF guard debug log (#631)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-01 21:13:00 +00:00
jason.woltje 2b6bed2480 fix(api): value imports for DTO classes in controllers (#630)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-01 20:55:07 +00:00
jason.woltje c23c33b0c5 fix(api): use TRUSTED_ORIGINS for socket.io gateway CORS (#628)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-01 20:13:13 +00:00
jason.woltje 3607554902 fix(api): MS22 Phase 1 post-coding audit (#625)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-01 19:53:49 +00:00
jason.woltje a25a77a43c fix(api): widget throttling and orchestrator endpoints (#624)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-01 19:22:20 +00:00
jason.woltje 99a4567e32 fix(api): skip CSRF for Bearer-authenticated API clients (#622)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-01 19:06:14 +00:00
jason.woltje 559c6b3831 fix(api): add AuthModule to FleetSettingsModule and ChatProxyModule (#621)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-01 18:06:49 +00:00
jason.woltje 631e5010b5 fix(api): add ConfigModule to ContainerLifecycleModule imports (#620)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-01 17:52:10 +00:00
jason.woltje 029c190c05 feat(api): chat proxy (MS22-P1i) (#615)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-01 15:59:00 +00:00
jason.woltje 477d0c8fdf feat(api): idle container reaper (MS22-P1k) (#614)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-01 15:50:34 +00:00
jason.woltje dc7e0c805c feat(api): onboarding API (MS22-P1e) (#612)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-01 15:43:43 +00:00
jason.woltje 2b010fadda feat(api): fleet settings API (MS22-P1g) (#611)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-01 15:37:04 +00:00
jason.woltje c25e753f35 feat(api): ContainerLifecycleService (MS22-P1d) (#610)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-01 15:24:42 +00:00
jason.woltje d3c8b8cadd feat(api): internal agent config endpoint (MS22-P1c) (#609)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-01 15:14:06 +00:00
jason.woltje 7a46c81897 feat(api): add agent fleet Prisma schema (MS22-P1a) 2026-03-01 08:42:10 -06:00
jason.woltje e59e517d5c feat(api): add CryptoService for secret encryption (MS22-P1b) 2026-03-01 08:40:40 -06:00
jason.woltje 0e74b03d9c test(api): integration tests for MS22 knowledge layer modules (MS22-TEST-001) (#594)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-01 04:54:23 +00:00
jason.woltje 1df20f0e13 feat(api): add assigned_agent to Task model (MS22-DB-003, MS22-API-003) (#591)
Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
2026-03-01 03:54:28 +00:00