<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dev/gemini-cli/packages/cli/src/ui/hooks, branch main</title>
<subtitle>[no description]</subtitle>
<id>http://cgit.wit.com/dev/gemini-cli/atom?h=main</id>
<link rel='self' href='http://cgit.wit.com/dev/gemini-cli/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/dev/gemini-cli/'/>
<updated>2025-08-29T21:02:38Z</updated>
<entry>
<title>write out responses</title>
<updated>2025-08-29T21:02:38Z</updated>
<author>
<name>Jeff Carr</name>
<email>jcarr@wit.com</email>
</author>
<published>2025-08-29T21:02:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/dev/gemini-cli/commit/?id=1d27b6d1912b9209a9f91960c467882cc5758e19'/>
<id>urn:sha1:1d27b6d1912b9209a9f91960c467882cc5758e19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(stats): save stats on exit</title>
<updated>2025-08-24T14:30:39Z</updated>
<author>
<name>Castor Regex</name>
<email>regex@wit.com</email>
</author>
<published>2025-08-24T14:30:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/dev/gemini-cli/commit/?id=d12a64368dc7a46a2e7d397d6bd10b03ae396678'/>
<id>urn:sha1:d12a64368dc7a46a2e7d397d6bd10b03ae396678</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor: Update hardcoded "gemini" command to "regex"</title>
<updated>2025-08-24T06:29:38Z</updated>
<author>
<name>Castor Gemini</name>
<email>gemini@wit.com</email>
</author>
<published>2025-08-24T06:29:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/dev/gemini-cli/commit/?id=8958ea6514e54dbdb7104455127f78c1716786fb'/>
<id>urn:sha1:8958ea6514e54dbdb7104455127f78c1716786fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(cli): process shell output with gemini</title>
<updated>2025-08-22T16:35:08Z</updated>
<author>
<name>Castor Gemini</name>
<email>gemini@wit.com</email>
</author>
<published>2025-08-22T16:35:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/dev/gemini-cli/commit/?id=aa805c9c70c45387fc6ee5d1c89a85da7be9a353'/>
<id>urn:sha1:aa805c9c70c45387fc6ee5d1c89a85da7be9a353</id>
<content type='text'>
This change extends the shell command processing functionality.

After a shell commands output is successfully written to a log file
in /tmp, the application will now automatically invoke `gemini --input`
with the generated filename to process the contents of that log file.

This enables a seamless workflow where shell command results can be
immediately used as context for further interactions with the Gemini CLI.
</content>
</entry>
<entry>
<title>feat(cli): log shell command output to a file</title>
<updated>2025-08-22T16:32:49Z</updated>
<author>
<name>Castor Gemini</name>
<email>gemini@wit.com</email>
</author>
<published>2025-08-22T16:32:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/dev/gemini-cli/commit/?id=985f472c4a2b293d2842c49c689d3453c71c3612'/>
<id>urn:sha1:985f472c4a2b293d2842c49c689d3453c71c3612</id>
<content type='text'>
This change modifies the `shellCommandProcessor` to write the complete
output of any executed shell command to a log file in the /tmp
directory.

The filename is formatted as `gemini-cli-output-&lt;timestamp&gt;.log`.

This provides a persistent record of shell command interactions for
debugging and auditing purposes, without altering the user-facing
display in the CLI.
</content>
</entry>
<entry>
<title>Reuse CoreToolScheduler for nonInteractiveToolExecutor (#6714)</title>
<updated>2025-08-21T23:49:12Z</updated>
<author>
<name>Tommaso Sciortino</name>
<email>sciortino@gmail.com</email>
</author>
<published>2025-08-21T23:49:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/dev/gemini-cli/commit/?id=15c62bade317495063c30248001694a743ad5159'/>
<id>urn:sha1:15c62bade317495063c30248001694a743ad5159</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(cli): prompt completion (#4691)</title>
<updated>2025-08-21T08:04:04Z</updated>
<author>
<name>官余棚</name>
<email>1@linux.com</email>
</author>
<published>2025-08-21T08:04:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/dev/gemini-cli/commit/?id=589f5e6823eca456d9c93cadea664e5c19eebb90'/>
<id>urn:sha1:589f5e6823eca456d9c93cadea664e5c19eebb90</id>
<content type='text'>
Co-authored-by: Jacob Richman &lt;jacob314@gmail.com&gt;</content>
</entry>
<entry>
<title>Force restart on trust level change to reload settings (#6713)</title>
<updated>2025-08-21T07:38:12Z</updated>
<author>
<name>shrutip90</name>
<email>shruti.p90@gmail.com</email>
</author>
<published>2025-08-21T07:38:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/dev/gemini-cli/commit/?id=ba5309c4050efde8b0be0d9dd726e5c5f1a4c4c6'/>
<id>urn:sha1:ba5309c4050efde8b0be0d9dd726e5c5f1a4c4c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused attribute (#6661)</title>
<updated>2025-08-20T23:13:50Z</updated>
<author>
<name>Tommaso Sciortino</name>
<email>sciortino@gmail.com</email>
</author>
<published>2025-08-20T23:13:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/dev/gemini-cli/commit/?id=653267a64f8cd3b270176ec90b37a34383bf5bf2'/>
<id>urn:sha1:653267a64f8cd3b270176ec90b37a34383bf5bf2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixing at command race condition (#6663)</title>
<updated>2025-08-20T19:51:31Z</updated>
<author>
<name>Victor May</name>
<email>mayvic@google.com</email>
</author>
<published>2025-08-20T19:51:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wit.com/dev/gemini-cli/commit/?id=4642de2a5ceaf264ce3238accc1142aec4661db4'/>
<id>urn:sha1:4642de2a5ceaf264ce3238accc1142aec4661db4</id>
<content type='text'>
</content>
</entry>
</feed>
