Cap price source error and answer to v - #12
Merged
Merged
Conversation
`remote()` caps and flattens text somebody else wrote at the connector that received it, because Ink draws text verbatim and `ConnectFlow` renders `err.message` whole — directly above the refusal it is about. CryptoCompare is the only price source that puts a remote string in an error at all, and it was the one place the wrapper was missing: the 200-with-an-error-envelope path interpolated `body.Message` straight into a `TulaError`. A hostile or intercepted `min-api.cryptocompare.com` could repaint the connect screen with an escape sequence, or run to 596 characters and push tula's own remedy line off the end of its own message. SECURITY.md already promised this was capped "from a venue or a price source"; now it is. `--version` printed `0.1.0 (tula)`. It prints `tula 0.1.0`, which is what `/about` has always printed and what the rest of the machine prints, so `cut -d' ' -f2` reaches the version. `-v` is accepted beside it: there is no verbose mode to claim the letter, and it is what node, npm and bun taught people to type. The bug template's placeholder was the second copy of that string and moves with it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Closes the changelog's Unreleased section into a dated 0.1.0 and points the link references at the tag. Every file stating the version already said 0.1.0, so `release-cut.sh` cut the changelog alone. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
No description provided.