hmo
058c42ce27
feat(health): recent XMPP conversation log panel + stale error fix
...
User requirement: health tab should show recent XMPP conversations.
- bot hooks log_xmpp on inbound (on_msg) and outbound (_deliver_loop)
so real chats land in xmpp_messages.jsonl (was: only cron/scanner)
- index.html health tab: new '最近对话' panel (last 10 msgs, dir arrow,
preview, status, time); refreshHealth updates it incrementally
- last_error now shows age and resolved state: once a successful
outbound happens after an error, it's shown gray as '已恢复'
instead of alarming red forever; unresolved errors still red
- health() status no longer degraded by errors that were later
resolved by successful outbound
2026-07-20 00:07:28 +08:00
hmo
0802046d5c
feat: Hermes Gateway + LLM provider monitoring, root cause visible in health tab
2026-07-19 13:25:37 +08:00
hmo
50ae4e1cc9
feat: XMPP bot journal monitoring — detect inbound/outbound/errors, smooth health refresh
2026-07-19 13:15:37 +08:00
hmo
9f3d1d8106
refactor: remove redundant dashboard tab, health tab now unified
2026-07-19 12:57:08 +08:00
hmo
b41bed7959
feat: XMPP observability — logger, monitor endpoints, clean dead xiaoguo refs
2026-07-19 12:47:15 +08:00
hmo
fec2bc9106
refactor: integrate spec system into all 9 tabs — ?§ buttons, native health monitoring
2026-07-19 11:22:56 +08:00
hmo
8356946de3
refactor: health tab now uses new dashboard, added dashboard tab
2026-07-19 11:11:59 +08:00
hmo
e45c3bb01f
feat: integrate dashboard tab into main index.html navbar
2026-07-19 11:11:18 +08:00
知微
9239ab40c0
docs: 更新CHANGELOG + 开发日志记录07/13全部变更
...
- XMPP Bot非阻塞/本地XMPP/MUC修复
- price_monitor推送冷却持久化
- 深套股规则重构+换股规划swap-plan
- 周月线技术分析增强
- 健康Tab写无读清零
- stale_push_wlin/per_stock_reassess/promote_candidates更新
- static/index.html + mofin_health.json + server.py同步
2026-07-13 12:09:25 +08:00
知微
016258bc09
feat: 批量LLM九维分析+仓位建议列+Dashboard显示
2026-07-09 23:16:47 +08:00
知微
93dd2f8732
fix: 完整九维分析显示链接
2026-07-09 20:55:27 +08:00
知微
14690a64e5
fix: 自选按信号优先级排序+策略显示tech_snapshot/sector_context
2026-07-09 20:24:43 +08:00
知微
cc9e9e066e
fix: 自选Tab两行布局(策略全显)+新增RR列
2026-07-09 19:52:29 +08:00
知微
ffef8cdd29
fix: 自选Tab显示策略数据(买入区间/信号/策略)+live_prices涨跌
2026-07-09 19:49:07 +08:00
知微
a83c0ea11e
fix: watchlist API改用holding_strategies+市场Tabtrend变量
2026-07-09 19:24:45 +08:00
知微
223c708507
fix: 市场Tab候选管道JS语法错误
2026-07-09 19:21:07 +08:00
知微
b23e7736ee
feat: 首页加 🏥 健康tab, 内嵌iframe加载三Tab监控
2026-07-08 12:10:54 +08:00
知微
9d85601904
fix: 评估页字段名错误(evaluations→advice_evaluation)
2026-06-21 02:55:12 +08:00
知微
4eb409b51a
市场页改版:三栏展示(行业+趋势信号+小果扫描),取代旧洞察/潜力股
2026-06-21 02:47:04 +08:00
知微
70514bf542
Dashboard: 信号tab + API(signals + xiaoguo-scan),前端展示
2026-06-21 02:44:05 +08:00
知微
66a8f24e17
加回 .gitignore
2026-06-20 12:43:24 +08:00
知微 (MoFin)
33df400c01
目录重组:web/ scripts/ config/ tests/ 标准化
2026-06-20 12:11:33 +08:00
知微 (MoFin)
aa0f740381
MoFin 初始提交
...
完整数据采集+分析管道:
- market_watch.py:90行业板块采集(同花顺/东方财富)
- 市场精选推荐 cron:全市场分析+候选池+星级推荐
- price_monitor.py:持仓/自选高频价格监控
- refresh_mtf_cache.py:多周期K线缓存
- 策略评估/知识萃取管道
文档:docs/ 含完整需求+架构设计
注意:尚未配置 git remote,笑笑接手后自行配置
2026-06-20 12:04:21 +08:00