Major: Public C API section now shows the real dstalk_host.h API with
service-vtable pattern (dstalk_service_query + 8 vtable types) instead
of the fabricated flat C API from dstalk_api.h which does not exist.
Other fixes:
- Binary name: dstalk-core.dll → dstalk.dll (matching CMake target)
- Test count: 8 → 9 (added network_plugin_test.cpp)
- Features card: updated ABI description to mention service vtables
- Terminal demo: file path dstalk_api.h → dstalk_host.h
- Tech stack: header reference dstalk_api.h → dstalk_host.h
- Docs row: added docs/explanation/ (architecture, plugin-lifecycle,
security-logging)
- en.html favicon: translated remaining Chinese 图层 1 → Layer 1
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Architecture diagram was missing the second row of plugins (session,
context, file-io, tools). Test description only listed 2 of 8 actual
test files. Corrected both pages to match the real repo layout.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Reflect the plugin-host architecture: dstalk-core.dll now hosts 9
functional plugins (deepseek, anthropic, network, lsp, session,
context, config, file-io, tools), with dstalk-cli + SDL3 dstalk-gui
both consuming the same C ABI. Update badges, hero stats, terminal
demo, features, architecture diagram, tech-stack table, roadmap, and
contributor section across index.html and en.html accordingly.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Add a localized English page and language metadata so visitors can switch between Chinese and English versions.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>