summaryrefslogtreecommitdiff
path: root/packages/core
AgeCommit message (Collapse)Author
2025-06-27Use 2-space indent for saved checkpoint files (#1152) (#1977)Billy Biggs
Co-authored-by: Jacob Richman <[email protected]>
2025-06-26feat: add prepublishOnly checks (#2052)Brandon Keiji
2025-06-26fix: add repository field to package.jsons (#2032)Brandon Keiji
2025-06-26Updating the first user message to mention the product name (#2037)Bryan Morgan
2025-06-26Revert "feat: Add model selection logic (#1678)" (#1983)anj-s
2025-06-26Improve LoadCodeAssist error handling (#1645)Tommaso Sciortino
2025-06-26feat: Add model selection logic (#1678)N. Taylor Mullen
2025-06-26chore: fix typos in comment-out (#1540)Noritaka Kobayashi
Co-authored-by: Scott Densmore <[email protected]>
2025-06-26Update geminiChat.ts (#1681)Andrew Drozdov
Co-authored-by: Scott Densmore <[email protected]>
2025-06-26chore: bump to 0.1.5 (#1731)Brandon Keiji
2025-06-26feat: add release trigger configuration (#1697)Brandon Keiji
2025-06-26429 fix (#1668)Bryan Morgan
2025-06-25Merge "Login with Google Workspace" auth option into "Login with Google" (#1574)Tommaso Sciortino
Co-authored-by: Scott Densmore <[email protected]>
2025-06-25fix(telemetry): handle all promise rejections in ClearcutLogger (#1557)zhiyue
Co-authored-by: Scott Densmore <[email protected]>
2025-06-25Minor style changes to prompt (#1578)Seth Troisi
2025-06-25changed 429 failover from 3 consecutive to 2 for OAuth users (#1579)Bryan Morgan
2025-06-25Version 0 1 1 (#1426)matt korwel
2025-06-25fix: prepublish changes to package names (#1420)Brandon Keiji
2025-06-24[JUNE 25] Permanent failover to Flash model for OAuth users after persistent ↵Bryan Morgan
429 errors (#1376) Co-authored-by: Scott Densmore <[email protected]>
2025-06-24 Add the link to the privacy policy to the Usage Statistics section and ↵anj-s
remove debug logs (#1393)
2025-06-24[June 25] Fixed user agent string to be standards-compliant (#1384)Bryan Morgan
2025-06-24Update editor.ts (#1371)cornmander
2025-06-23Add Zed Editor to Eidtor List (#1372)Scott Densmore
2025-06-24Improve Auth error messaging (#1358)Tommaso Sciortino
2025-06-23Fix Clearcut logging wire format (#1359)owenofbrien
Fix for Clearcut logging wire format based on validation thread with Clearcut / Concord eng
2025-06-24Refactor usage statistics to be a top-level setting (#1363)Jerop Kipruto
This commit refactors the `usageStatisticsEnabled` setting from a sub-property of the `telemetry` configuration to a top-level setting. This change simplifies the configuration by decoupling usage statistics from the telemetry settings. The documentation has also been updated to reflect this change.
2025-06-24Fix duplicate startSession logs and duplicate logging events over the wire ↵anj-s
(#1357)
2025-06-23Ensure telemetry events are flushed immediately (#1344)Jerop Kipruto
The previous implementation used `flushIfNeeded` to batch most telemetry events, but it was not reliably sending them, leading to data loss. Notably, the `startSession` event, which already used `flushToClearcut`, was working correctly, indicating an issue with the batching logic itself. This change replaces all calls to `flushIfNeeded` with `flushToClearcut` to align all event logging with the working `startSession` implementation and ensure that events are sent immediately. This prioritizes the reliability of data collection over network efficiency. This is a temporary solution to prevent further data loss. The underlying issue with the batching mechanism in `flushIfNeeded` should be investigated and fixed in the future, at which point this change can be reverted.
2025-06-23Add error messaging for 429 errors (#1316)Abhi
2025-06-23refactor: rename `disableDataCollection` to `dataCollectionEnabled` (#1319)Jerop Kipruto
Renames the `disableDataCollection` flag to the more intuitive and positive `dataCollectionEnabled`. This change improves code clarity by avoiding double negatives and making the purpose of the flag more direct. The logic has been inverted wherever the flag is used to accommodate the new naming convention. Using a suffix like `"Enabled"` follows a common convention that improves readability. - A condition like `if (dataCollectionEnabled)` reads like a natural language sentence ("if data collection is enabled"), which reduces cognitive load. - Distinguishes the boolean flag (representing a state) from potential functions that would perform an action (e.g., `enableDataCollection()` or `disableDataCollection()`), avoiding ambiguity between checking a value and calling a function. #750
2025-06-23Fix batch flush to Clearcut (#1337)Jerop Kipruto
Co-authored-by: Scott Densmore <[email protected]>
2025-06-23A couple of these log messages were now showing up every time on app startup ↵Jacob Richman
(#1335)
2025-06-23Remove .gitignore logging from startup. (#1323)N. Taylor Mullen
2025-06-23Enable clearcut logging by default (#1309)owenofbrien
Clearcut logging can now be disabled via disableDataCollection in user settings
2025-06-23Sanitize MCP FunctionDeclarations to workaround Vertex bug (#1330)Tommaso Sciortino
2025-06-22Plumb extension context filenames through for /memory refresh (#1312)Billy Biggs
2025-06-22Clearcut logging - initial implementation (#1274)owenofbrien
Flag-guarded initial implementation of a clearcut logger to collect telemetry data and send it to Concord for dashboards, etc.
2025-06-22feat: Add client-initiated tool call handling (#1292)Abhi
2025-06-22Provide a .gitconfig for shadow repos (#1294)Louis Jimenez
2025-06-22Add setting enableRecursiveFileSearch to control @-file completion (#1290)Billy Biggs
2025-06-21point Code Assist client to prod server (#1201)Marlon Gamez
2025-06-21Remove packages/cli/README.md (#1278)Tommaso Sciortino
2025-06-20fix: remove circular references in core package (#1271) (#1272)Brandon Keiji
2025-06-20feat: Update default Gemini Flash model to 2.5 (#1241)N. Taylor Mullen
2025-06-20Bug fix telemetry token count (#1250)Abhi
Co-authored-by: N. Taylor Mullen <[email protected]>
2025-06-20Make checkpoints configurable in settings.json (#1251)Louis Jimenez
2025-06-19Move the shell history our of the project .gemini to the home dir (#1195)Louis Jimenez
2025-06-19Tactical client lifetime fix. (#1247)N. Taylor Mullen
2025-06-19Auth First Run (#1207)matt korwel
Co-authored-by: Tommaso Sciortino <[email protected]> Co-authored-by: N. Taylor Mullen <[email protected]>
2025-06-19Set slice=true on tests to supress output. (#1168)Tommaso Sciortino