-
Notifications
You must be signed in to change notification settings - Fork 1
Releases: 0xnayuta/devkit-pi
Releases · 0xnayuta/devkit-pi
devkit-pi v0.1.0
devkit-pi v0.1.0
Pre-release
Pre-release
0.1.0 — 2026年05月11日
Initial Release
- Initial npm release of
devkit-pias a pi extension package. - Subagents support: delegate tasks to 5 specialized readonly agents (explorer, researcher, reviewer, implementer, tester); custom agents via markdown frontmatter.
- Web tools support:
web_search,fetch_content,get_search_contentwith multi-provider auto-fallback (ddgs, brave, tavily, serper, openserp, searxng). - LSP code intelligence support:
definition,references,hover,signature,symbols,diagnostics,workspace-diagnostics,servers; mutating actions disabled by default and blocked in subagent processes. - LSP diagnostics hook with configurable mode (
agent_end|edit_write|disabled). /toolkitdeveloper commands: doctor, modules, logs, agents, lsp, activity, help.- VitePress documentation site deployed at https://devkit-pi.wangyan.life/.
- GitHub Pages documentation deployment workflow.
- CI workflow with docs:check, test, and docs:build.
- Modular architecture:
src/modules/{subagents, web, lsp, commands}with independent enable/disable. - Namespace-based configuration:
ToolkitConfig. - Experimental writable custom subagents (not stable; see security model docs).
Highlights
- Initial npm release of
devkit-pi. - Added foreground subagents with built-in agents.
- Added Web tools and provider support.
- Added LSP code intelligence support.
- Added
/toolkitdeveloper commands. - Added VitePress documentation site: https://devkit-pi.wangyan.life/
- Added GitHub Pages deployment workflow and CI checks.
Install
pnpm add -g devkit-pi