Skip to content

math: simplify output format to expr=answer#1

Merged
WovenCoast merged 3 commits intomasterfrom
copilot/change-math-command-edit-message
Mar 27, 2026
Merged

math: simplify output format to expr=answer#1
WovenCoast merged 3 commits intomasterfrom
copilot/change-math-command-edit-message

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 27, 2026

The .math command output was a verbose HTML block with bold "Expression" / "Result" headers. Replace it with a compact inline format.

Before:

<b>Expression</b>:
<code>10+5</code>

<b>Result</b>:
<code>15</code>

After:

10+5=15

⚡ Quickly spin up Copilot coding agent tasks from anywhere on your macOS or Windows machine with Raycast.

…arate reply

Agent-Logs-Url: https://github.com/WovenCoast/userbot/sessions/4a4914cb-03b6-43fd-bd59-dc0a63c4a453

Co-authored-by: WovenCoast <44475239+WovenCoast@users.noreply.github.com>
Copilot AI changed the title [WIP] Update math command to edit existing message instead of using eval math: edit original message in-place instead of sending a reply Mar 27, 2026
Copilot AI requested a review from WovenCoast March 27, 2026 11:00
Comment thread userbot/plugins/eval_exec.py Outdated
@WovenCoast WovenCoast marked this pull request as ready for review March 27, 2026 11:01
Agent-Logs-Url: https://github.com/WovenCoast/userbot/sessions/d67fe984-149e-4860-8462-ed4b53c755c5

Co-authored-by: WovenCoast <44475239+WovenCoast@users.noreply.github.com>
Copilot AI changed the title math: edit original message in-place instead of sending a reply math: simplify output format to expr=answer Mar 27, 2026
Copilot AI requested a review from WovenCoast March 27, 2026 11:05
@WovenCoast WovenCoast merged commit 9880d77 into master Mar 27, 2026
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.

2 participants