Commit Graph

40 Commits

Author SHA1 Message Date
2569718930@qq.com 9a8ed0e15e @
修复机场快照时间显示:CST → KST(UTC+9 当地时间)
@
2026-05-12 17:08:56 +08:00
2569718930@qq.com 64f8ff21ec @
新增机场高频推送:10分钟级温度监控 + DEB预测快报

为首尔/釜山/东京三大机场城市实现高频温度监控通道:
- 新增 airport_obs_log 表积累观测数据,支持趋势检测
- AMOS/JMA 成功后自动写入观测日志
- 新增 airport_rapid_temp_change 告警规则(20min窗口、0.5°C/10min阈值)
- 10分钟间隔高频子循环 + 30分钟机场快照(含 DEB 预测最高温)
- 最高温锁定后自动跳过,快照仅当地 08:00-20:00 发送

Tested: ruff check 通过
@
2026-05-12 17:04:17 +08:00
2569718930@qq.com 2183c0399d 移除错误定价信号和市场聚焦摘要功能
保留关键市场警报推送(4 条触发规则不变),
移除 mispricing 信号分类/推送、focus digest 评分/聚合/定时推送、
/markets 手动查询等全套逻辑,净删除 1049 行。
2026-05-07 21:42:06 +08:00
2569718930@qq.com f8c5cfab28 降低市场监控Telegram推送频率,减少重复通知
收紧推送周期、冷却时间和触发门槛的默认值,避免52城
同时监控导致的通知轰炸。删除不再使用的doc_refresher技能。

Constraint: 用户反馈电报群通知太频繁且同城市重复推送
Rejected: 在.env中配置 | 用户要求写死在代码默认值中
Confidence: high
Scope-risk: narrow
Directive: 如需临时放宽,仍可通过同名环境变量覆盖
Tested: Not-tested: 需实际运行bot验证推送频率
2026-05-06 14:50:35 +08:00
2569718930@qq.com f0436f498a This version of Antigravity is no longer supported. Please upgrade to receive the latest features. 2026-04-29 21:10:56 +08:00
2569718930@qq.com 449eb48d8b Add history model context and widen signal push window 2026-04-17 19:49:01 +08:00
2569718930@qq.com 53d2ae4c10 Retire dual storage mode and default runtime state to sqlite 2026-04-16 00:52:55 +08:00
2569718930@qq.com f64d3aec83 Filter market pushes by local trading window 2026-04-01 22:01:24 +08:00
2569718930@qq.com 93f4a95e80 Add actionable counts to market digest logs 2026-04-01 21:31:17 +08:00
2569718930@qq.com 59fb1266b9 Broaden market monitor shortlist for tradable markets 2026-04-01 21:28:02 +08:00
2569718930@qq.com f8143f462f Push market focus digests in scan batches 2026-04-01 21:22:01 +08:00
2569718930@qq.com da0b4198ac Add market monitor digest skip diagnostics 2026-04-01 21:14:23 +08:00
2569718930@qq.com fdcc57339b Disable Telegram link previews in market digest messages 2026-04-01 20:07:03 +08:00
2569718930@qq.com 9dc21a3088 Skip non-tradable markets in monitor digests 2026-04-01 19:43:57 +08:00
2569718930@qq.com c7c4f6c674 Fix digest push log after interval-based scheduling 2026-04-01 19:28:58 +08:00
2569718930@qq.com 149452dcc0 Switch market digests to interval-based pushes 2026-04-01 19:23:35 +08:00
2569718930@qq.com 4f017d501b Refine market alert wording and focus digest scheduling 2026-04-01 18:56:39 +08:00
2569718930@qq.com 384fd7d1e4 Remove mispricing price cap from market alerts 2026-04-01 18:46:46 +08:00
2569718930@qq.com c9719cf577 Add local peak timing and /markets bot digest 2026-04-01 18:24:50 +08:00
2569718930@qq.com 342ed77283 Document market monitor bot settings and retire wallet activity 2026-04-01 17:53:31 +08:00
2569718930@qq.com 43749fff7c Unify runtime state in SQLite and add rollout observability 2026-03-20 23:00:07 +08:00
2569718930@qq.com cd0a5d519f feat: Introduce core bot components, on-chain wallet watchers, Telegram notifications, and configuration management. 2026-03-13 19:24:05 +08:00
2569718930@qq.com e798a4f33a feat: Introduce account center for user management and crypto payments; add Telegram push utility. 2026-03-13 13:01:57 +08:00
2569718930@qq.com 20d3e940e0 feat: Add Polymarket read-only data layer, Telegram push utility, and market alert engine. 2026-03-12 10:06:09 +08:00
2569718930@qq.com db3b1c995a feat: Implement PolyWeather web map API with integrated weather data analysis, market alert engine, and Telegram push utility. 2026-03-11 12:15:09 +08:00
2569718930@qq.com b3f46430ad feat: Introduce comprehensive weather data querying, analysis, and display services, integrate Polymarket data collection, and add Telegram notification utilities. 2026-03-11 10:23:33 +08:00
2569718930@qq.com af4bee12f5 feat: Introduce a web frontend with new city API routes and refactor bot city query logic into a dedicated service. 2026-03-11 08:46:32 +08:00
2569718930@qq.com 4e6cb1071c feat: Implement Telegram push notifications for weather and market conditions and a Polymarket read-only data interface. 2026-03-11 02:13:38 +08:00
2569718930@qq.com d6434bf174 feat: Add weather alert engine, Polymarket data reader, and Telegram notification utility. 2026-03-11 01:56:22 +08:00
2569718930@qq.com 396c373cba feat: implement PolyWeather dashboard with map UI, data collection, analysis, and comprehensive documentation. 2026-03-10 09:02:56 +08:00
2569718930@qq.com ded7850e0c feat: Implement a Telegram push notification system for weather trade alerts, including state management, cooldowns, and severity filtering. 2026-03-06 19:24:25 +08:00
2569718930@qq.com 00f79139e1 feat: Introduce PolyWeather Pro commercialization, update project documentation, and add Telegram push utility. 2026-03-06 19:16:48 +08:00
2569718930@qq.com ce2a553e08 feat: implement a rule-based market weather alert engine, including a Telegram push utility and tests. 2026-03-06 18:50:11 +08:00
2569718930@qq.com 4d6a915690 feat: add rule-based weather alert engine for short-horizon trading signals, including momentum, forecast breakthrough, Ankara DEB, and advection alerts. 2026-03-06 12:36:13 +08:00
2569718930@qq.com 43b7c1b480 feat: Implement PolyWeather application with a map-based frontend, Python web services, market alert engine, and supporting utilities. 2026-03-06 12:31:15 +08:00
2569718930@qq.com 05a5f005fe feat: add a rule-based market alert engine for weather analysis with Telegram integration and tests. 2026-03-06 10:51:06 +08:00
2569718930@qq.com ba992f7d80 feat: Introduce automated Telegram trade alert push and add target date option to /tradealert command. 2026-03-06 10:40:39 +08:00
2569718930@qq.com 68cb056907 feat: Implement PolyWeather web application with map and market alert engine, including related utilities and tests. 2026-03-06 10:31:06 +08:00
2569718930@qq.com cac2110b16 feat: Introduce Telegram trade alert functionality and a /tradealert command for previewing alerts. 2026-03-06 10:20:42 +08:00
2569718930@qq.com c4063468e5 feat: Introduce automated Telegram alerts for trade opportunities with configurable settings. 2026-03-06 10:09:49 +08:00