agenttop 0.10.0 → 0.10.2

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/index.js CHANGED
@@ -1268,6 +1268,8 @@ var ToolCallDetail = React8.memo(({ event, focused, height }) => {
1268
1268
  {
1269
1269
  flexDirection: "column",
1270
1270
  flexGrow: 1,
1271
+ flexShrink: 1,
1272
+ overflow: "hidden",
1271
1273
  borderStyle: "single",
1272
1274
  borderColor: focused ? colors.primary : colors.border,
1273
1275
  children: [
@@ -3861,7 +3863,7 @@ var App = ({ options, config: initialConfig, version, firstRun }) => {
3861
3863
  sidebarWidth
3862
3864
  }
3863
3865
  ),
3864
- rightPanel
3866
+ /* @__PURE__ */ jsx16(Box16, { flexGrow: 1, flexShrink: 1, minWidth: 0, overflow: "hidden", children: rightPanel })
3865
3867
  ] }),
3866
3868
  !options.noSecurity && /* @__PURE__ */ jsx16(AlertBar, { alerts }),
3867
3869
  inputMode === "nickname" && /* @__PURE__ */ jsxs16(Box16, { paddingX: 1, children: [