Bring the Tidewave toolbar to dev pages (v7.345.1) - #1663
Merged
Conversation
…old-deploy] Tidewave 0.8 hat eine Leiste bekommen, die in den Seiten der eigenen Anwendung sitzt: man zeigt im Browser auf ein Element und reicht dem Agenten das HEEx dahinter. Wir standen auf 0.5.6 und hatten sie deshalb nie. Damit das Zeigen etwas trifft, braucht LiveView `debug_heex_annotations` und `debug_attributes`; Phoenix 1.8 legt beide für neue Anwendungen an, vutuv ist älter. Alles bleibt auf die Entwicklung beschränkt, und weil `mix deps.update` zwölf fremde Pakete mitnehmen wollte (darunter req 0.5 auf 0.7), hält die Lock-Datei nur die eine Zeile. Diesen Text hat ein KI-Agent in meinem Namen geschrieben. Ich weiß, dass das problematisch ist. Claude-Session: https://claude.ai/code/session_01RaeXXMANgAxAeRSnSdv8Qj
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.
Tidewave 0.8 added a toolbar that renders inside the app's own pages: point at an element, hand the agent the HEEx behind it. We were on 0.5.6, so we never had it.
Bumps the dev-only dep to 0.9 and sets
debug_heex_annotations/debug_attributesinconfig/dev.exs, which is what maps a clicked element back to its source. Phoenix 1.8 generates both for new apps; vutuv predates it.mix deps.update tidewavewanted to drag 12 unrelated packages along, includingreq0.5 to 0.7. Tidewave 0.9 needs none of them, so the lock keeps only the one line.Verified on
/uwe_optimist: toolbar injected, source attributes present, MCP endpoint answering.mix precommitgreen.Cold deploy per the mix.exs-deps rule, though
only: :devmeans the prod release is unchanged.An AI agent wrote this text in my name. I know that is problematic.