MrSphay
4448f5931b
Merge remote-tracking branch 'origin/codex/production-intelligence-terminal' into codex/issue-17-sse-heartbeat
...
Codex Template Compliance / template-compliance (pull_request) Successful in 4s
Build / test-and-image (pull_request) Successful in 57s
# Conflicts:
# .env.example
# README.md
# crucix.config.mjs
# test/fetch-utils.test.mjs
2026-05-17 20:49:14 +02:00
MrSphay
eefc1a4c77
Merge remote-tracking branch 'origin/codex/production-intelligence-terminal' into codex/issue-17-sse-heartbeat
...
Codex Template Compliance / template-compliance (pull_request) Successful in 5s
Build / test-and-image (pull_request) Successful in 53s
# Conflicts:
# README.md
# test/fetch-utils.test.mjs
2026-05-17 20:36:31 +02:00
MrSphay
1423dca199
Merge remote-tracking branch 'origin/codex/production-intelligence-terminal' into codex/issue-6-terminal-actions-hardening
...
Codex Template Compliance / template-compliance (pull_request) Successful in 5s
Build / test-and-image (pull_request) Successful in 56s
# Conflicts:
# README.md
# server.mjs
# test/fetch-utils.test.mjs
2026-05-17 20:33:45 +02:00
MrSphay
446076cb84
fix: keep sse streams alive behind proxies
Codex Template Compliance / template-compliance (pull_request) Successful in 5s
Build / test-and-image (pull_request) Successful in 52s
2026-05-17 14:41:55 +02:00
MrSphay
d7df2e4aee
fix: harden terminal action endpoints
Codex Template Compliance / template-compliance (pull_request) Successful in 5s
Build / test-and-image (pull_request) Successful in 49s
2026-05-17 14:19:28 +02:00
e574ad1c3d
feat: alert operators on stale data
Codex Template Compliance / template-compliance (pull_request) Successful in 5s
Build / test-and-image (pull_request) Successful in 53s
2026-05-17 13:58:32 +02:00
53470cc701
fix: load live dashboard data and add terminal actions
Release Dry Run / release-dry-run (push) Successful in 8s
Codex Template Compliance / template-compliance (push) Successful in 5s
Build / test-and-image (push) Successful in 38s
2026-05-17 13:13:38 +02:00
85f97bb2a6
feat: harden intelligence runtime and llm providers
2026-05-16 21:18:34 +02:00
3byss
caf4430284
Merge branch 'master' into master
2026-03-21 16:17:13 -06:00
R4V3N
38046367a9
Resolve merge conflicts with Mistral provider
...
Include both Mistral and Ollama providers in factory,
config, and env docs.
2026-03-20 22:37:35 +01:00
3byss
17b8d9ed87
Finished the Grok LLM implementation
2026-03-20 00:46:44 -06:00
nirae
4af53ab25a
Add Mistral AI as LLM provider
2026-03-19 08:04:08 -07:00
R4V3N
06514fb5e4
Add Ollama provider for self-hosted LLM inference
...
Adds LLM_PROVIDER=ollama for fully local, zero-cost inference
via Ollama's OpenAI-compatible API. No API key required.
Configurable base URL via OLLAMA_BASE_URL env var.
2026-03-18 17:13:16 +01:00
calesthio
3e2d1a3b5d
Merge master into feature/openrouter-support
2026-03-17 14:27:06 -07:00
dan
79dc1fd287
chore: update config and env templates for OpenRouter
2026-03-16 20:16:48 +00:00
Octopus
6f41c2ff3d
feat: add MiniMax as LLM provider
...
Add MiniMax (api.minimax.io) as a fifth LLM provider option alongside
Anthropic, OpenAI, Gemini, and Codex. MiniMax offers an
OpenAI-compatible Chat Completions API with the M2.5 model (204K
context window).
Changes:
- lib/llm/minimax.mjs: new provider using raw fetch (no SDK)
- lib/llm/index.mjs: register MiniMax in the factory
- .env.example, crucix.config.mjs, README.md: document the new option
- test/llm-minimax.test.mjs: 10 unit tests (node:test)
- test/llm-minimax-integration.test.mjs: live API integration test
Usage:
LLM_PROVIDER=minimax
LLM_API_KEY=sk-...
LLM_MODEL=MiniMax-M2.5 # optional, this is the default
2026-03-16 08:45:35 -05:00
calesthio
3674fcb4f7
Crucix — agent with dashboard, delta engine, Telegram/Discord bots
2026-03-14 00:35:31 -07:00
calesthio
ef2c6470fb
Initial release — Crucix Intelligence Engine v2.0.0
...
26-source OSINT intelligence engine with live Jarvis dashboard,
auto-refresh via SSE, optional LLM layer (4 providers), delta/memory
system, and Telegram breaking news alerts.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 23:45:46 -07:00