Skip to content

Fix(config): make shell command prompts and tool descriptions shell-a… - #870

Open
klieret wants to merge 1 commit into
mainfrom
fix/shell-agnostic-prompts
Open

Fix(config): make shell command prompts and tool descriptions shell-a…#870
klieret wants to merge 1 commit into
mainfrom
fix/shell-agnostic-prompts

Conversation

@klieret

@klieret klieret commented Jun 19, 2026

Copy link
Copy Markdown
Member

Closes #829

…gnostic

Avoid implying bash specifically so models don't emit bash-only syntax
when the local shell is dash (e.g. Ubuntu/Debian). Fixes #829.
@codecov

codecov Bot commented Jun 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
src/minisweagent/models/utils/actions_toolcall.py 95.12% <ø> (ø)
...sweagent/models/utils/actions_toolcall_response.py 94.91% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Chesars

Chesars commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Hi @klieret. I opened #890 as a draft on top of this branch. It renames the model-facing tool from bash to shell in the tool-call schema.
Would this make sense as a follow-up here? Happy to close/re-scope it if not.

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.

Bash tool launches Dash on Ubuntu environments

2 participants