Commit 4f8893f
committed
chore(release): v4.0.0 — filesystem-first agents milestone
Headline: filesystem-first agent directories ("eve parity") served by the `serve` daemon. This release rounds out the agent-dir foundation with a sandboxed tool backend and durable sessions, and bumps the version surface to 4.0.0.
- tools/ `kind: script`: sandboxed QuickJS tool over the existing `program` path; the directory-authored allow-list fails closed (omitted = no tools).
- Rehydrate-on-boot: `serve_agent_dir` resumes a schedule's `schedule:<name>` session from a configured SessionStore, so a daemon restart keeps accumulated context (reuses Agent::resume_session).
- Docs (en+cn agent-dir), CHANGELOG, SDK doc comments, and Node/Python serve tests (added kind:script coverage); both SDKs rebuilt at 4.0.0 with serve tests passing (incl. real-schedule integration).
- Version bumped 3.6.2 → 4.0.0 across all CI-enforced files (scripts/check_release_versions.sh passes); Cargo.locks bumped surgically (no re-resolution).
- Removes the obsolete manual/CHANNELS_DESIGN.md (channels are out of scope).1 parent 6e33653 commit 4f8893f
31 files changed
Lines changed: 1245 additions & 649 deletions
File tree
- core
- src
- config
- serve
- tools
- workspace
- tests
- manual
- sdk
- node
- examples
- src
- python-bootstrap
- src/a3s_code
- python
- src
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
8 | 66 | | |
9 | 67 | | |
10 | 68 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | | - | |
| 142 | + | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
417 | 424 | | |
418 | 425 | | |
419 | 426 | | |
| |||
1311 | 1318 | | |
1312 | 1319 | | |
1313 | 1320 | | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
1314 | 1330 | | |
1315 | 1331 | | |
1316 | 1332 | | |
| |||
0 commit comments