Compare commits

...

2 Commits

Author SHA1 Message Date
0xtoshii ed902cfddc changeset 2025-05-21 19:41:06 -07:00
0xtoshii 5e752e4819 delete ui proto 2025-05-21 19:40:27 -07:00
2 changed files with 5 additions and 28 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"claude-dev": minor
---
remove proto file
-28
View File
@@ -1,28 +0,0 @@
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
// versions:
// protoc-gen-ts_proto v2.7.0
// protoc v3.19.1
// source: ui.proto
/* eslint-disable */
import { Empty, StringRequest } from "./common"
export const protobufPackage = "cline"
/** UiService provides methods for managing UI interactions */
export type UiServiceDefinition = typeof UiServiceDefinition
export const UiServiceDefinition = {
name: "UiService",
fullName: "cline.UiService",
methods: {
/** Scrolls to a specific settings section in the settings view */
scrollToSettings: {
name: "scrollToSettings",
requestType: StringRequest,
requestStream: false,
responseType: Empty,
responseStream: false,
options: {},
},
},
} as const