Releases v0.0.88 (#1499)
Some checks failed
CodeQL Advanced / Analyze (python) (push) Failing after 3s
CodeQL Advanced / Analyze (actions) (push) Failing after 3s
CodeQL Advanced / Analyze (javascript-typescript) (push) Failing after 3s
Pre-commit / pre-commit (push) Failing after 1m19s
Test / Run Python Tests (push) Successful in 12m53s

This commit is contained in:
Tong Chen 2026-03-17 00:15:44 +08:00 committed by GitHub
parent bebd1aafd7
commit 51350a45c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ body:
id: version
attributes:
label: What version of eigent are you using?
placeholder: E.g., 0.0.87
placeholder: E.g., 0.0.88
validations:
required: true

View file

@ -347,7 +347,7 @@ jobs:
files: |
gh-release-assets/*
# Extract version from tag (e.g., v0.0.85 -> 0.0.87)
# Extract version from tag (e.g., v0.0.85 -> 0.0.88)
- name: Extract version
if: startsWith(github.ref, 'refs/tags/')
id: version

View file

@ -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.87"
APP_VERSION = "0.0.88"
def get_terminal_base_venv_path() -> str:

View file

@ -1,6 +1,6 @@
{
"name": "eigent",
"version": "0.0.87",
"version": "0.0.88",
"main": "dist-electron/main/index.js",
"description": "Eigent",
"author": "Eigent.AI",