Releases: richenlin/evolving-programming-agent
Releases · richenlin/evolving-programming-agent
v1.1.1
v1.1.1 — symlink preservation in pack_for_ide.py Fixes EINVAL in downstream fs.cpSync re-runs by passing symlinks=True to shutil.copytree. Adds a post-pack sanity check to surface dereference bugs early. cli_protocol stays at v1; existing IDE integrations work unchanged. After bumping the submodule pointer to v1.1.1, IDE build pipelines should re-run `npm run skill:prepare` to pick up properly-linked binaries.
v1.1.0
v1.1.0 — IDE single-model adapter support
- Add SKILL.ide.md variant for single-conversation IDE environments
- run.py meta supports --mode {default,ide} (additive, backward compatible)
- cli_protocol stays at v1; existing callers unchanged
See CHANGELOG.md for the full release notes.