Skip to content

Conversation

Copy link

Copilot AI commented Dec 10, 2025

✅ Completed

Fixed the incorrect use of strikethrough syntax for search result highlighting.

Changes Made:

  • Replaced markdown strikethrough syntax (~~text~~) with ANSI escape codes
  • Implemented proper visual highlighting using yellow background (ANSI 43) and black foreground (ANSI 30)
  • Updated code comments to reflect the new approach
  • Verified no TypeScript errors
  • Code review passed with no issues
  • Security scan passed with no vulnerabilities

Technical Details:

The previous implementation incorrectly used ~~$1~~ which rendered as strikethrough text. The new implementation uses ANSI escape codes \x1b[43m\x1b[30m$1\x1b[0m which provides proper visual highlighting compatible with the existing terminal rendering infrastructure (ghostty-terminal component).

Security Summary:

No vulnerabilities detected. CodeQL analysis found 0 alerts.

Commit: b50efdd


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@coderabbitai
Copy link

coderabbitai bot commented Dec 10, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@kcrommett kcrommett marked this pull request as ready for review December 10, 2025 08:33
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@kcrommett kcrommett merged commit c2ed115 into revert-pr-4773-subagent-restrictions Dec 10, 2025
5 checks passed
Copilot AI requested a review from kcrommett December 10, 2025 08:34
kcrommett added a commit that referenced this pull request Dec 10, 2025
* revert: remove PR sst#4773 subagent restrictions feature

This feature is not going to be merged upstream in its current form.

Removes:
- subagents field from Agent schema and built-in agents
- subagents config option
- filterSubagents function and runtime validation
- Subagent filtering from prompt tool resolution
- Subagent filtering from TUI autocomplete
- subagents-filter.test.ts test file
- Subagents documentation section from agents.mdx

The SDK types will be regenerated automatically on the next build.

* chore: format code

* docs: update fork README to remove PR sst#4773 and refresh date

* feat: add ghostty-opentui dependency for terminal ANSI rendering

* feat: force color output in bash tool for ANSI rendering

* feat: add live token tracking during streaming responses

* fix: use correct subagent session ID for click navigation

* feat: add search, token display, and bash ANSI viewer to TUI

- Add Ctrl+F search with match highlighting and navigation
- Add toggle tokens command with IN/OUT display
- Add full-screen bash output viewer with ANSI color support
- Integrate ghostty-terminal component for terminal rendering

* docs: add implementation plans for restored PR features

* ci: retry tests

* [WIP] Update subagent restrictions based on PR feedback (#106)

* Initial plan

* fix: replace strikethrough with ANSI highlighting for search results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants