Releases: njbinbin-piscis/openpiscis
Releases · njbinbin-piscis/openpiscis
Piscis Desktop v0.8.66
Bump piscis-engine to v0.8.60 and RobotZ v0.1.4.
Piscis Desktop v0.8.65
Piscis Desktop v0.8.65
Changed
- piscis-engine v0.8.59 — pool sessions scoped by team/workflow run; assign_koi dependency-wait events
- RobotZ v0.1.3 — aligned kernel pin
OpenPiscis v0.8.64
Summary
- Pin RobotZ v0.1.2 (
robotz-automation/robotz-browser) by tag instead ofmasterbranch. - Browser tool gains snapshot/ref, assert/wait DSL, and session lock (shared with AgentZ).
Dependencies
- piscis-engine: v0.8.58 (unchanged)
- RobotZ: v0.1.2 (new pin)
See CHANGELOG.md for details.
v0.8.63
Summary
- Pond IDE source control: create branch, checkout branch with dirty-worktree confirmation, themed
PromptDialogandConfirmDialogalert mode. - Chat / Overlay:
web_fetchtool icon and URL summary in tool-call cards. - Git panel: stage-all / unstage-all / unstage errors use themed alerts (consistent with single-file stage).
Engine
Requires piscis-engine v0.8.58 (unchanged from v0.8.62).
Test plan
- Pond IDE → Source Control → New branch → create and refresh branch list
- With uncommitted changes, switch branch → dirty-worktree confirm → checkout succeeds
- Stage / unstage errors show themed alert (not native
window.alert) - Chat tool row shows 📰 and URL for
web_fetchcalls
v0.8.62
Summary
- Pond inbox / Koi observer: expandable tool-call cards (input/output) instead of
🔧 pool_orgplaceholders;koi_task_*sessions show Koi name + todo title. - Pool coordination (engine
v0.8.58): atomic todo claim prevents duplicate dispatch; single-turn-per-Koi serialization; board-aware busy status between coordinator andcall_koi. web_fetchtool and smarter shell/tool output truncation (enginev0.8.58).piscis-ide-tools: LSP /read_lintsmoved into shared engine crate.- Light mode fix: project org-spec textarea and interactive-card inputs use theme background (no hardcoded dark fallback).
Engine
Requires piscis-engine v0.8.58.
Test plan
- Pond → 协调台 / Koi 观察台: tool rows show name, params, and result
- Light mode → 鱼池 → 项目规约: textarea text readable
- Assign two Koi tasks in parallel; no duplicate turns on same todo
-
web_fetchreturns plain text from a URL
OpenPiscis v0.8.61
Summary
本版本自 v0.8.59 起累积的改动,含 plan 持久化、Excel 图表修复、技能市场扩展与界面字体缩放。
- 活动日志 plan_todo:每次
plan_todo更新及轮次结束时写入快照,日志页 Todo 与 audit 一致 - Excel 图表:修正
XlChartType映射(line=4、bar=57),折线/条形图不再误成 3D 饼图 - 技能列表刷新:聊天输入框技能选择器读取 Redux,安装后即时可见
- OpenAI 官方技能市场:浏览/安装 openai/skills
skills/.curated技能包 - 技能适配工作流:Anthropic / OpenAI 市场详情页「检查并改写」,自动新建会话并发送 Piscis 工具感知提示词
- 字体缩放:设置 → 界面,支持 100% / 125% / 150% / 175% / 200%,立即生效
说明
CI 正在为各平台构建安装包,完成后将自动附加到本 Release。
OpenPiscis v0.8.59
Summary
- 活动日志 plan_todo:每次
plan_todo更新及轮次结束时写入plan_snapshots,日志页 Todo 区块与 audit 工具记录一致。 - Excel 图表类型修复:修正
XlChartType映射(line=4、bar=57),折线图/条形图不再误生成 3D 饼图。 - 会话技能列表刷新:聊天输入框技能选择器改为读取 Redux 共享状态,技能页安装后无需重启即可看到新技能。
说明
CI 正在为各平台构建安装包,完成后将自动附加到本 Release。
OpenPiscis v0.8.58
Summary
- Anthropic 官方插件:Skills 页新增「Anthropic 官方」标签,浏览
anthropics/claude-plugins-official仓内 50 个官方插件。 - git-subdir 批量安装:通过 tarball 拉取插件子目录,一次安装插件内全部
skills/*/SKILL.md,并保留scripts/、references/等附属资源。 - 完整目录安装:新增
install_from_skill_dir;来源标记claude-plugins-official,hub-lock 防误改。
使用
技能 → Anthropic 官方 → 搜索/浏览 → 点击插件 → 安装全部 N 个技能
说明
- 仅安装 SKILL 技能包;
commands/、agents/、.mcp.json等完整 Claude Code 插件能力尚未映射。 - CI 正在为各平台构建安装包,完成后将自动附加到本 Release。
OpenPiscis v0.8.57
可信任技能进化与记忆加固
技能进化
- 四象限存储:
installed/(默认锁定)、.draft/、learned/、.archive/ - Agent 工具
skill_manage(create/patch/delete,revision 链) - 每轮 Background Review(记忆提取 + 草稿 patch/创建,可配置限流)
- Curator:30 天 stale 标记、90 天归档、LLM 合并近重复 draft、备份/回滚
配置
在 settings.json 中新增 skill_evolution 段:
{
"skill_evolution": {
"review_enabled": true,
"review_every_turn": true,
"create_skill_min_tool_calls": 5,
"umbrella_skill_interval_turns": 10,
"curator_interval_hours": 168,
"curator_min_idle_hours": 2,
"stale_after_days": 30,
"archive_after_days": 90,
"curator_llm_merge_enabled": true
}
}前端
- Skills 页「进化」标签:Promote/Discard、Lock/Unlock、Pin、Curator 面板
- 审计日志展示技能变更段
依赖
- piscis-engine v0.8.57
- RobotZ pin 已对齐 v0.8.57
v0.8.56
Summary
- OpenAI 400
tool_call_idorphan:修复 assistanttool_calls缺少对应 tool 响应导致的 400 Bad Request(用户取消、并行工具中断、supersede 折叠后残留未配对 id)。 - 上下文构建顺序:先
collapse_superseded,再按tool_use_id做 pairing 清理,最后处理尾部孤儿;内核升级至 piscis-engine v0.8.55。
Test plan
- 多工具并行调用后取消 → 下一条用户消息正常回复,无 OpenAI 400
- 长会话恢复后继续对话,历史 tool 轮次不触发 API 校验错误
- 鱼池 CLI / 主 Chat 回归:改文件后 Explorer、Git 仍正常刷新(v0.8.55 行为保持)
Full Changelog: v0.8.55...v0.8.56