Merge remote-tracking branch 'origin/master' into codex/catalog-verbs-jsdoc

# Conflicts:
#	docs/development.i18n.yaml
This commit is contained in:
Tianyi Cui
2026-07-19 14:00:48 +08:00
51 changed files with 167 additions and 167 deletions

View File

@@ -109,13 +109,13 @@ The echo demo does not need API credentials:
pnpm run demo:echo
```
The coding-agent REPL uses the line-oriented readline front door and needs `DEEPSEEK_API_KEY` in the environment or repo-root `.env`:
The repl-agent demo uses the line-oriented readline front door and needs `DEEPSEEK_API_KEY` in the environment or repo-root `.env`:
```sh
pnpm run demo:repl
```
The full-screen TUI reuses the coding-agent composition through the pi-tui front door and needs the same credentials:
The full-screen TUI reuses the repl-agent composition through the pi-tui front door and needs the same credentials:
```sh
pnpm run demo:tui