mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 03:30:06 +00:00
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
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:
parent
bebd1aafd7
commit
51350a45c3
4 changed files with 4 additions and 4 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue