zugzbot-sdd 1.5.9 → 1.5.11
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/bin/zugzbot.js +1 -1
- package/opencode.json +2 -2
- package/package.json +1 -1
- package/plugins/plugin_tui.tsx +1 -1
package/bin/zugzbot.js
CHANGED
package/opencode.json
CHANGED
package/package.json
CHANGED
package/plugins/plugin_tui.tsx
CHANGED
|
@@ -251,7 +251,7 @@ const PluginTuiSidebar: TuiPlugin = async (api) => {
|
|
|
251
251
|
</box>
|
|
252
252
|
|
|
253
253
|
{/* Componente Visual de Progreso SDD de 3 Fases */}
|
|
254
|
-
{sddProgress() &&
|
|
254
|
+
{sddProgress() && (
|
|
255
255
|
<box gap={0} paddingLeft={1} paddingTop={1} paddingBottom={0}>
|
|
256
256
|
<text fg="#FF7300">
|
|
257
257
|
{`SDD: ${sddProgress()?.changeName ?? ""}`}
|