| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…nsions, and Account
…tional directories
…ings and tabbed SDK console
…e unreported runtime versions
…space Replace the enter-path dialog with a New Session action in the workspace panel, and add a per-workspace + button on each workspace group heading that pins the home hero to that workspace for the next Session.
… row Hide the native details marker that the flex heading layout pushed above the title and draw the caret inline before the workspace name instead.
Extract the official Qoder icon from Qoder.icns (64px for the sidebar brand mark, 128px for the hero orb and fatal fallback) and drop the letter-Q placeholder styling.
完善 Session 生命周期、实时恢复、浏览器安全投影与 Checkpoint 交互。 补齐确定性测试、中文学习文档和 workspace CI 集成。
| Back | FazBrowse Home | New Git URL |
Summary
Add a comprehensive local Web application template built with the Qoder TypeScript Agent SDK, Fastify, React, and TypeScript.
Unlike the repository's focused cross-language samples, this TypeScript-only template demonstrates how SDK capabilities can be assembled into a maintainable end-to-end product with explicit server, application, transport, and browser boundaries.
What’s Included
Query and Session lifecycle
Product interactions
MCP, Hooks, and diagnostics
Checkpoints
Realtime and recovery
Documentation
Architecture
The browser does not import or receive SDK objects directly.
Verification
The following account-independent verification passed:
Run the complete gate with:
npm run check
The real-account smoke test remains explicitly opt-in:
npm run test:smoke:real
It was not part of the default verification and may create a temporary real SDK Session and model turn.
Scope and Limitations