mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-28 20:27:08 -07:00
feat: Add auto update functionality (#4686)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* @license
|
||||
* Copyright 2025 Google LLC
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
import { EventEmitter } from 'events';
|
||||
|
||||
/**
|
||||
* A shared event emitter for application-wide communication
|
||||
* between decoupled parts of the CLI.
|
||||
*/
|
||||
export const updateEventEmitter = new EventEmitter();
|
||||
Reference in New Issue
Block a user