2026-05-24T09:01:51Z - 2026-06-24T09:01:51Z

Overview

2 active pull requests
44 active issues
Excluding merges, 1 author has pushed 26 commits to main and 64 commits to all branches. On main, 55 files have changed and there have been 5558 additions and 258 deletions.

4 releases published by 1 user

Tag v0.7.0 2026-06-17 09:41:10 -07:00

Tag v0.6.2 2026-06-05 09:55:08 -07:00

Release v0.6.1 v0.6.1 — Source health grouping 2026-06-02 04:35:26 -07:00

Release v0.6.0 v0.6.0 2026-06-02 02:02:56 -07:00

2 pull requests merged by 1 user

36 issues closed from 1 user

Closed #12 feat: incident ticket automation — export incidents to Jira, Notion, and other trackers 2026-06-14 15:46:33 -07:00

Closed #24 feat: SSH target manager — GUI editor for remote host configuration 2026-06-14 15:27:46 -07:00

Closed #54 chore: enumerate log sources to harvest from example-node 2026-06-14 15:17:15 -07:00

Closed #55 chore: enumerate log sources to harvest from huginn 2026-06-14 15:17:15 -07:00

Closed #27 feat: Orchard branch auto-enrollment and submission anonymization 2026-06-14 14:30:26 -07:00

Closed #23 feat: context-aware dynamic log discovery — scan /var/log and /opt ranked by problem context and reference corpus 2026-06-14 14:01:58 -07:00

Closed #46 feat: synthetic log corpus generator for demo and testing 2026-06-11 10:57:27 -07:00

Closed #6 feat: push-based log corpus export — periodic ERROR/CRITICAL batch push to Avocet 2026-06-10 22:40:16 -07:00

Closed #11 feat: security alerts tab — UI view for IDS/antimalware hits 2026-06-10 22:40:16 -07:00

Closed #57 feat: incident timeline visualizer — scrollable event stream with severity bands 2026-06-10 16:02:44 -07:00

Closed #9 feat: HuggingFace cybersec model integration — pretrained classifier on ingested entries 2026-06-10 15:01:43 -07:00

Closed #10 feat: anomaly scoring pipeline — score entries, persist results, surface high-confidence hits 2026-06-09 11:15:22 -07:00

Closed #42 Migrate from SQLite to PostgreSQL for multi-node write support 2026-06-09 10:32:04 -07:00

Closed #50 feat: multi-tenant source namespacing -- isolate log sources per deployment context 2026-06-09 10:32:04 -07:00

Closed #65 Adopt cf_core.memory (mnemo) for persistent knowledge graph 2026-06-03 19:11:11 -07:00

Closed #60 DB write contention: FTS5 batch inserts starve incident API and watcher flushes 2026-06-02 02:02:59 -07:00

Closed #41 feat(classifier): add Hybrid-BERT label mapping shim for krishnas4415/log-anomaly-detection-models 2026-06-02 02:02:59 -07:00

Closed #15 feat: hybrid BM25 + vector RAG for diagnose — pattern recognition and red herring suppression 2026-06-02 02:02:59 -07:00

Closed #32 Domain-view mapping: cluster log patterns by service health domain in diagnose output 2026-06-02 02:02:59 -07:00

Closed #53 feat: natural language source addition -- describe a log source in plain English 2026-05-29 09:40:14 -07:00

Closed #52 feat: onboarding wizard -- guided first-run setup for new deployments 2026-05-29 09:40:13 -07:00

Closed #51 feat: log bundle export with PII sanitization option 2026-05-29 09:25:54 -07:00

Closed #48 chore: compliance audit checklist -- data isolation, audit logging, PII egress 2026-05-28 10:39:39 -07:00

Closed #49 feat: API authentication -- bearer token / API key for all REST endpoints 2026-05-28 08:50:29 -07:00

Closed #47 docs: air-gapped deployment guide 2026-05-28 08:50:28 -07:00

Closed #45 feat: offline-first model bundling -- disable HuggingFace downloads at runtime 2026-05-28 08:21:51 -07:00

Closed #21 feat: reference doc layer — ingest local structured docs (Markdown, PDF, DOCX) for context-aware diagnosis 2026-05-28 08:20:31 -07:00

Closed #56 feat: technical-level post-processor for diagnosis output 2026-05-28 07:56:14 -07:00

Closed #36 feat: add per-stage error isolation in pipeline.py run_pipeline() 2026-05-25 20:12:14 -07:00

Closed #35 refactor: extract shared _call_llm helper used by hypothesizer and synthesizer 2026-05-25 20:12:14 -07:00

Closed #34 fix: remove unreachable suppression branch in synthesizer._build_hypothesis_block 2026-05-25 20:12:14 -07:00

Closed #38 fix: coerce supporting_cluster_ids items to str in hypothesizer LLM response parsing 2026-05-25 20:12:14 -07:00

Closed #37 fix: move format_context_block() call inside legacy-only branch in diagnose/__init__.py 2026-05-25 20:12:14 -07:00

Closed #33 refactor: make ClassifiedTimeline.cluster_severities immutable (MappingProxyType) 2026-05-25 20:00:12 -07:00

Closed #29 Multi-agent diagnose pipeline: specialize into timeline, root-cause, and false-positive-suppressor stages 2026-05-25 19:59:36 -07:00

Closed #30 Fingerprint-based incremental glean: skip unchanged log files on batch re-glean 2026-05-25 19:59:36 -07:00

34 issues created by 1 user

Opened #31 Log causality graph: force-directed incident visualization (nodes=services, edges=correlated events) 2026-05-24 22:02:57 -07:00

Opened #29 Multi-agent diagnose pipeline: specialize into timeline, root-cause, and false-positive-suppressor stages 2026-05-24 22:02:57 -07:00

Opened #30 Fingerprint-based incremental glean: skip unchanged log files on batch re-glean 2026-05-24 22:02:57 -07:00

Opened #32 Domain-view mapping: cluster log patterns by service health domain in diagnose output 2026-05-24 22:02:58 -07:00

Opened #33 refactor: make ClassifiedTimeline.cluster_severities immutable (MappingProxyType) 2026-05-25 18:57:19 -07:00

Opened #35 refactor: extract shared _call_llm helper used by hypothesizer and synthesizer 2026-05-25 18:57:42 -07:00

Opened #34 fix: remove unreachable suppression branch in synthesizer._build_hypothesis_block 2026-05-25 18:57:42 -07:00

Opened #38 fix: coerce supporting_cluster_ids items to str in hypothesizer LLM response parsing 2026-05-25 18:58:34 -07:00

Opened #37 fix: move format_context_block() call inside legacy-only branch in diagnose/__init__.py 2026-05-25 18:58:34 -07:00

Opened #36 feat: add per-stage error isolation in pipeline.py run_pipeline() 2026-05-25 18:58:34 -07:00

Opened #41 feat(classifier): add Hybrid-BERT label mapping shim for krishnas4415/log-anomaly-detection-models 2026-05-25 20:32:33 -07:00

Opened #42 Migrate from SQLite to PostgreSQL for multi-node write support 2026-05-26 10:06:46 -07:00

Opened #44 feat: vendor device structured error code pattern library 2026-05-26 23:05:24 -07:00

Opened #43 feat: vendor device proprietary log format parser 2026-05-26 23:05:24 -07:00

Opened #46 feat: synthetic log corpus generator for demo and testing 2026-05-26 23:05:25 -07:00

Opened #45 feat: offline-first model bundling -- disable HuggingFace downloads at runtime 2026-05-26 23:05:25 -07:00

Opened #48 chore: compliance audit checklist -- data isolation, audit logging, PII egress 2026-05-26 23:05:26 -07:00

Opened #47 docs: air-gapped deployment guide 2026-05-26 23:05:26 -07:00

Opened #49 feat: API authentication -- bearer token / API key for all REST endpoints 2026-05-26 23:05:27 -07:00

Opened #50 feat: multi-tenant source namespacing -- isolate log sources per deployment context 2026-05-26 23:05:27 -07:00

Opened #52 feat: onboarding wizard -- guided first-run setup for new deployments 2026-05-26 23:05:28 -07:00

Opened #51 feat: log bundle export with PII sanitization option 2026-05-26 23:05:28 -07:00

Opened #53 feat: natural language source addition -- describe a log source in plain English 2026-05-26 23:05:29 -07:00

Opened #54 chore: enumerate log sources to harvest from example-node 2026-05-27 08:50:48 -07:00

Opened #55 chore: enumerate log sources to harvest from huginn 2026-05-27 08:50:49 -07:00

Opened #56 feat: technical-level post-processor for diagnosis output 2026-05-27 22:23:18 -07:00

Opened #57 feat: incident timeline visualizer — scrollable event stream with severity bands 2026-05-28 10:39:19 -07:00

Opened #58 DMZ + honeypot for bot pattern capture 2026-05-30 09:46:27 -07:00

Opened #59 Design ref: llama-conductor patterns for log retrieval cascade + provenance tracking 2026-05-31 09:44:00 -07:00

Opened #60 DB write contention: FTS5 batch inserts starve incident API and watcher flushes 2026-05-31 22:52:17 -07:00

Opened #65 Adopt cf_core.memory (mnemo) for persistent knowledge graph 2026-06-03 18:33:57 -07:00

Opened #66 Evaluate RePlaya for session replay diagnostics 2026-06-03 20:12:47 -07:00

Opened #67 feat: honeypot log ingestion — Cowrie, OpenCanary, T-Pot parsers + guaranteed-malicious alerting 2026-06-17 11:37:15 -07:00

Opened #68 feat: AI-driven threat detection — behavioral analysis, external threat intel, prompt injection signatures 2026-06-17 11:37:38 -07:00

4 unresolved conversations

Open #25 feat: strip display route — sysadmin profile 2026-06-14 13:44:12 -07:00

Open #28 feat: SSH remote host glean (#22) 2026-06-13 22:18:28 -07:00

Open #18 feat: evaluate Agent-ModernColBERT as semantic upgrade to FTS5 log search 2026-06-01 15:10:00 -07:00

Open #26 feat: Tauri desktop companion — sysadmin tray app 2026-06-01 15:10:00 -07:00