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:
Allison Durham
2025-06-06 17:49:19 -05:00
committed by GitHub
parent 6862784c42
commit 794d4d70fa
22 changed files with 1843 additions and 2023 deletions

View File

@@ -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 != "" {