mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 02:54:31 -07:00
36f58a34b4
loadConversation /resume clean up for review
Nested package template. Either fill this out with "backend" functionality or create similar packages that you want built separate from the CLI.
To use this package from another dependent package in this monorepo:
- Add
"@gemini-cli/core"to the dependent package'spackage.json - Import a dependency by calling
import { } from "@gemini-cli/core"