Skip to content

Sediman Browse

v0.2.6 Bugfix

This release fixes issues for SREs watching stability and regressions.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Fixed agent writing files to the user's current working directory instead of the home directory.

Changes in this release

Bugfix Medium

Agent now writes files to the user's actual working directory instead of ~/.terminator/

Agent now writes files to the user's actual working directory instead of ~/.terminator/

Source: llm_adapter@2026-06-03

Confidence: high

Full changelog

Fix: Agent writes files to correct working directory

Problem

When running terminator from e.g. ~/Desktop/work/test, the agent wrote files to ~/.terminator/ instead of the user's working directory.

Fix

  • Backend CWD is now the user's actual working directory
  • SEDIMAN_ROOT env var passed separately for config/state lookups
  • Files are created where you expect them

Before

cd ~/Desktop/work/test && terminator
Agent writes hello.py → ~/.terminator/hello.py  ❌

After

cd ~/Desktop/work/test && terminator
Agent writes hello.py → ~/Desktop/work/test/hello.py  ✅

Closes #200

Full Changelog: https://github.com/sediman-agent/OpenSkynet/compare/v0.2.5...v0.2.6

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Sediman Browse

Get notified when new releases ship.

Sign up free

About Sediman Browse

All releases →

Related context

Earlier breaking changes

  • v0.2.7 Renamed data directory from ~/.sediman to ~/.terminator across Python and Rust codebases

Beta — feedback welcome: [email protected]