Releases: MagicBowen/dogent
Releases · MagicBowen/dogent
v0.9.29
0.9.29
Fixed
- Built-in Dogent MCP tools now execute correctly again on the latest Claude Agent SDK / MCP runtime path instead of failing before their actual tool logic runs.
- Dogent's in-process MCP server registration now follows the current low-level MCP request/result contract for built-in document, UI, web, vision, and image tools.
Changed
- Added regression coverage for real MCP tools/list and tools/call round-trips across all built-in Dogent MCP tool families.
- Cleaned the shipped global default profile template so repo defaults use placeholders instead of credential-like values.
v0.9.28
0.9.28 - 2026-03-29
Added
- Native
/templateworkflows for listing, creating, and optimizing document templates from the CLI. - A built-in Dogent
doc-template-creatorskill for template authoring and optimization. - Support for using
@fileand@@templatereferences inside/template createbriefs, including interactive completion.
Changed
- Document templates now use the skill-style
SKILL.mddirectory format, with reusable references undertemplates/. - Built-in document templates were migrated to the new layout and are still available through
/initand@@. - The Dogent built-in plugin under
~/.dogent/plugins/dogentis now auto-enabled without requiringdogent.jsonconfiguration.
Fixed
/templateinventory and generated template metadata now read descriptions reliably from YAML frontmatter./templatecompletion now includeslistand keeps file/template completion available inside/template createfree-text input.
v0.9.27
Added
- SDK-native AskUserQuestion clarification flow.
- Project .claude and .dogent command and skill discovery.
- Runtime feedback panels and opt-in partial streaming.
Changed
- /init now uses structured output.
- Subagent primary tool naming now aligns on Agent.
- Selected Dogent MCP tools now publish ToolAnnotations.
Fixed
- Claude SDK permission callback integration and helper flow tool restrictions.
Dogent v0.9.26
Fixed
- Prompts submitted from the Ctrl+E markdown editor now appear in same-session Up Arrow recall.
- Recalled Ctrl+E prompts preserve exact multiline content and spacing.
- Cancelled or discarded Ctrl+E editor sessions no longer add prompt history entries.
v0.9.25
Added
- Plugin command naming by location:
~/.claude/pluginsuses/claude:<plugin>:<command>,~/.dogent/pluginsuses/<plugin>:<command>. - Permission exception for reads under
~/.claudeand temp-file deletes within a task. - Built-in Claude plugin packaging (PPTX skill) and auto-install to
~/.dogent/plugins. - Access to
~/.dogent/pluginsno longer triggers permission prompts. - Export docs note PDF dependencies (Pandoc + Chrome) and the default Claude PPTX skill.
Changed
- Renamed config key
claude_pluginstoplugins(workspace + global defaults).
v0.9.23
0.9.23 - 2026-02-03
Added
- Markdown editor dropdown completion for
@file paths and@@doc templates (general/workspace/global/built-in).
Fixed
- Arrow keys now navigate the completion menu in the markdown editor instead of moving the cursor.
v0.9.22
Added
- Prompt history recall seeded from
.dogent/history.json, including/commands, limited to the last 30 items. - Tool-based UI flow for clarification and outline edits via
mcp__dogent__ui_request.
Changed
- Clarification answers and outline follow-up messages are still stored in history but excluded from up-arrow recall.
- Clarification/outline UI now relies on tool calls only; tag parsing paths are removed.
Fixed
- Structured UI handling uses the current
outline_textand no longer mixes tag parsing with tool payloads.
v0.9.21
Release 0.9.21
- Auto-create
.dogent/dogent.jsonand.dogent/history.jsonon first CLI launch in a workspace (no init prompt). - Added
poe-claudeprofile to the global config template for~/.dogent/dogent.json. - Updated configuration docs to include the
poe-claudeprofile setup.
v0.9.20
Added dependency prechecks + install flow for document tools with OS‑specific manual instructions and percent‑based progress, and removed silent auto‑downloads so installs happen only after the new prompt/auto‑install path.
v0.9.19
Release 0.9.19
- Added image generation profiles selectable via
/profile image. - Added
mcp__dogent__generate_imagetool with size validation and default save path.