docs(changelog): update for v0.42.0-preview.1

This commit is contained in:
gemini-cli-robot
2026-05-05 22:51:06 +00:00
committed by github-actions[bot]
parent e039fcdf2a
commit 65893ee03f
54 changed files with 215 additions and 292 deletions
+4 -2
View File
@@ -17,8 +17,10 @@ export type AgentActionStatus = 'success' | 'no-op' | 'error';
/**
* Metadata representing the result of an agent settings operation.
*/
export interface AgentActionResult
extends Omit<FeatureActionResult, 'featureName'> {
export interface AgentActionResult extends Omit<
FeatureActionResult,
'featureName'
> {
agentName: string;
}