@opencode/ui 0.0.0-dev-19382 → 0.0.0-dev-19386
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/i18n/en.d.ts +1 -0
- package/package.json +1 -1
- package/src/i18n/en.ts +1 -0
package/dist/i18n/en.d.ts
CHANGED
|
@@ -95,6 +95,7 @@ declare const source: {
|
|
|
95
95
|
"ui.messagePart.questions.dismissed": string;
|
|
96
96
|
"ui.messagePart.compaction": string;
|
|
97
97
|
"ui.messagePart.providerCompaction": string;
|
|
98
|
+
"ui.messagePart.compaction.usage": string;
|
|
98
99
|
"ui.messagePart.context.details": string;
|
|
99
100
|
"ui.messagePart.context.read.one": string;
|
|
100
101
|
"ui.messagePart.context.read.other": string;
|
package/package.json
CHANGED
package/src/i18n/en.ts
CHANGED
|
@@ -105,6 +105,7 @@ const source = {
|
|
|
105
105
|
"ui.messagePart.questions.dismissed": "Questions dismissed",
|
|
106
106
|
"ui.messagePart.compaction": "Session compacted",
|
|
107
107
|
"ui.messagePart.providerCompaction": "Session compacted by provider",
|
|
108
|
+
"ui.messagePart.compaction.usage": "{{input}} in · {{output}} out",
|
|
108
109
|
"ui.messagePart.context.details": "Details",
|
|
109
110
|
"ui.messagePart.context.read.one": "{{count}} read",
|
|
110
111
|
"ui.messagePart.context.read.other": "{{count}} reads",
|