Tags: gemini-cli-extensions/workspace
Tags
chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 (#171) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump hono from 4.11.3 to 4.11.4 (#151) Bumps [hono](https://github.com/honojs/hono) from 4.11.3 to 4.11.4. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.11.3...v4.11.4) --- updated-dependencies: - dependency-name: hono dependency-version: 4.11.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump preact from 10.28.0 to 10.28.2 (#144) Bumps [preact](https://github.com/preactjs/preact) from 10.28.0 to 10.28.2. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](preactjs/preact@10.28.0...10.28.2) --- updated-dependencies: - dependency-name: preact dependency-version: 10.28.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: release v0.0.4 (#140) * chore: bump version to 0.0.4 * doc: add drive.createFolder to index * doc: add custom commands and release notes * Update docs/release_notes.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
chore(deps): bump @googleapis/drive from 19.2.1 to 20.0.0 (#128) Bumps [@googleapis/drive](https://github.com/googleapis/google-api-nodejs-client) from 19.2.1 to 20.0.0. - [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases) - [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/20.0.0/CHANGELOG.md) - [Commits](googleapis/google-api-nodejs-client@drive-v19.2.1...20.0.0) --- updated-dependencies: - dependency-name: "@googleapis/drive" dependency-version: 20.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat(chat): update chat.getMessages tool to support filtering by thre… …ad name (#110) * Update chat.getMessages tool to support filtering by thread name - Introduces a new optional param `threadName` to the tool description for `chat.getMessages` with a description including a sample thread name. - Updates the `ChatService.getMessages` function to include a threadName param. If defined, the threadname is included in the "filter" param for the Chat API request. - Added unit tests * Migrate inline type definition for getMessages function into a structured interface
Implement matrix build for cross-platform releases (#28) * Implement matrix build for cross-platform releases * Implement matrix build with platform-specific naming * Update scripts/release.js Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>