[PR #6595] Update processing fee to 4.4% + $0.3 #11993

Closed
opened 2026-02-16 18:16:55 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/6595

State: closed
Merged: No


Processing fee structure changed from flat $1.23 to 4.4% + $0.3, resulting in $1.18 for $20 top-ups.

Changes:

  • Updated zen.mdx auto-reload documentation
  • Updated console pricing display and FAQ section

Formula:

$20 × 0.044 + $0.30 = $1.18
Original prompt

On zen.mdx, update processing fee to be 4.4% + $0.3


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/6595 **State:** closed **Merged:** No --- Processing fee structure changed from flat $1.23 to 4.4% + $0.3, resulting in $1.18 for $20 top-ups. **Changes:** - Updated zen.mdx auto-reload documentation - Updated console pricing display and FAQ section **Formula:** ``` $20 × 0.044 + $0.30 = $1.18 ``` <!-- START COPILOT CODING AGENT SUFFIX --> <!-- START COPILOT ORIGINAL PROMPT --> <details> <summary>Original prompt</summary> > On zen.mdx, update processing fee to be 4.4% + $0.3 </details> <!-- START COPILOT CODING AGENT TIPS --> --- 💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more [Copilot coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs.
yindo added the pull-request label 2026-02-16 18:16:55 -05:00
yindo closed this issue 2026-02-16 18:16:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11993