v0.8.2
Changed
- The folder is live: AGENTS.md and
skills/are re-read on every invoke (folder-rung agents:createPiAgentFromDefinition,dev,start). Edits — the author's or the agent's own — take effect on the next turn with no process restart; a broken edit fails that turn visibly instead of the process.createPiAgent(typed parts) is unchanged, andfastagent chatkeeps its startup snapshot — restart it to pick up edits. devwatch scope narrowed to code inputs (tools/,channels/,fastagent.config.*,package.json,.env) — the only changes that require a new process (ESM module cache). Files the agent writes into its own workspace no longer kill its in-flight turn with a restart. Helper code imported from outsidetools//channels/is out of watch scope — keep it undertools/, or restart manually.
Full changelog: https://github.com/kid7st/fastagent/blob/main/CHANGELOG.md