@opencode/ui 0.0.0-beta-19378 → 0.0.0-beta-19398

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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencode/ui",
3
- "version": "0.0.0-beta-19378",
3
+ "version": "0.0.0-beta-19398",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": {
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",
@@ -118,8 +119,8 @@ const source = {
118
119
  "ui.messagePart.context.thought.other": "Thoughts",
119
120
  "ui.messagePart.context.match.one": "({{count}} match)",
120
121
  "ui.messagePart.context.match.other": "({{count}} matches)",
121
- "ui.messagePart.tools.used.one": "{{count}} used {{tools}}",
122
- "ui.messagePart.tools.used.other": "{{count}} used {{tools}}",
122
+ "ui.messagePart.tools.used.one": "Used {{count}} {{tools}}",
123
+ "ui.messagePart.tools.used.other": "Used {{count}} {{tools}}",
123
124
 
124
125
  "ui.list.loading": "Loading",
125
126
  "ui.list.empty": "No results",