Commit Graph

25 Commits

Author SHA1 Message Date
calesthio
32613f75f7 Fix star history embed indentation to match official snippet 2026-03-20 22:42:45 -07:00
calesthio
7158b58373 Use official star-history embed format for README chart 2026-03-20 22:40:02 -07:00
calesthio
cd5e6fc61a Fix star history URLs to use lowercase repo name 2026-03-20 22:38:05 -07:00
calesthio
6ba8ba05db Fix star history chart rendering on GitHub dark mode 2026-03-20 22:36:02 -07:00
calesthio
d483ec35f0 Add star history chart to README 2026-03-20 22:33:56 -07:00
calesthio
44dd7fcdd8 Rename dashboard performance toggle to visuals 2026-03-20 15:12:56 -07:00
calesthio
ed384528ef Document dashboard performance modes 2026-03-20 11:03:49 -07:00
calesthio
05ce4680f5 Add token impersonation warning to README 2026-03-20 05:49:34 -07:00
calesthio
7e3ead0e96 Fix dashboard map regressions and OpenSky fallback 2026-03-19 11:57:22 -07:00
nirae
05b63a68af use mistral-large-latest instead of mistral-medium 2026-03-19 08:04:08 -07:00
nirae
7a9c957909 add Mistral in README 2026-03-19 08:04:08 -07:00
calesthio
b1f1a53767 Refine README community callouts 2026-03-18 23:41:55 -07:00
calesthio
3e2d1a3b5d Merge master into feature/openrouter-support 2026-03-17 14:27:06 -07:00
calesthio
1959cc1199 Merge pull request #8 from octo-patch/feature/add-minimax-provider
feat: add MiniMax as LLM provider
2026-03-17 14:24:31 -07:00
calesthio
4761c3d221 Merge pull request #18 from xaoscience/fix/setup-friction
Small setup friction improvement and correction
2026-03-17 14:24:00 -07:00
calesthio
cd206e4efd Promote live demo in repo copy 2026-03-17 13:05:04 -07:00
XAOSTECH
da69912b10 fix(README+docker-compose): reduce install friction
Remove docker-compose version (obsolete) and fix install step capitalisation in README
2026-03-16 23:18:38 +01:00
dan
82731bf090 docs: add OpenRouter to README 2026-03-16 20:17:03 +00:00
calesthio
ef13ef9187 docs: add contributor and security guidelines 2026-03-16 11:44:54 -07:00
calesthio
e92c02f07f docs: add maintainer contact section 2026-03-16 09:49:23 -07: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
cfa9515e4c feat: add 3D WebGL globe, CelesTrak space tracking, and switch to AGPLv3
- Add interactive 3D globe (Globe.gl) with atmosphere, star field, and smooth rotation
- Add animated flight corridor arcs between air traffic hotspots and global hubs
- Add flat map toggle for classic D3 view
- Add CelesTrak as 27th intelligence source (satellite tracking, ISS, military constellations)
- Add Space Watch panel to dashboard
- Switch license from MIT to AGPL-3.0-only
- Update README with 3D globe screenshots, new source count, and license badge

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 09:17:05 -07:00
calesthio
e6e883f50e docs: update clone URLs to actual repo path 2026-03-14 15:52:41 -07: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