| Age | Commit message (Collapse) | Author |
|
|
|
Co-authored-by: N. Taylor Mullen <[email protected]>
|
|
- Replaces the custom `replaceAll` implementation in `packages/server/src/tools/edit.ts` with the standard `String.prototype.replaceAll()`.
- Updates `packages/server/tsconfig.json` to include `ES2021` in the `lib` compiler options to ensure TypeScript recognizes this method. This aligns with the project's Node.js version requirements \(Node.js 16.x+\).
Fixes https://github.com/google-gemini/gemini-cli/issues/7
|
|
* enable json imports
* Merge remote-tracking branch 'origin/main' into enable_json_imports
|
|
* refactor: clean up build output
* refactor: add index.ts to package roots
|
|
- This has the entirety of the changes.
Part of https://b.corp.google.com/issues/411720532
|
|
|