fix: deduplicate options display in /solve and /hive command responses#1229
fix: deduplicate options display in /solve and /hive command responses#1229
Conversation
Adding CLAUDE.md with task information for AI processing. This file will be removed when the task is complete. Issue: #1228
⏳ Usage Limit ReachedThe automated solution draft was interrupted because the Claude usage limit was reached. 📊 Limit Information
🔄 How to ContinueAuto-resume is enabled. The session will automatically resume (with context preserved) when the limit resets. Click to expand execution log (48KB)This session was interrupted due to usage limits. You can resume once the limit resets. |
This reverts commit 73987af.
🤖 Solution Draft LogThis log file contains the complete execution trace of the AI solution draft process. 💰 Cost estimation:
Click to expand solution draft log (55KB)Now working session is ended, feel free to review and add any feedback on the solution draft. |
|
Ensure all changes are correct, consistent and fully meet all discussed requirements (check issue description and all comments in issue and in pull request). |
|
🤖 AI Work Session Started Starting automated work session at 2026-02-07T22:26:51.035Z The PR has been converted to draft mode while work is in progress. This comment marks the beginning of an AI work session. Please wait for the session to finish, and provide your feedback. |
🤖 Solution Draft LogThis log file contains the complete execution trace of the AI solution draft process. 💰 Cost estimation:
Now working session is ended, feel free to review and add any feedback on the solution draft. |
Summary
Fixes #1228 — Removes duplication of locked options in
/solveand/hiveTelegram bot command responses.Problem
When locked overrides (e.g.,
--attach-logs --verbose --no-tool-check) are configured, the bot response showed them twice:Solution
userArgspre-merge instead ofargspost-merge)After:
Changes
src/telegram-bot.mjs— Modified info block construction for both/solve(line 1030) and/hive(line 1190) commandstests/test-issue-1228-options-deduplication.mjs— 19 unit tests verifying deduplication behaviordocs/case-studies/issue-1228/— Case study with root cause analysis and UX research.changeset/deduplicate-options-display.md— Patch changesetTest plan
🤖 Generated with Claude Code