Skip to content

Commit 936de07

Browse files
author
copybara-service
committed
deploy: d7bd0c8
1 parent 016a6b9 commit 936de07

80 files changed

Lines changed: 1037 additions & 870 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

front_end/core/host/UserMetrics.d.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,9 @@ export declare enum Action {
261261
AiCodeGenerationRequestTriggeredFromSources = 205,
262262
AiCodeCompletionFreCompletedFromConsole = 206,
263263
AiCodeCompletionFreCompletedFromSources = 207,
264-
AiAssistanceOpenedFromStoragePanelFloatingButton = 208,
265-
MAX_VALUE = 209
264+
AiAssistanceOpenedFromApplicationPanelFloatingButton = 208,
265+
AiAssistanceOpenedFromApplicationPanel = 209,
266+
MAX_VALUE = 210
266267
}
267268
export declare enum PanelCodes {
268269
elements = 1,

front_end/core/host/UserMetrics.js

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/core/host/UserMetrics.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/core/host/host.js

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/core/host/host.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/core/i18n/locales/en-US.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

front_end/core/i18n/locales/generated/en-US.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3416,6 +3416,12 @@
34163416
"panels/application/ApplicationPanelSidebar.ts | documentNotAvailable": {
34173417
"message": "No document detected"
34183418
},
3419+
"panels/application/ApplicationPanelSidebar.ts | explainCookies": {
3420+
"message": "Explain cookies"
3421+
},
3422+
"panels/application/ApplicationPanelSidebar.ts | explainStorage": {
3423+
"message": "Explain storage"
3424+
},
34193425
"panels/application/ApplicationPanelSidebar.ts | extensionLocalStorage": {
34203426
"message": "Local"
34213427
},
@@ -3497,6 +3503,9 @@
34973503
"panels/application/ApplicationPanelSidebar.ts | sessionStorageDescription": {
34983504
"message": "On this page you can view, add, edit, and delete session storage key-value pairs."
34993505
},
3506+
"panels/application/ApplicationPanelSidebar.ts | startAChat": {
3507+
"message": "Start a chat"
3508+
},
35003509
"panels/application/ApplicationPanelSidebar.ts | storage": {
35013510
"message": "Storage"
35023511
},

front_end/models/ai_assistance/AiAgent2.js

Lines changed: 19 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/models/ai_assistance/AiAgent2.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/models/ai_assistance/agents/StylingAgent.js

Lines changed: 11 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)