release: v0.6.0 — 插件架构解耦 + RPG 插件 + 人类-AI 交互#50
Merged
Conversation
…ions - Bump all packages from 0.5.0 to 0.6.0 - Update README (EN/ZH) with V0.6.0 changelog: - Decoupled plugin architecture (IPlugin / PluginContext) - Interaction hooks for precise resource tracking - Initial RPG plugin support (@ceresopa/rpg-advanced) - Human-AI interactions: resource supply zones, shrine horror stories - Render one-click deployment via render.yaml - Update roadmap: mark Phase 2 as completed - Add render.yaml Blueprint and optionalDependencies for plugin - Fix smoke test version assertion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Version bump to 0.6.0, updating README (EN/ZH) and all package versions.
What's New
Plugin Architecture
ALICIZATION_PLUGINS环境变量动态加载插件RPG 插件
@ceresopa/rpg-advanced(RPG 属性系统),作为独立专有包分发人类-AI 新交互
部署
render.yamlBlueprint,支持 Render 一键部署 + 私有插件加载server/package.json添加@ceresopa/rpg-advanced为 optionalDependencyRoadmap 更新
Changed Files
README.md/README_zh.md— 新增 V0.6.0 特性章节,更新 roadmappackage.json/server/package.json/packages/*/package.json— 版本 0.5.0 → 0.6.0packages/mcp-bridge/test/smoke.test.js— 版本断言同步更新render.yaml— 新增 Render 部署配置Test plan