Skip to content

Releases: MagicBowen/dogent

v0.9.29

05 Apr 09:15

Choose a tag to compare

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

29 Mar 11:29

Choose a tag to compare

0.9.28 - 2026-03-29

Added

  • Native /template workflows for listing, creating, and optimizing document templates from the CLI.
  • A built-in Dogent doc-template-creator skill for template authoring and optimization.
  • Support for using @file and @@template references inside /template create briefs, including interactive completion.

Changed

  • Document templates now use the skill-style SKILL.md directory format, with reusable references under templates/.
  • Built-in document templates were migrated to the new layout and are still available through /init and @@.
  • The Dogent built-in plugin under ~/.dogent/plugins/dogent is now auto-enabled without requiring dogent.json configuration.

Fixed

  • /template inventory and generated template metadata now read descriptions reliably from YAML frontmatter.
  • /template completion now includes list and keeps file/template completion available inside /template create free-text input.

v0.9.27

29 Mar 06:01

Choose a tag to compare

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

06 Mar 06:38

Choose a tag to compare

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

07 Feb 06:14

Choose a tag to compare

Added

  • Plugin command naming by location: ~/.claude/plugins uses /claude:<plugin>:<command>, ~/.dogent/plugins uses /<plugin>:<command>.
  • Permission exception for reads under ~/.claude and temp-file deletes within a task.
  • Built-in Claude plugin packaging (PPTX skill) and auto-install to ~/.dogent/plugins.
  • Access to ~/.dogent/plugins no longer triggers permission prompts.
  • Export docs note PDF dependencies (Pandoc + Chrome) and the default Claude PPTX skill.

Changed

  • Renamed config key claude_plugins to plugins (workspace + global defaults).

v0.9.23

03 Feb 15:01

Choose a tag to compare

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

01 Feb 08:50

Choose a tag to compare

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_text and no longer mixes tag parsing with tool payloads.

v0.9.21

30 Jan 04:04

Choose a tag to compare

Release 0.9.21

  • Auto-create .dogent/dogent.json and .dogent/history.json on first CLI launch in a workspace (no init prompt).
  • Added poe-claude profile to the global config template for ~/.dogent/dogent.json.
  • Updated configuration docs to include the poe-claude profile setup.

v0.9.20

18 Jan 15:00

Choose a tag to compare

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

15 Jan 06:56

Choose a tag to compare

Release 0.9.19

  • Added image generation profiles selectable via /profile image.
  • Added mcp__dogent__generate_image tool with size validation and default save path.