Skip to content

Releases: r0kuko/vscode-goal

Release list

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 25 Sep 13:57
  • Add an execution AI handoff prompt and repository-local Goal Supervisor subagents bound from Goal frontmatter.
  • Parse task IDs and depends-on annotations, show ready and blocked work, and open Markdown dependency maps.
  • Generate bounded execution slices that keep source Goal line metadata and synchronize checkbox changes back to the source plan.
  • Expose AI handoff and Goal Supervisor actions on Goal items, with dependency maps and execution slices in the Goal view menu; include an Agent workflow playground and a bound supervisor sample.
  • Accept dependency comments on a separate line after a task to keep long Markdown checklist lines readable.
  • Store Slice source metadata in frontmatter so generated task lines stay clean, and render dependency maps in the built-in read-only Markdown Preview.
  • Render task and workspace Goal dependencies as monospace ASCII trees with branches, joins, and missing-dependency markers.

Download the VSIX below and use Extensions: Install from VSIX... in VS Code.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Sep 05:08
  • Track workspace Goals from Markdown task lists and YAML frontmatter.
  • Show live progress, next tasks, and AI continuation prompts in the status bar.
  • Keep progress compact with task counts and percentages; group copy, navigation, switching, and resume actions in the Goal hover card.
  • Discover, add, create, switch, pause, resume, archive, and restore Goals in the sidebar.
  • Navigate and toggle nested tasks, preserving undo and unsaved edits.
  • Persist workspace state and follow file and folder renames.
  • Add JetBrains checkmarkList icons, bundled runtime dependencies, and Extension Host tests.
  • Include a sample workspace and a separate debugger attach configuration for trying the extension.

Download the VSIX below and use Extensions: Install from VSIX... in VS Code.