Skip to content

Releases: foundryside-dev/loomweave

Loomweave v1.3.1

22 Jun 02:23
f28c8e4

Choose a tag to compare

Loomweave v1.3.1

Install

Pick the archive for your platform from the Assets list below.
Verify the SHA256, extract, and place loomweave on your $PATH.

curl -L -o loomweave.tar.gz \
  https://github.com/foundryside-dev/loomweave/releases/download/v1.3.1/loomweave-x86_64-unknown-linux-gnu.tar.gz
tar xzf loomweave.tar.gz
install loomweave-x86_64-unknown-linux-gnu/loomweave ~/.local/bin/

pipx install \
  https://github.com/foundryside-dev/loomweave/releases/download/v1.3.1/loomweave_plugin_python-1.3.1.tar.gz

Full walkthrough: docs/operator/getting-started.md.

Changes

  • Merge pull request #63 from foundryside-dev/fix/msgpack-advisory-1.3.1 (f28c8e4)
  • Merge pull request #61 from foundryside-dev/feat/stale-index-refresh-guidance (619ef6f)

Loomweave v1.3.0

19 Jun 05:11
d5f9501

Choose a tag to compare

Loomweave v1.3.0

Install

Pick the archive for your platform from the Assets list below.
Verify the SHA256, extract, and place loomweave on your $PATH.

curl -L -o loomweave.tar.gz \
  https://github.com/foundryside-dev/loomweave/releases/download/v1.3.0/loomweave-x86_64-unknown-linux-gnu.tar.gz
tar xzf loomweave.tar.gz
install loomweave-x86_64-unknown-linux-gnu/loomweave ~/.local/bin/

pipx install \
  https://github.com/foundryside-dev/loomweave/releases/download/v1.3.0/loomweave_plugin_python-1.3.0.tar.gz

Full walkthrough: docs/operator/getting-started.md.

Changes

  • Merge pull request #60 from foundryside-dev/feat/session-start-auto-analyze (d5f9501)

Loomweave v1.2.1

18 Jun 08:05
846f14f

Choose a tag to compare

Loomweave v1.2.1

Install

Pick the archive for your platform from the Assets list below.
Verify the SHA256, extract, and place loomweave on your $PATH.

curl -L -o loomweave.tar.gz \
  https://github.com/foundryside-dev/loomweave/releases/download/v1.2.1/loomweave-x86_64-unknown-linux-gnu.tar.gz
tar xzf loomweave.tar.gz
install loomweave-x86_64-unknown-linux-gnu/loomweave ~/.local/bin/

pipx install \
  https://github.com/foundryside-dev/loomweave/releases/download/v1.2.1/loomweave_plugin_python-1.2.1.tar.gz

Full walkthrough: docs/operator/getting-started.md.

Changes

  • Merge pull request #59 from foundryside-dev/codex/fix-1.2.1-review-findings (846f14f)

Loomweave v1.2.0

18 Jun 02:29
e30318a

Choose a tag to compare

Loomweave v1.2.0

Install

Pick the archive for your platform from the Assets list below.
Verify the SHA256, extract, and place loomweave on your $PATH.

curl -L -o loomweave.tar.gz \
  https://github.com/foundryside-dev/loomweave/releases/download/v1.2.0/loomweave-x86_64-unknown-linux-gnu.tar.gz
tar xzf loomweave.tar.gz
install loomweave-x86_64-unknown-linux-gnu/loomweave ~/.local/bin/

pipx install \
  https://github.com/foundryside-dev/loomweave/releases/download/v1.2.0/loomweave_plugin_python-1.2.0.tar.gz

Full walkthrough: docs/operator/getting-started.md.

Changes

  • Merge pull request #58 from foundryside-dev/feat/loomweave-dogfood-fixes (e30318a)

Loomweave v1.1.0

16 Jun 18:55
a97e1d8

Choose a tag to compare

Loomweave v1.1.0

Install

Pick the archive for your platform from the Assets list below.
Verify the SHA256, extract, and place loomweave on your $PATH.

curl -L -o loomweave.tar.gz \
  https://github.com/foundryside-dev/loomweave/releases/download/v1.1.0/loomweave-x86_64-unknown-linux-gnu.tar.gz
tar xzf loomweave.tar.gz
install loomweave-x86_64-unknown-linux-gnu/loomweave ~/.local/bin/

pipx install \
  https://github.com/foundryside-dev/loomweave/releases/download/v1.1.0/loomweave_plugin_python-1.1.0.tar.gz

Full walkthrough: docs/operator/getting-started.md.

Changes

  • Merge pull request #57 from foundryside-dev/rc4 (a97e1d8)
  • Merge codex-fix-plugin-rust: bin-target scope + symbol-table ignore policy (29b18ec)
  • Merge feat/rust-plugin-gold into rc4: Sprint 4 Rust-plugin gold closeout (92ebf64)
  • Merge feat/rust-plugin-scale-qa into rc4: Sprint 3 dogfood + scale QA (b0bb578)
  • Merge commit '963a1c1' into feat/rust-plugin-scale-qa (1ba8a43)
  • Merge feat/rust-plugin-edges into rc4: Phase 2 edge completeness (derives, references, calls audit) (25a6c53)
  • Merge commit '65be609' into feat/rust-plugin-edges (fd374e6)
  • Merge feat/plugin-host-hardening into rc4: Sprint 1 adversarial-input hardening (bfd6b4a)
  • Merge branch 'rc4' into feat/plugin-host-hardening (4a9068f)
  • Merge feat/rust-plugin-activate into rc4: Rust plugin LIVE (on-by-default) (e53fc91)
  • Merge feat/rust-plugin-land into rc4: nested-param trip-wire + dead-code honesty (d9a3f24)
  • Merge feat/rust-plugin-spec into rc3: Rust language plugin (inert parked foundation) (2380c88)
  • Merge: pin cosign to v2.5.2 (5030887)