feat: interactive enhancements — AskUserQuestion, export, browse, cost, triggers#1
Merged
nathanschram merged 1 commit intomasterfrom Feb 25, 2026
Merged
Conversation
…ost tracking, diff preview, triggers Phase 1 — Quick wins: - Inline cancel button on progress messages (A5) - Cost display in progress footer: 💰 $X.XX · N turns · Xs API (CC5) - /export command for markdown/JSON session transcripts (A3) Phase 2 — Interactive enhancements: - AskUserQuestion support: Claude's questions shown in Telegram, user replies with text, answer routed back via control channel (A1) - Diff preview in tool approval messages: compact Edit/Write/Bash previews (CC4) - Cost budget system: per-run/daily budgets with warning thresholds (A4) Phase 3 — File browser & triggers: - /browse command: navigate project files via inline keyboard buttons (CC6) - Project-aware root resolution per chat route - 2-per-row button layout, path registry for 64-byte callback_data limit - Trigger system: webhook HTTP server + cron scheduler, Jinja2 templating, HMAC/bearer auth, rate limiting Tests: 812 passing, 80.69% coverage, 0 lint errors. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Major feature batch adding interactive UX, cost visibility, and file browsing to Untether:
{"question": "..."}and{"questions": [{"question": "..."}]}input formats/exportcommand (A3) — Session transcript export as markdown or JSON (/export json). Records up to 20 sessions with full event timeline and usage stats[cost_budget]inuntether.tomlwith warning thresholds and optional auto-cancel💰 $0.37 · 9 turns · 1m 47s API · 11 in / 1.2k out/browsecommand (CC6) — Navigate project files via inline keyboard buttons. Project-aware per chat route, 2-per-row button layout, path registry for 64-byte callback_data limitTest plan
/browse,/export,/export json, AskUserQuestion flow, cost display, approval buttons, chat routing across multiple project groups🤖 Generated with Claude Code