diff options
| author | Adam Malczewski <[email protected]> | 2026-06-05 01:14:29 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-06-05 01:14:29 +0900 |
| commit | 64e9688cc27ceea6eba442d156868d82d7aafb75 (patch) | |
| tree | 412b00ae47a98d3f1e46a953798122c750e8abde /tsconfig.json | |
| parent | 7fca88f2ef9cf6eb9c8679844419241a12dd670f (diff) | |
| download | dispatch-64e9688cc27ceea6eba442d156868d82d7aafb75.tar.gz dispatch-64e9688cc27ceea6eba442d156868d82d7aafb75.zip | |
feat(tool-read-file): add read_file tool extension + wire into host-bin
First TOOL extension (standard tier, fs capability). Pure-core/shell split with
workdir containment (realpath symlink guard). host-bin registers it in
CORE_EXTENSIONS; flows into runTurn via session-orchestrator's resolveTools.
Verified: typecheck clean, 214 tests pass (was 185), biome clean. Live curl
against flash produced a real tool-call + tool-result round-trip with correct
final answer. Proves the kernel tool-dispatch loop end-to-end (plan ยง3.3).
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index fdf58f5..505d883 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ { "path": "./packages/conversation-store" }, { "path": "./packages/session-orchestrator" }, { "path": "./packages/transport-http" }, + { "path": "./packages/tool-read-file" }, { "path": "./packages/host-bin" } ] } |
