Skip to content

Conversation

@JeanMertz
Copy link
Collaborator

Rely on the automatic FromStr integration provided by clap for the parameters argument in the query command. Explicitly defining the value_parser is redundant when the target type implements the trait.

This change also includes a Debug derive for the internal Line struct to improve developer ergonomics and minor comment formatting in the event handler.

The `stager` persona now includes untracked files via `git ls-files`
in its conversation context. This enhancement allows the AI to
recognize and consider newly created files that have not yet been
added to the index when suggesting staging actions.

The file listing excludes test fixtures, lock files, and internal
conversation logs to maintain a focused and relevant context for the
AI during the staging process.

Signed-off-by: Jean Mertz <[email protected]>
Rely on the automatic `FromStr` integration provided by `clap` for the
`parameters` argument in the `query` command. Explicitly defining the
`value_parser` is redundant when the target type implements the trait.

This change also includes a `Debug` derive for the internal `Line`
struct to improve developer ergonomics and minor comment formatting in
the event handler.

Signed-off-by: Jean Mertz <[email protected]>
Base automatically changed from improve-tool-inquery34 to main January 5, 2026 15:30
@JeanMertz JeanMertz merged commit 5544148 into main Jan 5, 2026
@JeanMertz JeanMertz deleted the improve-tool-inquery35 branch January 5, 2026 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants