feat: add sleep to default bash allow-list#660
Merged
Conversation
2 tasks
Contributor
|
@infer you should've ran |
Contributor
Author
|
I'm cooking...will get back to you soon... Pull Request✅ Infer Result: SuccessTask is complete. ✅ Model: Tokens: 194,429 in · 2,387 out · 196,816 total (18 requests) Tool calls: 15 total · 100% success rate Triggered by edenreich · Infer Action |
edenreich
pushed a commit
that referenced
this pull request
Jun 26, 2026
Resolves #659 ## Summary _The agent's original PR description was incomplete, so this summary was generated from the commit history._ ## Changes - feat: add sleep to default bash allow-list <details><summary>Files changed</summary> ``` config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ``` </details> --------- Co-authored-by: inference-gateway-maintainer[bot] <246577062+inference-gateway-maintainer[bot]@users.noreply.github.com>
inference-gateway-releaser Bot
added a commit
that referenced
this pull request
Jun 27, 2026
## [0.124.0](v0.123.1...v0.124.0) (2026-06-27) ### 🚀 Features * add /env shortcut for creating .env.example with provider API keys ([#655](#655)) ([3227e15](3227e15)), closes [#519](#519) * **tools:** add Agent tool for local subagents ([#658](#658)) ([1712f6e](1712f6e)), closes [#653](#653) [#653](#653) * **tools:** add AskUserQuestion clarifying-question form for plan mode ([#661](#661)) ([998bf37](998bf37)), closes [#652](#652) * add sleep to default bash allow-list ([#660](#660)) ([2d945c3](2d945c3)), closes [#659](#659) ### 🧹 Maintenance * **deps:** bump infer-action v0.17.2 -> v0.19.0 ([#654](#654)) ([c66e6d2](c66e6d2)) * **flox:** update codex and infer versions ([4268714](4268714))
Contributor
|
🎉 This PR is included in version 0.124.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #659
Summary
The agent's original PR description was incomplete, so this summary was generated from the commit history.
Changes
Files changed