Do not fail on <prompt path /> with empty path - #46
Merged
Conversation
While writing a prompt users start typing `<prompt path` and before finising promptl fails hard. This commit emit a parsing handle error
andresgutgon
added a commit
to latitude-dev/latitude-llm
that referenced
this pull request
Jan 29, 2026
andresgutgon
added a commit
to latitude-dev/latitude-llm
that referenced
this pull request
Jan 29, 2026
* Fix stop chat streaming in playground and gateway Stop button was failing and doing nothing on continuation of a conversation in playground. WIP Address code review concerns - Add controller.close() in abort error handling to ensure stream is properly closed - Reset isChat.current in reset() function for clean state - Add Node.js >=18.0.0 requirement to SDK package.json engines field Co-authored-by: Andrés <andresgutgon@users.noreply.github.com> WIP * Fix bug related with promptl-ai. Bumping version This issue: latitude-dev/promptl#46
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.
While writing a prompt users start typing
<prompt pathand before finising promptl fails hard. This commit emit a parsing handle error