Skip to content

fix: bash tool memory leak#21321

Open
Jiwenshang wants to merge 2 commits intoanomalyco:devfrom
Jiwenshang:bugfix_bash_memory_leak
Open

fix: bash tool memory leak#21321
Jiwenshang wants to merge 2 commits intoanomalyco:devfrom
Jiwenshang:bugfix_bash_memory_leak

Conversation

@Jiwenshang
Copy link
Copy Markdown

@Jiwenshang Jiwenshang commented Apr 7, 2026

Issue for this PR

Closes #21319

Type of change

  • Bug fix

What does this PR do?

fix bash tool memory leak

How did you verify your code works?

UT & test manually

Screenshots / recordings

If this is a UI change, please include a screenshot or recording.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

If you do not follow this template your PR will be automatically rejected.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 7, 2026

Hey! Your PR title fix bash memory leak doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@github-actions github-actions bot added the needs:compliance This means the issue will auto-close after 2 hours. label Apr 7, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 7, 2026

The following comment was made by an LLM, it may be inaccurate:

Based on my search, here are the potentially related PRs:

Most Relevant:

Other related memory leak fixes:

Note: PR #21192 (mentioned in "Closes #21192") appears to be a TUI fix unrelated to bash memory leaks.

@github-actions github-actions bot removed the needs:compliance This means the issue will auto-close after 2 hours. label Apr 7, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 7, 2026

Thanks for updating your PR! It now meets our contributing guidelines. 👍

@Jiwenshang Jiwenshang changed the title fix bash memory leak fix: bash memory leak Apr 7, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 7, 2026

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@Jiwenshang Jiwenshang changed the title fix: bash memory leak fix: bash tool memory leak Apr 7, 2026
@Jiwenshang Jiwenshang requested a review from adamdotdevin as a code owner April 7, 2026 12:40
@Jiwenshang Jiwenshang force-pushed the bugfix_bash_memory_leak branch from 65a35f5 to 121d40b Compare April 7, 2026 12:43
@Jiwenshang Jiwenshang force-pushed the bugfix_bash_memory_leak branch from 121d40b to 9d12938 Compare April 7, 2026 13:07
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.

[BUG]: bash tool memory leak

1 participant