shell: .llm -> $agent, ui polish#10010
Merged
Merged
Conversation
no longer a thing - vars are only set by user, llm returns single object
this var can be reassigned to replace the current LLM, so now you can use the full API to update it, whereas .llm only supported setting the current state Signed-off-by: Alex Suraci <suraci.alex@gmail.com>
Signed-off-by: Alex Suraci <suraci.alex@gmail.com>
currently LLM call loops are always double spaced and calls are always unchained, which is a shame because they actually are chained calls. now we'll consider spans chained as long as they have the same actor emoji. it's a little overzealous but works out for now because the tool calling scheme is always effectively chained anyway. Signed-off-by: Alex Suraci <suraci.alex@gmail.com>
really not needed, noticing whether the prompt input is has a focused background is enough Signed-off-by: Alex Suraci <suraci.alex@gmail.com>
...and refactor key handling along the way the crux of this is allowing prompt initialization to kick off a tea.Cmd Signed-off-by: Alex Suraci <suraci.alex@gmail.com>
jedevc
approved these changes
Mar 31, 2025
| } | ||
|
|
||
| func (do *dynamicObject) XXX_GraphQLType() string { | ||
| func (do *dynamicObject) XXX_GraphQLType() string { //nolint:stylecheck |
Contributor
There was a problem hiding this comment.
lol wut 👀 feels like the linter should have been catching this before
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.
.llm=>$agent