File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.2.41
2+ current_version = 0.2.42
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ repos:
2525 - id : end-of-file-fixer
2626 - id : no-commit-to-branch
2727 - repo : https://github.com/psf/black
28- rev : 26.3.0
28+ rev : 26.3.1
2929 hooks :
3030 - id : black
3131 - repo : https://github.com/astral-sh/ruff-pre-commit
32- rev : v0.15.5
32+ rev : v0.15.6
3333 hooks :
3434 - id : ruff
3535 exclude : ^(test/|tests/|gitlab_api/gitlab_gql\.py$)
Original file line number Diff line number Diff line change @@ -54,6 +54,6 @@ ENV HOST=${HOST} \
5454RUN apt-get update \
5555 && apt-get install -y ripgrep tree fd-find curl nano \
5656 && curl -LsSf https://astral.sh/uv/install.sh | sh \
57- && uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow github-agent>=0.2.41
57+ && uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow github-agent>=0.2.42
5858
5959CMD ["gitlab-mcp" ]
Original file line number Diff line number Diff line change 2121![ PyPI - Wheel] ( https://img.shields.io/pypi/wheel/github-agent )
2222![ PyPI - Implementation] ( https://img.shields.io/pypi/implementation/github-agent )
2323
24- * Version: 0.2.41 *
24+ * Version: 0.2.42 *
2525
2626## Overview
2727
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ services:
2626 - " TRANSPORT=stdio"
2727 - " LLM_BASE_URL=${LLM_BASE_URL:-http://host.docker.internal:1234/v1}"
2828 - " LLM_API_KEY=${LLM_API_KEY:-llama}"
29- - " MODEL_ID=${MODEL_ID:-qwen/qwen3.5-35b-a3b }"
29+ - " MODEL_ID=${MODEL_ID:-nvidia/nemotron-3-super }"
3030 - " DEBUG=False"
3131 - " ENABLE_WEB_UI=True"
3232 - " ENABLE_OTEL=True"
Original file line number Diff line number Diff line change 1111 load_identity ,
1212)
1313
14- __version__ = "0.2.41 "
14+ __version__ = "0.2.42 "
1515
1616logging .basicConfig (
1717 level = logging .INFO ,
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ services:
4343 - " PROVIDER=openai"
4444 - " LLM_BASE_URL=${LLM_BASE_URL:-http://host.docker.internal:1234/v1}"
4545 - " LLM_API_KEY=${LLM_API_KEY:-llama}"
46- - " MODEL_ID=${MODEL_ID:-qwen/qwen3.5-35b-a3b }"
46+ - " MODEL_ID=${MODEL_ID:-nvidia/nemotron-3-super }"
4747 - " DEBUG=False"
4848 - " ENABLE_WEB_UI=True"
4949 - " ENABLE_OTEL=True"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " github-agent"
7- version = " 0.2.41 "
7+ version = " 0.2.42 "
88readme = " README.md"
99description = " GitHub Agent for MCP"
1010requires-python = " >=3.10"
@@ -17,7 +17,7 @@ classifiers = [
1717 " Operating System :: POSIX :: Linux" ,
1818 " Programming Language :: Python :: 3" ]
1919dependencies = [
20- " agent-utilities[agent,logfire]>=0.2.26 " ]
20+ " agent-utilities[agent,logfire]>=0.2.27 " ]
2121
2222[project .scripts ]
2323github-agent = " github_agent.agent_server:agent_server"
You can’t perform that action at this time.
0 commit comments