Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Dec 17, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

chrarnoldus and others added 9 commits December 17, 2025 10:16
- Move general rules from .kilocode/rules/rules.md to AGENTS.md
- Move translate mode rules to .roo/rules-translate/AGENTS.md
- Add file references in main AGENTS.md for mode-specific rules
- Remove .kilocode directory
* Add command parsing

* fix: merge conflict - add missing TabAutocompleteOptions properties

Add all required properties to TabAutocompleteOptions in test utilities after
main branch merge. Set sensible defaults for test environment.

Also fix linting warnings in CommandExecutionBlock for ANSI escape sequences.

* style: improve output area visibility with darker background

Increase background opacity from bg-black/5 to bg-black/40 to create better
visual separation between the border and output area, making the output
section more distinct.

* style: use editor background color for output area

Change output padding background from bg-black/10 to bg-vscode-editor-background
for consistent color matching with the main editor area.

* refactor: simplify command metadata extraction logic

Extract exit code parsing and metadata extraction into top-level helper functions
to improve readability and fix ESLint dependency warnings. Reduces nesting in the
command execution mapping loop while maintaining the same functionality.

* Merge branch 'main' into elated_diffie and resolve conflicts

Merged local main branch into elated_diffie and resolved:
- 1 test file conflict (CliArgsBuilder.spec.ts): kept main version
- 21 translation file conflicts: resolved by keeping main versions with updated translations
- 1 lint error: fixed useMemo dependency array in CommandExecutionBlock

All merge conflicts fixed. Ready for testing.

* Revert CLI effects changes (moved to separate PR)

* Fix CliArgsBuilder tests after merge

Updated tests to reflect that --auto is now always included by default.
Removed redundant duplicate --auto addition when autoMode option is set.

* Add changeset for agent manager terminal rendering improvements

* tmp

* tmp

* tmp

* fix: Agent Manager interactive mode and session resume

- Remove --auto flag from CLI args for interactive JSON-IO mode
- Add resume session functionality for completed sessions
- Merge message queue handling from main branch
- Remove temporary exitCode mock (CLI fix merged)
- Fix unused variable lint error in ChatInput

* Use yolo mode

* Fix remaining status issues with failing commands

* Fix merge conflict

* Fix translations

* Fix flaky timeout allowlist test

Reduced mock process time from 2000ms to 500ms and increased test
timeout from 3000ms to 5000ms. The original timing was too tight
because the code has a 1s wait for exitDetails plus 50ms delay,
causing the test to occasionally exceed its 3000ms timeout.

* Fix small issues

* Remove non needed ExecuteCommandTool changes

* Revert translatiosn

* Revert translations and fix merge conflicts

* Revert translations and fix merge conflicts
Fix text.startsWith is not a function crash
Normalize line endings in search and replace tool
Delete src/core/prompts/tools/native-tools/kilocode/search_and_replac…
@pull pull bot locked and limited conversation to collaborators Dec 17, 2025
@pull pull bot added the ⤵️ pull label Dec 17, 2025
@pull pull bot merged commit c775aa6 into zimushui:main Dec 17, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants