summaryrefslogtreecommitdiff
path: root/packages/core
AgeCommit message (Collapse)Author
14 daysfeat: add support for .proto filesCastor Regex
2025-08-30minor fixesJeff Carr
2025-08-30save the json to the protobufJeff Carr
2025-08-29add 'regex.' to the filenameJeff Carr
2025-08-29writes the JSON to files in /tmp/Jeff Carr
2025-08-25feat(logging): add newline to regex.ready and log output to /tmp/regex.logCastor Regex
2025-08-21Reuse CoreToolScheduler for nonInteractiveToolExecutor (#6714)Tommaso Sciortino
2025-08-21Introduce initial screen reader mode handling and flag (#6653)christine betts
2025-08-21Support IDE connections via stdio MCP (#6417)Billy Biggs
2025-08-21feat(core): Annotate remaining error paths in tools with type. (#6699)joshualitt
2025-08-21perf(core): parallelize memory discovery file operations performance gain ↵JaeHo Jang
(#5751) Co-authored-by: Jacob Richman <[email protected]>
2025-08-21feat(cli): prompt completion (#4691)官余棚
Co-authored-by: Jacob Richman <[email protected]>
2025-08-21fix(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-21fix(core): avoid error handling on cancelled requests to prevent crash (#6039)pwrwpw
Co-authored-by: Jacob Richman <[email protected]>
2025-08-21feat(mcp-client): Handle 401 error for httpUrl (#6640)Yoichiro Tanaka
2025-08-20Remove unused attribute (#6661)Tommaso Sciortino
2025-08-20Remove unnecessary FileErrorType. (#6697)Tommaso Sciortino
2025-08-20feat(ide): improve IDE installation UX and feedback (#6677)Shreya Keshive
2025-08-20feat(core): Handle special characters in file search paths (#6680)Sandy Tao
2025-08-20return the JSON stringified parameters from getDescription for MCP tools and ↵Jacob MacDonald
Discovered tools (#6655)
2025-08-20test(logging): Add tests for default log fields (#6583)Lee James
2025-08-20Changes to add MCP tool count, and MCP tool name as dimension (#6631)agarwalravikant
Co-authored-by: Ravikant Agarwal <[email protected]> Co-authored-by: Bryan Morgan <[email protected]>
2025-08-20Refac: Centralize storage file management (#4078)Yuki Okita
Co-authored-by: Taylor Mullen <[email protected]>
2025-08-20feat: auto-approve compatible pending tools when allow always is selected ↵Arya Gummadi
(#6519)
2025-08-20Fix IDE Companion Connection in Proxy Environments (#6308)Blackoutta
Co-authored-by: Jacob Richman <[email protected]>
2025-08-20fix(ide): Correctly identify IDE process when run from terminal (#6566)Shreya Keshive
2025-08-20fix: allow re-auth with another google account (#6544)Arya Gummadi
2025-08-19feat(core): Add --skip-next-speaker-check flag (#6589)Sandy Tao
2025-08-19update(opentelemetry): Upgrade OTel dependencies (#6540)Shardul Natu
Co-authored-by: Shnatu <[email protected]>
2025-08-19Get ToolRegistry from config instead of passing it (#6592)Tommaso Sciortino
2025-08-19feat(core): refactor shell execution to use node-pty (#6491)Gal Zahavi
Co-authored-by: Jacob Richman <[email protected]>
2025-08-19Remove unnecessary promiuse usage. (#6585)Tommaso Sciortino
2025-08-19feat(core): Cleanup after migrating tools. (#6199)joshualitt
Co-authored-by: Jacob Richman <[email protected]>
2025-08-19fix(ide): Fix bug where companion extension was not being installed on ↵Shreya Keshive
Windows correctly (#6576)
2025-08-19Fix locale-specific date formatting issue in environmentContext.ts (#5889)fuyou
Co-authored-by: Jacob Richman <[email protected]>
2025-08-19Remove checking for a condition just for logging (#6503)anj-s
2025-08-19fix(core): harden user account caching (#6501)Marat Boshernitsan
2025-08-19Log all session metadata (#6423)owenofbrien
2025-08-19feat: restart MCP servers on /mcp refresh (#5479)Ramón Medrano Llamas
Co-authored-by: Brian Ray <[email protected]> Co-authored-by: N. Taylor Mullen <[email protected]>
2025-08-19feat: Show /ide subcommands based on connection status instead of ideMode ↵Shreya Keshive
boolean (#6496)
2025-08-19fix: add privacy settings hook and tests (#6360)Arya Gummadi
2025-08-19feat: add file change tracking to session metrics (#6094)Arya Gummadi
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Jacob Richman <[email protected]>
2025-08-19fix: ensure consistent theme behavior between local and CI test runs (#6358)Arya Gummadi
Co-authored-by: Jacob Richman <[email protected]>
2025-08-19Changes to add tool_type as dimension (#6538)agarwalravikant
Co-authored-by: Ravikant Agarwal <[email protected]>
2025-08-19feat(sessions): Introduce core ChatRecordingService for automatic ↵bl-ue
conversation saving (#5221)
2025-08-18fix(tools): Handle special characters in file paths for glob and ↵Gal Zahavi
read_many_files (#6507) Co-authored-by: Jacob Richman <[email protected]>
2025-08-18Read and write files through Zed (#6169)Conrad Irwin
Co-authored-by: Agus Zubiaga <[email protected]>
2025-08-18fix: GCA creds loading order (#6498)Gaurav
2025-08-18Add MCP Root change notifications (#6502)Jacob MacDonald
2025-08-18feat(filesearch): Introduce non-recursive file search strategy (#6087)Bryant Chandler
Co-authored-by: Jacob Richman <[email protected]> Co-authored-by: Bryant Chandler <[email protected]>