summaryrefslogtreecommitdiff
path: root/package-lock.json
AgeCommit message (Collapse)Author
2025-07-09Revert "chore(deps): bump google-auth-library from 9.15.1 to 10.1.0 (… (#3676)N. Taylor Mullen
2025-07-08fix(deps): revert yargs bump and fix npx regression (#3610)N. Taylor Mullen
2025-07-09chore(deps): bump google-auth-library from 9.15.1 to 10.1.0 (#3583)dependabot[bot]
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-09chore(deps): bump dotenv from 16.6.1 to 17.1.0 (#3589)dependabot[bot]
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-09chore(deps): bump ws from 8.18.2 to 8.18.3 (#3581)dependabot[bot]
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-09chore(deps): bump mime-types and @types/mime-types (#3582)dependabot[bot]
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-09chore(deps-dev): bump esbuild from 0.25.5 to 0.25.6 (#3586)dependabot[bot]
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-09chore(deps-dev): bump globals from 16.2.0 to 16.3.0 (#3587)dependabot[bot]
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-09chore(deps): bump yargs from 17.7.2 to 18.0.0 (#3590)dependabot[bot]
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-09chore(deps): bump gaxios from 6.7.1 to 7.1.1 (#3592)dependabot[bot]
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-09Fix version of shell-quote (#3557)Tommaso Sciortino
2025-07-08Improve Function Call argument validation and typing (#2881)Tommaso Sciortino
Co-authored-by: N. Taylor Mullen <[email protected]>
2025-07-06Update @google/genai -> 1.8.0 (#3339)N. Taylor Mullen
2025-07-05fix(core): Sanitize tool parameters to fix 400 API errors (#3300)BigUncle
2025-07-05Relase: Clean up and condensing (#3321)matt korwel
2025-07-05feat: Update minimum Node.js version to 20 (#3277)matt korwel
2025-07-04Releasing: Utilizing Github Actions and Tagging for release. (#2852)matt korwel
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: N. Taylor Mullen <[email protected]>
2025-07-01chore: bump version to 0.1.9 (#2906)Brandon Keiji
2025-07-01update check + tests (#2772)Eddie Santos
2025-06-28quiet dotenv log message (#2239)Mot
Co-authored-by: Scott Densmore <[email protected]>
2025-06-28chore: bump to 0.1.8 (#2308)Brandon Keiji
2025-06-27Upgrade to Ink 6 and React 19 (#2096)Sandy Tao
Co-authored-by: jacob314 <[email protected]>
2025-06-27fix: add missing gaxios dependency (#2302)Brandon Keiji
2025-06-27Fix a circular dependency (#2246)Xi Chen
Co-authored-by: Scott Densmore <[email protected]>
2025-06-27chore: bump to 0.1.6 (#2285)Brandon Keiji
2025-06-26fix: add repository field to package.jsons (#2032)Brandon Keiji
2025-06-26chore: bump to 0.1.5 (#1731)Brandon Keiji
2025-06-26feat: add release trigger configuration (#1697)Brandon Keiji
2025-06-25Add tos and privacy links docs for clarity (#1571)anj-s
2025-06-25Version 0 1 1 (#1426)matt korwel
2025-06-25fix: prepublish changes to package names (#1420)Brandon Keiji
2025-06-24Prerelease: Cleanup (#1404)matt korwel
2025-06-23Use concurrently to run start script with GCP telemetry (#1329)Jerop Kipruto
## TLDR Introduces the `concurrently` package to simplify the dev startup process with GCP telemetry enabled. ## Dive Deeper Previously, developers had to run the telemetry script and the main application start script in separate terminals. This change updates the `start:gcp` script to use `concurrently`, allowing both processes to be launched and managed with a single command. This improves the developer experience and reduces the chance of forgetting to start one of the required processes. ## Reviewer Test Plan Set the required environment variable: ```shell export OTLP_GOOGLE_CLOUD_PROJECT=<your-project-id> ``` Run the following command: ```shell npm run start:gcp ``` #750 cc @teeler
2025-06-17Auto-update notifications (#1110)Eddie Santos
2025-06-16Preflight and integration npx (#1096)matt korwel
2025-06-15feat(cli): add glob as a direct dependency (#1065)N. Taylor Mullen
2025-06-13Improvements to web-fetch tool (#1030)Allen Hutchison
2025-06-13fix: add micromatch to package deps (#1020)Brandon Keiji
2025-06-13Add web socket protocol support for IDE MCP server (#987)Shreya Keshive
Co-authored-by: matt korwel <[email protected]>
2025-06-12Improve some tools to support abortSignal (#997)Tommaso Sciortino
2025-06-13Revert "Make glob tool support abortSignal" (#996)matt korwel
2025-06-12Reduce coupling between core and cli packages (#961)Marat Boshernitsan
Co-authored-by: Marat Boshernitsan <[email protected]>
2025-06-12Make glob tool support abortSignal (#988)Tommaso Sciortino
2025-06-12chore(deps-dev): bump esbuild from 0.23.1 to 0.25.0 (#872)dependabot[bot]
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-11Restore Checkpoint Feature (#934)Louis Jimenez
2025-06-10Register dependency added in PR:910 (#925)Tommaso Sciortino
2025-06-10Basic code assist support (#910)Tommaso Sciortino
2025-06-10restricted networking for all sandboxing methods, new seatbelt profiles, ↵Olcan
updated docs, fixes to sandbox build, debugging through sandbox (#891)
2025-06-09Windows: Refactor Shell Scripts to Node.js for Cross-Platform Compatibility ↵matt korwel
(#784)
2025-06-09Bump @google/genai dependency (#870)Abhi