mirror of
https://github.com/humanlayer/humanlayer.git
synced 2025-08-20 19:01:22 +03:00
cleaning up/refactoring of tui (#202)
* cleaning up/refactoring * formatting cleanup * rebind c to l to avoid vim l binding conflict * change "prompt" to "query" * no more agent name!
This commit is contained in:
@@ -41,7 +41,7 @@ func (c *Client) buildArgs(config SessionConfig) ([]string, error) {
|
||||
args := []string{}
|
||||
|
||||
// Always use print mode for SDK
|
||||
args = append(args, "--print", config.Prompt)
|
||||
args = append(args, "--print", config.Query)
|
||||
|
||||
// Session management
|
||||
if config.SessionID != "" {
|
||||
|
||||
Reference in New Issue
Block a user