| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-22 | feat: add support for .proto files | Castor Regex | |
| 2025-08-30 | minor fixes | Jeff Carr | |
| 2025-08-30 | save the json to the protobuf | Jeff Carr | |
| 2025-08-29 | write out responses | Jeff Carr | |
| 2025-08-29 | add 'regex.' to the filename | Jeff Carr | |
| 2025-08-29 | writes the JSON to files in /tmp/ | Jeff Carr | |
| 2025-08-29 | fix regex newchat | Jeff Carr | |
| 2025-08-25 | feat(logging): add newline to regex.ready and log output to /tmp/regex.log | Castor Regex | |
| 2025-08-25 | feat: write sessionId to /tmp/regex.ready | Castor Regex | |
| 2025-08-25 | mktmp ready file | Jeff Carr | |
| 2025-08-25 | feat: poll for /tmp/regex.txt and process contents | Castor Regex | |
| 2025-08-24 | feat(startup): create new chat with incrementing topic | Castor Regex | |
| 2025-08-24 | feat(startup): create new chat on startup | Castor Regex | |
| 2025-08-24 | feat(stats): save stats on exit | Castor Regex | |
| 2025-08-24 | fix(startup): remove erroneous startup command | Castor Regex | |
| 2025-08-24 | feat(stats): run regex --stats on startup | Castor Regex | |
| 2025-08-24 | feat(stats): pipe session stats to regex | Castor Gemini | |
| 2025-08-24 | Refactor: Update hardcoded "gemini" command to "regex" | Castor Gemini | |
| 2025-08-22 | feat(cli): process shell output with gemini | Castor Gemini | |
| 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. | |||
| 2025-08-22 | feat(cli): log shell command output to a file | Castor Gemini | |
| 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-<timestamp>.log`. This provides a persistent record of shell command interactions for debugging and auditing purposes, without altering the user-facing display in the CLI. | |||
| 2025-08-22 | fix(cli): prevent duplicate startup log when in sandbox | Castor Gemini | |
| 2025-08-22 | feat(ui): call gemini --input on user submission | Castor Gemini | |
| 2025-08-22 | fix(ui): Remove unused import causing build failure | Castor Gemini | |
| 2025-08-22 | fix(ui): Use execFile with absolute path to run gemini --output | Castor Gemini | |
| 2025-08-22 | feat(ui): Execute 'gemini --output' on new messages | Castor Gemini | |
| - Modify the GeminiMessage component to execute a command when a new message is received. - The command is 'gemini --output'. - The AI's message content is passed securely to the command via a 'GEMINI_MESSAGE' environment variable to prevent shell injection. | |||
| 2025-08-22 | feat(ui): Execute external command on Gemini message | Castor Gemini | |
| - Add a useEffect hook to the GeminiMessage component. - This hook uses Node.js's 'exec' to run an external binary every time a new message is rendered from the model. - A placeholder command has been added and should be replaced by the user. | |||
| 2025-08-22 | fix(ide): preserve focus when showing diff view (#6795)v0.2.2 | Shreya Keshive | |
| 2025-08-21 | Reuse CoreToolScheduler for nonInteractiveToolExecutor (#6714) | Tommaso Sciortino | |
| 2025-08-21 | feat(settings) support editing string settings. (#6732) | Jacob Richman | |
| 2025-08-21 | Introduce initial screen reader mode handling and flag (#6653) | christine betts | |
| 2025-08-21 | Support IDE connections via stdio MCP (#6417) | Billy Biggs | |
| 2025-08-21 | feat(core): Annotate remaining error paths in tools with type. (#6699) | joshualitt | |
| 2025-08-21 | At Command Race Condition Bugfix For Non-Interactive Mode (#6676) | Victor May | |
| 2025-08-21 | perf(core): parallelize memory discovery file operations performance gain ↵ | JaeHo Jang | |
| (#5751) Co-authored-by: Jacob Richman <[email protected]> | |||
| 2025-08-21 | Fix stats display layout (#6758) | christine betts | |
| 2025-08-21 | feat(cli): prompt completion (#4691) | 官余棚 | |
| Co-authored-by: Jacob Richman <[email protected]> | |||
| 2025-08-21 | Force restart on trust level change to reload settings (#6713) | shrutip90 | |
| 2025-08-21 | fix(metrics): Do not convert numerical metrics to strings (#6701) | Shardul Natu | |
| Co-authored-by: Shnatu <[email protected]> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Bryan Morgan <[email protected]> Co-authored-by: Arya Gummadi <[email protected]> | |||
| 2025-08-21 | fix(core): avoid error handling on cancelled requests to prevent crash (#6039) | pwrwpw | |
| Co-authored-by: Jacob Richman <[email protected]> | |||
| 2025-08-21 | feat(mcp-client): Handle 401 error for httpUrl (#6640) | Yoichiro Tanaka | |
| 2025-08-20 | test(integration): add failing test for stdin context with prompt (#6158) | Allen Hutchison | |
| 2025-08-20 | Remove unused attribute (#6661) | Tommaso Sciortino | |
| 2025-08-20 | Remove unnecessary FileErrorType. (#6697) | Tommaso Sciortino | |
| 2025-08-20 | feat(ide): improve IDE installation UX and feedback (#6677) | Shreya Keshive | |
| 2025-08-20 | feat(ide ext): Write workspace path to port file (#6659) | Shreya Keshive | |
| 2025-08-20 | feat(core): Handle special characters in file search paths (#6680) | Sandy Tao | |
| 2025-08-20 | return the JSON stringified parameters from getDescription for MCP tools and ↵ | Jacob MacDonald | |
| Discovered tools (#6655) | |||
| 2025-08-20 | Fixing at command race condition (#6663) | Victor May | |
| 2025-08-20 | Revert "Ignore workspace settings for untrusted folders" (#6672) | Jacob Richman | |
| 2025-08-20 | fix: copy command gets stuck (#6482) | hritan | |
| Co-authored-by: Hriday Taneja <[email protected]> | |||
