Skip to content

v0.8.2

Choose a tag to compare

@kid7st kid7st released this 04 Jul 15:34

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, and fastagent chat keeps its startup snapshot — restart it to pick up edits.
  • dev watch 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 outside tools//channels/ is out of watch scope — keep it under tools/, or restart manually.

Full changelog: https://github.com/kid7st/fastagent/blob/main/CHANGELOG.md