Skip to content

[codex] simplify compact notifications and margin labels#223

Merged
Pigbibi merged 1 commit into
mainfrom
codex/simplify-compact-notifications-and-margin-labels
Jul 1, 2026
Merged

[codex] simplify compact notifications and margin labels#223
Pigbibi merged 1 commit into
mainfrom
codex/simplify-compact-notifications-and-margin-labels

Conversation

@Pigbibi

@Pigbibi Pigbibi commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Simplify Telegram compact notifications to account/positions/trade outcome only.
  • Fix margin-enabled dashboard wording so buying power is not described as cash-only assets.
  • Bump UsEquityStrategies pin to the merged dashboard fix.

Test Plan

  • See repository-specific pytest commands in the PR checks and local validation.

@Pigbibi Pigbibi enabled auto-merge (squash) July 1, 2026 21:02
@Pigbibi Pigbibi merged commit 2916533 into main Jul 1, 2026
2 checks passed
@Pigbibi Pigbibi deleted the codex/simplify-compact-notifications-and-margin-labels branch July 1, 2026 21:07

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6bcd7b097c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +210 to +212
text.startswith(("⏱", "🧾", "🧩 输入状态", "📊", "🎯", "🛡️"))
or lowered.startswith(("signal:", "signal:", "market status:"))
or text.startswith(("信号:", "信号:", "市场状态:", "市场状态:"))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Exclude remaining audit rows from compact dashboards

When dashboard_text contains strategy audit rows that do not start with these prefixes—for example TQQQ dashboard rows like QQQ: ... | MA200 Exit: ... or Vol Delever: ..._compact_dashboard_lines() keeps them, so compact trade/heartbeat Telegram messages still include benchmark and risk diagnostics instead of only account/position/outcome information. Please either positively allow the account/holding/cash rows or add the remaining audit prefixes before using this helper for compact notifications.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant