Skip to content

0.9.5

Choose a tag to compare

@github-actions github-actions released this 16 Jul 02:32
· 61 commits to main since this release

Stela v0.9.5

中文

Highlights

  • pi Agent Harness:Agent 接入 @earendil-works/pi-ai / AgentHarness 新运行时(ADR-0018),工具审批与编辑流程更稳
  • 导航前进/后退:标题栏增加后退/前进,工作区历史可回溯
  • Windows 原生感:title bar overlay,窗口按钮色随主题同步
  • 自动更新:macOS / Windows 更新链路与状态指示更清晰;CI / release workflow 统一

Improvements

  • 国际化:更多对话框、表格、面板文案接入 i18n(中/英)
  • AutoGit:自动 commit 防抖由 10s 调整为 2 分钟;退出前再做一次 commit-only flush,减少长防抖窗口丢 checkpoint
  • Agent 输入体验@ / [[ 候选弹层贴窗口边界;[[ 文档 pill 淡黄色并显示闭合 ]]
  • Agent 写笔记约束:明确要求可执行 SQL 用 runsql,勿擅自改写 <detail>

Fixes

  • 更新状态指示相关问题
  • Windows CI / release 构建若干修复

Notes

  • 退出时的 AutoGit flush 只 commit、不 push,避免卡在凭据提示
  • 公开仓库 release gate 相关约定见 ADR-0019

English

Highlights

  • pi Agent Harness: Agent runtime now uses @earendil-works/pi-ai / AgentHarness (ADR-0018), with more reliable tool approval and edit proposals
  • Back / Forward navigation: Title-bar history navigation for workspace browsing
  • Windows polish: Native title bar overlay; window control colors follow the active theme
  • Auto-update: Clearer update status for macOS / Windows; unified CI and release workflows

Improvements

  • i18n: More dialogs, tables, and panels localized (zh / en)
  • AutoGit: Auto-commit debounce increased from 10s to 2 minutes; on quit, a commit-only flush runs so long debounce windows don’t drop the last checkpoint
  • Agent input UX: @ / [[ suggestion popovers stay within the window; [[ note pills use a light-yellow style and show the closing ]]
  • Agent note-writing rules: Executable SQL must use runsql fences; do not invent or rewrite <detail> blocks

Fixes

  • Update status indicator issues
  • Several Windows CI / release build fixes

Notes

  • Quit-time AutoGit flush is commit-only (no push), to avoid hanging on credential prompts
  • Public-release gate conventions: see ADR-0019