Skip to content

0.10.2

Choose a tag to compare

@github-actions github-actions released this 26 Jul 06:43
· 45 commits to main since this release

Stela 0.10 — Release Notes

Versions: v0.10.0 → v0.10.2
Theme: A sharper Data Agent — multi-provider AI, SQL inline completion, better retrieval, and vault-scoped Experience Knowledge.


Highlights

Multi-provider AI profiles

Configure multiple AI providers in one vault (OpenAI, DeepSeek, MiniMax, custom OpenAI-compatible endpoints, and more). Switch the active profile from Settings or the Agent panel. API keys stay encrypted per profile via safeStorage.

SQL inline completion in runsql

Get streamed ghost-text suggestions while writing SQL in notes. Completion is conservative (layout-stable, less noisy) and uses real schema/column context from the editor cache plus nearby note context — not just local schema docs.

Faster, clearer Agent turns

  • Read-oriented Agent tools can run in parallel; only note-edit proposals stay sequential.
  • Ranked lexical retrieval improves vault/schema/history search without embeddings or RAG.
  • When the Agent is unsure, it can ask a clarification question as a first-class proposal (approve / answer / reject), instead of silently guessing.
  • Assistant replies show clearer thinking / proposal diffs in the UI.

Experience Knowledge (Skills)

The Agent can now retain reusable data knowledge in your vault as Markdown Skills under .stela/skills/:

  • Metric definitions, triage runbooks, domain gotchas
  • Explicit save during chat, plus automatic post-run maintenance when appropriate
  • Browse, review, and delete entries from the Experience Knowledge dialog

Skills are vault-scoped Markdown instructions (Git-friendly), not executable plugins.

Polish & packaging

  • Quit checkpoint feedback while the final Git commit runs on exit
  • Safer “reveal in Finder/Explorer” for exported files outside the vault
  • Product Hunt assets, refreshed README / landing visuals, and a richer demo vault with sample Skills and weekly-release notes

What's new by version

v0.10.2

  • Product Hunt launch assets and gallery
  • README / docs site refresh
  • Demo vault updates: sample Skills, richer MySQL/Postgres seed data, and walkthrough notes

v0.10.1

  • Vault-scoped Agent Skills / Experience Knowledge
  • load_skill / search_skills / save_skill Agent tools
  • Experience Knowledge dialog (list, inspect, delete)
  • Explicit + automatic Skill maintenance

v0.10.0

  • Multi-provider AI profiles
  • Streamed SQL inline completion
  • Parallel Agent tools (except propose_edit)
  • Ranked lexical retrieval for Agent tools
  • Agent clarification questions
  • Quit-checkpoint feedback and export reveal token
  • Agent panel / proposal UX improvements

Upgrade notes

  1. Update to the latest 0.10.x build from GitHub Releases.
  2. Open Settings → AI and migrate to profiles if you still have a single endpoint configuration.
  3. Optional: open the demo vault or create Skills under .stela/skills/<name>/SKILL.md to seed Experience Knowledge.
  4. Inline completion and the Agent use your active AI profile — ensure a model/API key is configured.

English summary (short)

Stela 0.10 turns the Data Agent into a daily driver: switch AI providers freely, get schema-aware SQL autocomplete in notes, retrieve the right context faster, ask when ambiguous, and keep reusable analysis knowledge in the vault as Experience Knowledge — still local-first, Markdown-native, and Git-friendly.


Stela 0.10 — 更新说明

版本: v0.10.0 → v0.10.2
主题: 更强的 Data Agent — 多模型配置、SQL 行内补全、更好的检索,以及 Vault 内的「经验知识」。


重点更新

多 Provider AI 配置

在同一个 Vault 里配置多个 AI Provider(OpenAI、DeepSeek、MiniMax、自定义 OpenAI 兼容接口等),可在设置或 Agent 面板切换。各 Profile 的 API Key 仍经 safeStorage 加密保存。

runsql 中的 SQL 行内补全

在笔记里写 SQL 时可获得流式 ghost text 建议。补全策略偏保守(布局更稳、干扰更少),并会结合编辑器侧真实列缓存与笔记上下文,而不仅依赖本地 schema 文档。

更快、更清楚的 Agent 回合

  • 只读类工具可并行执行;仅笔记编辑提案保持串行
  • 排序后的词法检索增强 Vault / Schema / 历史搜索(无 embedding、无 RAG)
  • 不确定时,Agent 可发起澄清类提案,而不是默默猜一个答案
  • 助手回复、思考过程与提案 diff 的展示更清晰

经验知识(Experience Knowledge / Skills)

Agent 可以把可复用的数据分析知识沉淀到 Vault 的 .stela/skills/

  • 指标定义、排查手册、领域坑点等
  • 对话中可显式保存;合适时也会在回合结束后自动维护
  • 通过 经验知识 对话框浏览、查看、删除

Skills 是 Vault 内的 Markdown 说明(便于 Git),不是可执行插件。

体验与发布物料

  • 退出时最终 Git checkpoint 的进度反馈
  • Vault 外导出文件更安全的「在访达 / 资源管理器中显示」
  • Product Hunt 物料、README / 落地页更新,以及更完整的 demo vault(示例 Skills 与周报类笔记)

分版本说明

v0.10.2

  • Product Hunt 发布物料与 gallery
  • README / 文档站刷新
  • Demo vault:示例 Skills、更丰富的 MySQL/Postgres 种子数据与导读笔记

v0.10.1

  • Vault 级 Agent Skills / 经验知识
  • Agent 工具:load_skill / search_skills / save_skill
  • 经验知识对话框(列表、查看、删除)
  • 显式 + 自动的 Skill 维护

v0.10.0

  • 多 Provider AI profiles
  • 流式 SQL 行内补全
  • Agent 工具并行(propose_edit 除外)
  • Agent 词法检索排序
  • Agent 澄清提问
  • 退出 checkpoint 反馈与导出 reveal token
  • Agent 面板 / 提案体验优化

升级提示

  1. GitHub Releases 安装最新 0.10.x
  2. 打开 设置 → AI;若仍是单 endpoint 配置,迁移到 profiles
  3. 可选:打开 demo vault,或在 .stela/skills/<name>/SKILL.md 下创建 Skills。
  4. 行内补全与 Agent 都使用当前激活的 AI profile,请确认已配置模型与 API Key。

中文摘要(短)

Stela 0.10 让 Data Agent 更适合日常分析:自由切换模型、在笔记里做 schema 感知的 SQL 补全、更快找到相关上下文、不确定时会先问你,并把可复用的分析经验沉淀为 Vault 内的经验知识 — 依然本地优先、Markdown 原生、对 Git 友好。