From e3d8d6cdab8a6756fcdaa57d726bd135db3ad665 Mon Sep 17 00:00:00 2001 From: 4pmtong Date: Sat, 7 Mar 2026 20:54:43 +0800 Subject: [PATCH] release v0.0.87 --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/workflows/build.yml | 2 +- backend/app/agent/toolkit/terminal_toolkit.py | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f3490731..0d60ca48 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,7 +12,7 @@ body: id: version attributes: label: What version of eigent are you using? - placeholder: E.g., 0.0.86 + placeholder: E.g., 0.0.87 validations: required: true diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11c5aeca..49b7ee54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -347,7 +347,7 @@ jobs: files: | gh-release-assets/* - # Extract version from tag (e.g., v0.0.85 -> 0.0.86) + # Extract version from tag (e.g., v0.0.85 -> 0.0.87) - name: Extract version if: startsWith(github.ref, 'refs/tags/') id: version diff --git a/backend/app/agent/toolkit/terminal_toolkit.py b/backend/app/agent/toolkit/terminal_toolkit.py index bdae15a7..5c1fd8eb 100644 --- a/backend/app/agent/toolkit/terminal_toolkit.py +++ b/backend/app/agent/toolkit/terminal_toolkit.py @@ -41,7 +41,7 @@ logger = logging.getLogger("terminal_toolkit") # App version - should match electron app version # TODO: Consider getting this from a shared config -APP_VERSION = "0.0.86" +APP_VERSION = "0.0.87" def get_terminal_base_venv_path() -> str: diff --git a/package.json b/package.json index 244fad51..c956f56f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eigent", - "version": "0.0.86", + "version": "0.0.87", "main": "dist-electron/main/index.js", "description": "Eigent", "author": "Eigent.AI",