Commit f4b9b33
committed
Squashed commit of the following:
commit 8d99875
Author: Matt <mdrong2@gmail.com>
Date: Wed Mar 25 14:19:07 2026 -0500
updated commodities
commit a9d77d9
Author: Matt-Drong <mathias.drong@creospan.com>
Date: Wed Mar 25 13:44:05 2026 -0500
Squashed commit of the following:
commit 53f6d81
Merge: 8c1ea37 5c08355
Author: Calesthio <celesthioailabs@gmail.com>
Date: Wed Mar 25 10:21:02 2026 -0700
Merge pull request calesthio#68 from schergr/fix/osint-signal-truncation
Fix remaining OSINT signal text truncation
commit 5c08355
Author: calesthio <celesthioailabs@gmail.com>
Date: Tue Mar 24 18:48:55 2026 -0700
Fix Telegram dedup identity and legacy Markdown escaping
commit b7322f1
Author: Greg Scher <greg@212southadvisors.com>
Date: Mon Mar 23 13:01:32 2026 -0400
Fix HTML entity decoding and broaden OSINT dedup window
- Replace single &calesthio#39; handler with generic numeric/hex entity decoder
so &calesthio#39; and other unpadded entities are properly converted
- Dedup urgent OSINT posts against all hot memory runs (last 3 sweeps)
instead of only the previous sweep, preventing posts that drop out
of one sweep from reappearing as "new" in the next
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
commit 31c305c
Author: Greg Scher <greg@212southadvisors.com>
Date: Mon Mar 23 12:57:37 2026 -0400
Escape Markdown in alert signals and cap OSINT text in ideas prompt
Addresses PR review: escape Markdown-sensitive characters in
_formatTieredAlert signal bullets to prevent Telegram Bot API
rejections, and add a 1500-char budget for URGENT_OSINT in
compactSweepForLLM to bound prompt size while keeping full text upstream.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
commit 2d166c2
Author: Greg Scher <greg@212southadvisors.com>
Date: Sat Mar 21 12:59:30 2026 -0400
Remove remaining text truncation across delta engine, memory, and ideas
The prior fix (753c676) only removed truncation at source ingestion and
alert formatting. Signals were still being cut to 120 chars in the delta
engine, 80 chars in memory snapshots, and 120 chars in the ideas LLM
context — so OSINT posts arrived at the alerter already truncated.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
commit 753c676
Author: Greg Scher <greg@212southadvisors.com>
Date: Fri Mar 20 16:49:58 2026 -0400
Remove text truncation limits from Telegram posts
Posts were being cut to 300 chars (source ingestion) and 150 chars
(alert evaluation), losing valuable OSINT context. The sendMessage
chunker already handles the 4096-char Telegram API limit.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
commit b54ddce
Author: Matt <mdrong2@gmail.com>
Date: Wed Mar 25 02:22:48 2026 -0500
sure why not1 parent de2ddcb commit f4b9b33
File tree
3 files changed
+9
-11
lines changed- apis/sources
- dashboard/public
- lib/alerts
3 files changed
+9
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 23 | | |
27 | 24 | | |
28 | 25 | | |
| |||
119 | 116 | | |
120 | 117 | | |
121 | 118 | | |
122 | | - | |
| 119 | + | |
123 | 120 | | |
124 | 121 | | |
125 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1029 | 1029 | | |
1030 | 1030 | | |
1031 | 1031 | | |
1032 | | - | |
1033 | | - | |
| 1032 | + | |
| 1033 | + | |
1034 | 1034 | | |
1035 | 1035 | | |
1036 | 1036 | | |
| |||
1093 | 1093 | | |
1094 | 1094 | | |
1095 | 1095 | | |
| 1096 | + | |
| 1097 | + | |
| 1098 | + | |
| 1099 | + | |
1096 | 1100 | | |
1097 | 1101 | | |
1098 | 1102 | | |
1099 | 1103 | | |
1100 | | - | |
1101 | | - | |
1102 | | - | |
1103 | | - | |
| 1104 | + | |
1104 | 1105 | | |
1105 | 1106 | | |
1106 | 1107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments