aggroot 1.3.9 → 1.4.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/README.md +7 -0
- package/dist/index.cjs +618 -570
- package/package.json +2 -1
- package/scripts/install-browsers.mjs +132 -132
- package/share/agents/agent-devops.json +3 -1
package/README.md
CHANGED
|
@@ -448,6 +448,13 @@ AggRoot is designed to work seamlessly across all major operating systems:
|
|
|
448
448
|
|
|
449
449
|
## Changelog
|
|
450
450
|
|
|
451
|
+
### v1.4.2
|
|
452
|
+
|
|
453
|
+
- **Menu Selection Echo Fix**: Commands selected from the quick menu (via `/`, `$`, `#`) now correctly display the echo line (e.g., `Code Deity ❯ /help`) just like manually typed commands
|
|
454
|
+
- **`/clear` Command Fix**: Eliminated excessive blank lines when executing `/clear` — now properly clears the visible area without affecting scrollback history
|
|
455
|
+
- **Multi-Step Output Fix**: Fixed blank line issues in multi-step output commands (e.g., `/upgrade`) where the echo line was being overwritten by subsequent output
|
|
456
|
+
- **Split-Screen Rendering Improvements**: Refactored `addOutput()` to correctly handle the transition from input echo to AI output, preventing text overlap and cursor positioning errors
|
|
457
|
+
|
|
451
458
|
### v1.3.4
|
|
452
459
|
|
|
453
460
|
- **Nushell Shell Support**: Added Nushell (`nu`) as a supported shell on Windows, with automatic detection via common install paths and PATH lookup
|