Skip to content

Commit 0dc9486

Browse files
committed
chore(deps): Use the latest version of infer cli
Signed-off-by: Eden Reich <eden.reich@gmail.com>
1 parent 61a16ed commit 0dc9486

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.flox/env/manifest.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.flox/env/manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on-activate = """
2121
go get .
2222
2323
if [ ! -f "$(go env GOPATH)/bin/infer" ]; then
24-
curl -sSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --install-dir "$(go env GOPATH)/bin"
24+
curl -sSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --version v0.100.3 --install-dir $HOME/.local/bin
2525
fi
2626
2727
source <(goreleaser completion zsh)

.infer/config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ gateway:
1717
- groq/playai-tts
1818
- groq/playai-tts-arabic
1919
vision_enabled: true
20+
claude_code:
21+
enabled: false
22+
cli_path: claude
23+
timeout: 600
24+
max_output_tokens: 32000
25+
thinking_budget: 10000
26+
max_turns: 10
2027
client:
2128
timeout: 200
2229
retry:
@@ -324,6 +331,10 @@ agent:
324331
<system-reminder>
325332
This is a reminder that your todo list is currently empty. DO NOT mention this to the user explicitly because they are already aware. If you are working on tasks that would benefit from a todo list please use the TodoWrite tool to create one. If not, please feel free to ignore. Again do not mention this message to the user.
326333
</system-reminder>
334+
context:
335+
git_context_enabled: true
336+
working_dir_enabled: true
337+
git_context_refresh_turns: 10
327338
verbose_tools: false
328339
max_turns: 50
329340
max_tokens: 8192

0 commit comments

Comments
 (0)