gemini-cli/packages/server/src
Taylor Mullen b3f52e215a feat: Replace SQLite with JSON logging for macOS sandbox compatibility
- Removes the sqlite3 dependency and refactors the logging mechanism to use a JSON file (logs.json) instead of a database.
- This change is a temporary workaround to address issues with macOS sandboxing that were caused by the SQLite native module.
- Storing all logs in a single JSON file may introduce scalability concerns in the future.

Fixes https://github.com/google-gemini/gemini-cli/issues/522
2025-05-26 16:13:37 -07:00
..
__mocks__/fs Support Images and PDFs (#447) 2025-05-20 13:02:41 -07:00
config MCP SSE support (#511) 2025-05-23 17:19:30 -04:00
core feat: Replace SQLite with JSON logging for macOS sandbox compatibility 2025-05-26 16:13:37 -07:00
tools Chore(deps): Upgrade @google/genai to v1.0.1 2025-05-26 14:09:43 -07:00
utils Fix(chat): Finalize next speaker detection logic 2025-05-26 15:21:45 -07:00
index.test.ts add linter for checking license headers (and eslint --fix target to match, and fix missing license headers while we're here) (#62) 2025-04-20 17:16:25 -07:00
index.ts Refactor(server): Centralize GEMINI.md discovery logic in server (#498) 2025-05-23 08:53:22 -07:00