Skip to content

Releases: cheikh2shift/godex

Release v0.24.4

08 Apr 22:07

Choose a tag to compare

Changes

  • Fix ARM64 Linux build without X11 (f4b6175)

Installation

Download the appropriate binary for your platform and run the install script:

curl -sSL https://raw.githubusercontent.com/cheikh2shift/godex/main/install.sh | sh

Verification

Each binary includes a SHA256 checksum file for verification.

Release v0.24.0

06 Apr 18:16

Choose a tag to compare

Changes

  • remove shell scripts (cd02824)
  • switch vision to ocr and limit to text (efc9cd6)
  • build: update vision.wasm (494aaea)
  • fix: update model and labels URLs, normalize pixel values in image loading (b179ea0)
  • fix: update model URL to correct path for EfficientNet model (6e5fa89)
  • build: update vision.wasm (7dbad20)
  • feat: implement OCR functionality with WASM integration for text extraction from images (f3a03fb)
  • refactor: update model URL and normalize pixel values in image loading (7025b25)
  • build: update vision.wasm (461c494)
  • build: fix path for vision.wasm in git add command (ac8e39a)
  • build: fix path for vision.wasm in workflow (0a282c7)
  • refactor: simplify image loading and remove ndarray dependency (dc0dd83)
  • refactor: update model input handling in main function (891a36f)
  • remove "onnx" feature from tract-onnx dependency in Cargo.toml (2ca3ff1)
  • apply fixfor gh (f714156)
  • add "vision" github action (28b0d3d)
  • add vision support indicator (9196435)
  • add llama server tests (7f23125)
  • refactor tests for llama (8625379)
  • detect./install llama on startup (4f9e8ab)
  • fix crash on quant selection for llama cpp (94f3174)
  • increase prompt token count (40be168)

Installation

Download the appropriate binary for your platform and run the install script:

curl -sSL https://raw.githubusercontent.com/cheikh2shift/godex/main/install.sh | sh

Verification

Each binary includes a SHA256 checksum file for verification.

Release v0.23.12

04 Apr 13:52

Choose a tag to compare

Changes

  • Added Windows support in setProcessGroup (dc43d6d)

Installation

Download the appropriate binary for your platform and run the install script:

curl -sSL https://raw.githubusercontent.com/cheikh2shift/godex/main/install.sh | sh

Verification

Each binary includes a SHA256 checksum file for verification.

Release v0.23.10

04 Apr 09:07
bb40b2a

Choose a tag to compare

Changes

  • Merge pull request #13 from cheikh2shift/improve-stability (bb40b2a)
  • prevent llm from stating it previously provided the answer (f514c6a)
  • move isntructions as system message (ed6856d)
  • change default temp. to be more deterministic (7295dc3)
  • increase tool result size (c0c4c25)

Installation

Download the appropriate binary for your platform and run the install script:

curl -sSL https://raw.githubusercontent.com/cheikh2shift/godex/main/install.sh | sh

Verification

Each binary includes a SHA256 checksum file for verification.

Release v0.23.8

03 Apr 18:19

Choose a tag to compare

Changes

  • correct single prompt-death loop (72faf5c)
  • Use file-based fallback when no terminal is found (43c25f3)
  • Remove zenity stage package from snap build (6067462)
  • Restore terminal launcher and add copyable fallback (71a3e2c)
  • Style snap GTK terminal (878d8bf)
  • Build snap on ubuntu-22.04 (f03a685)
  • Include GTK/VTE runtime libs (cb92e4e)
  • Install snap build deps in CI (9ebc2ad)
  • Add GTK VTE GUI wrapper for snap (d9b9611)
  • Bundle xterm for snap launcher (6329415)
  • add troubleshooting section (db6a295)
  • Clarify launch instruction in desktop entry (7d916ba)
  • Improve launcher terminal detection (d8a89e9)
  • Make default snap app launch terminal (b0f32f3)
  • Remove terminal URI fallback (15827bc)
  • Fix duplicate Terminal entry (4bf8ceb)
  • Improve snap terminal launcher (0a4f0a0)
  • Fix desktop Exec for snap (c2a4ee7)
  • Limit snapcraft source rewrite to godex (55bd6b5)
  • Fix launcher source paths (142096b)
  • Fix launcher staging (4b4c5e1)
  • Stage launcher assets (868c154)
  • Add desktop launcher for snap (6b02590)
  • Add arm64 snap build (72a2c37)
  • Revert "Move snapcraft.yaml to repo root" (7fdaa67)
  • add snap badge (60aa103)
  • update description (fd3d6dd)
  • Move snapcraft.yaml to repo root (6999b43)
  • Use SNAPCRAFT_STORE_CREDENTIALS (30b105b)
  • Set snap version from CI (46f4d3a)
  • Stabilize snapcraft source rewrite (517ddd5)
  • fix bad snap path (8ae2989)
  • start snapd (3ddcd19)
  • log build errors (6f69bb8)
  • remove hall. metadata (1c21149)
  • Fix snap build outputs (2290ddd)
  • fix gh action snap step (eb0caa4)
  • fix regex path (496575a)
  • fix snap manifest (e3634c4)
  • restore working release.yml (cd606b8)
  • remove .gif copy step in release (033f736)
  • fix logo path (f0a47bc)
  • fix snap release action (bfe9821)
  • Potential fix for code scanning alert no. 10: Workflow does not contain permissions (d4e81d8)
  • restore release workflow (edcb360)
  • add snap publish ino (d6200e1)
  • add ci workflow to test against internal api calls (47e1ef2)
  • detect existing llama-server instaces (6a3f30e)
  • show thinking text to capture previously missed output (67f2f60)
  • display thinking text on 0 tool call (cadab34)
  • remove quote (fc5c55e)

Installation

Download the appropriate binary for your platform and run the install script:

curl -sSL https://raw.githubusercontent.com/cheikh2shift/godex/main/install.sh | sh

Verification

Each binary includes a SHA256 checksum file for verification.

Release v0.23.6

02 Apr 17:35

Choose a tag to compare

Changes

  • remove delete_line_range tool (39150dc)

Installation

Download the appropriate binary for your platform and run the install script:

curl -sSL https://raw.githubusercontent.com/cheikh2shift/godex/main/install.sh | sh

Verification

Each binary includes a SHA256 checksum file for verification.

Release v0.23.5

02 Apr 12:23
d5fc1b7

Choose a tag to compare

Changes

  • Merge pull request #12 from cheikh2shift/improve-task-execution (d5fc1b7)
  • break prompt loop once sys. returns no tools twice (30d7e2e)
  • re-prompt when the llm triggers an empty tool call without final answer indicator (367a900)
  • add summerising indicator (98d903f)
  • hide hive agent output if debug mode is not enabled (fc3e308)
  • cleanup input to prevent term crashing/ (4d4e349)
  • queue agent responses from hive (b4153b6)
  • Share agent token usage with hive (7e05398)
  • prevent requests from stopping mid-way (d5aea1b)

Installation

Download the appropriate binary for your platform and run the install script:

curl -sSL https://raw.githubusercontent.com/cheikh2shift/godex/main/install.sh | sh

Verification

Each binary includes a SHA256 checksum file for verification.

Release v0.23.4

01 Apr 11:01

Choose a tag to compare

Changes

  • ensure accurate token count is displayed (0b5a716)
  • ensure llama server instances are closed on exit (7ddd10a)
  • prevent server from starting twice (36936e6)
  • search for downloaded llama binary if not found in path (334d5bf)
  • ensure windows results show up (abb28f9)
  • fetch live versions from llama (0ebae79)
  • add search_directory_text to filesystem mcp (851c7bf)
  • update readme (53fe248)
  • add pattern param (deebec2)
  • feat(mcp/webscraper): add caching, line filtering, and grep support to fetch_url tool (ba5dfca)

Installation

Download the appropriate binary for your platform and run the install script:

curl -sSL https://raw.githubusercontent.com/cheikh2shift/godex/main/install.sh | sh

Verification

Each binary includes a SHA256 checksum file for verification.

Release v0.23.3

30 Mar 15:41

Choose a tag to compare

Changes

  • Include hive instance ID in prompt instructions (71ba6b8)
  • Merge branch 'main' of github.com:cheikh2shift/godex (9ba45bb)
  • remove feature header (f82ecde)
  • Create LICENSE (5ade5cc)

Installation

Download the appropriate binary for your platform and run the install script:

curl -sSL https://raw.githubusercontent.com/cheikh2shift/godex/main/install.sh | sh

Verification

Each binary includes a SHA256 checksum file for verification.

Release v0.23.2

29 Mar 16:32

Choose a tag to compare

Changes

  • use server side filtering for hugging face (afeac51)
  • add llama cpp instructions (5c4ea9b)

Installation

Download the appropriate binary for your platform and run the install script:

curl -sSL https://raw.githubusercontent.com/cheikh2shift/godex/main/install.sh | sh

Verification

Each binary includes a SHA256 checksum file for verification.