Skip to content

Releases: kostyay/agent-stuff

v1.0.30

14 Mar 22:19
ee1b394

Choose a tag to compare

  • Added the /plan command for read-only planning mode with interactive brainstorming via the ask_question tool. Supports Shift+Tab mode toggle and an always-visible mode status indicator.
  • Added the kbrainstorm skill and extension providing a TUI-based ask_question tool with auto-edit mode and numeric shortcuts for rapid option selection during brainstorming sessions.
  • Added the pr-update skill for generating accurate PR descriptions by analyzing code diffs.
  • Added the Go code simplifier skill targeting Go 1.26+ and split the existing code-simplifier skill into separate JS/TS and Python variants for more targeted refinement.
  • Fixed the /commit side-branch prompt to show the AI-generated branch name in a confirm dialog instead of an empty text input. The ctx.ui.input() placeholder parameter is silently ignored by the TUI, so the flow now uses confirm() with the suggestion and falls back to input() only if declined.
  • Added the status bar extension for persistent footer status display and the /clear command for resetting conversation context. Desktop notifications now fire on waiting_for_input events.
  • Rewrote README and AGENTS.md with current extension inventory, installation instructions, and code quality guidelines including strict isolation and naming conventions.
  • Added Makefile with release and changelog targets for streamlined release workflows.
  • Replaced the update-changelog extension with the kchangelog skill for executive-style changelog generation tracked by branch name. The control extension now registers tools only when --session-control is enabled, improving performance and reducing noise.
  • Enhanced the review mode with loop fixing capabilities that detect blocking-aware patterns, support for empty sessions, and a revamped end-review flow. The files browser now appends git status to file labels for better context.
  • Added the native-web-search skill for direct web search integration via CLI scripts.
  • Removed unused extensions (uv, go-to-bed, intercepted-commands) and skills (anachb, apple-mail, ghidra, google-workspace, oebb-scotty, openscad, sentry, uv) to streamline the package for kostyay's fork.

v1.0.29

14 Mar 21:14
78e2f68

Choose a tag to compare

  • Added the /plan command for read-only planning mode with interactive brainstorming via the ask_question tool. Supports Shift+Tab mode toggle and an always-visible mode status indicator.
  • Added the kbrainstorm skill and extension providing a TUI-based ask_question tool with auto-edit mode and numeric shortcuts for rapid option selection during brainstorming sessions.
  • Added the pr-update skill for generating accurate PR descriptions by analyzing code diffs.
  • Added the Go code simplifier skill targeting Go 1.26+ and split the existing code-simplifier skill into separate JS/TS and Python variants for more targeted refinement.
  • Fixed the /commit side-branch prompt to show the AI-generated branch name in a confirm dialog instead of an empty text input. The ctx.ui.input() placeholder parameter is silently ignored by the TUI, so the flow now uses confirm() with the suggestion and falls back to input() only if declined.
  • Added the status bar extension for persistent footer status display and the /clear command for resetting conversation context. Desktop notifications now fire on waiting_for_input events.
  • Rewrote README and AGENTS.md with current extension inventory, installation instructions, and code quality guidelines including strict isolation and naming conventions.
  • Added Makefile with release and changelog targets for streamlined release workflows.
  • Replaced the update-changelog extension with the kchangelog skill for executive-style changelog generation tracked by branch name. The control extension now registers tools only when --session-control is enabled, improving performance and reducing noise.
  • Enhanced the review mode with loop fixing capabilities that detect blocking-aware patterns, support for empty sessions, and a revamped end-review flow. The files browser now appends git status to file labels for better context.
  • Added the native-web-search skill for direct web search integration via CLI scripts.
  • Removed unused extensions (uv, go-to-bed, intercepted-commands) and skills (anachb, apple-mail, ghidra, google-workspace, oebb-scotty, openscad, sentry, uv) to streamline the package for kostyay's fork.

v1.0.28

13 Mar 15:07
4b2e864

Choose a tag to compare

  • Added the /plan command for read-only planning mode with interactive brainstorming via the ask_question tool. Supports Shift+Tab mode toggle and an always-visible mode status indicator.
  • Added the kbrainstorm skill and extension providing a TUI-based ask_question tool with auto-edit mode and numeric shortcuts for rapid option selection during brainstorming sessions.
  • Added the pr-update skill for generating accurate PR descriptions by analyzing code diffs.
  • Added the Go code simplifier skill targeting Go 1.26+ and split the existing code-simplifier skill into separate JS/TS and Python variants for more targeted refinement.
  • Fixed the /commit side-branch prompt to show the AI-generated branch name in a confirm dialog instead of an empty text input. The ctx.ui.input() placeholder parameter is silently ignored by the TUI, so the flow now uses confirm() with the suggestion and falls back to input() only if declined.
  • Added the status bar extension for persistent footer status display and the /clear command for resetting conversation context. Desktop notifications now fire on waiting_for_input events.
  • Rewrote README and AGENTS.md with current extension inventory, installation instructions, and code quality guidelines including strict isolation and naming conventions.
  • Added Makefile with release and changelog targets for streamlined release workflows.
  • Replaced the update-changelog extension with the kchangelog skill for executive-style changelog generation tracked by branch name. The control extension now registers tools only when --session-control is enabled, improving performance and reducing noise.
  • Enhanced the review mode with loop fixing capabilities that detect blocking-aware patterns, support for empty sessions, and a revamped end-review flow. The files browser now appends git status to file labels for better context.
  • Added the native-web-search skill for direct web search integration via CLI scripts.
  • Removed unused extensions (uv, go-to-bed, intercepted-commands) and skills (anachb, apple-mail, ghidra, google-workspace, oebb-scotty, openscad, sentry, uv) to streamline the package for kostyay's fork.

v1.0.27

13 Mar 10:56
515a923

Choose a tag to compare

  • Added the /plan command for read-only planning mode with interactive brainstorming via the ask_question tool. Supports Shift+Tab mode toggle and an always-visible mode status indicator.
  • Added the kbrainstorm skill and extension providing a TUI-based ask_question tool with auto-edit mode and numeric shortcuts for rapid option selection during brainstorming sessions.
  • Added the pr-update skill for generating accurate PR descriptions by analyzing code diffs.
  • Added the Go code simplifier skill targeting Go 1.26+ and split the existing code-simplifier skill into separate JS/TS and Python variants for more targeted refinement.
  • Fixed the /commit side-branch prompt to show the AI-generated branch name in a confirm dialog instead of an empty text input. The ctx.ui.input() placeholder parameter is silently ignored by the TUI, so the flow now uses confirm() with the suggestion and falls back to input() only if declined.
  • Added the status bar extension for persistent footer status display and the /clear command for resetting conversation context. Desktop notifications now fire on waiting_for_input events.
  • Rewrote README and AGENTS.md with current extension inventory, installation instructions, and code quality guidelines including strict isolation and naming conventions.
  • Added Makefile with release and changelog targets for streamlined release workflows.
  • Replaced the update-changelog extension with the kchangelog skill for executive-style changelog generation tracked by branch name. The control extension now registers tools only when --session-control is enabled, improving performance and reducing noise.
  • Enhanced the review mode with loop fixing capabilities that detect blocking-aware patterns, support for empty sessions, and a revamped end-review flow. The files browser now appends git status to file labels for better context.
  • Added the native-web-search skill for direct web search integration via CLI scripts.
  • Removed unused extensions (uv, go-to-bed, intercepted-commands) and skills (anachb, apple-mail, ghidra, google-workspace, oebb-scotty, openscad, sentry, uv) to streamline the package for kostyay's fork.

v1.0.26

12 Mar 17:13
01a910a

Choose a tag to compare

  • Added the /plan command for read-only planning mode with interactive brainstorming via the ask_question tool. Supports Shift+Tab mode toggle and an always-visible mode status indicator.
  • Added the kbrainstorm skill and extension providing a TUI-based ask_question tool with auto-edit mode and numeric shortcuts for rapid option selection during brainstorming sessions.
  • Added the pr-update skill for generating accurate PR descriptions by analyzing code diffs.
  • Added the Go code simplifier skill targeting Go 1.26+ and split the existing code-simplifier skill into separate JS/TS and Python variants for more targeted refinement.
  • Fixed the /commit side-branch prompt to show the AI-generated branch name in a confirm dialog instead of an empty text input. The ctx.ui.input() placeholder parameter is silently ignored by the TUI, so the flow now uses confirm() with the suggestion and falls back to input() only if declined.
  • Added the status bar extension for persistent footer status display and the /clear command for resetting conversation context. Desktop notifications now fire on waiting_for_input events.
  • Rewrote README and AGENTS.md with current extension inventory, installation instructions, and code quality guidelines including strict isolation and naming conventions.
  • Added Makefile with release and changelog targets for streamlined release workflows.
  • Replaced the update-changelog extension with the kchangelog skill for executive-style changelog generation tracked by branch name. The control extension now registers tools only when --session-control is enabled, improving performance and reducing noise.
  • Enhanced the review mode with loop fixing capabilities that detect blocking-aware patterns, support for empty sessions, and a revamped end-review flow. The files browser now appends git status to file labels for better context.
  • Added the native-web-search skill for direct web search integration via CLI scripts.
  • Removed unused extensions (uv, go-to-bed, intercepted-commands) and skills (anachb, apple-mail, ghidra, google-workspace, oebb-scotty, openscad, sentry, uv) to streamline the package for kostyay's fork.

v1.0.25

10 Mar 10:07
96b658b

Choose a tag to compare

  • Added the /plan command for read-only planning mode with interactive brainstorming via the ask_question tool. Supports Shift+Tab mode toggle and an always-visible mode status indicator.
  • Added the kbrainstorm skill and extension providing a TUI-based ask_question tool with auto-edit mode and numeric shortcuts for rapid option selection during brainstorming sessions.
  • Added the pr-update skill for generating accurate PR descriptions by analyzing code diffs.
  • Added the Go code simplifier skill targeting Go 1.26+ and split the existing code-simplifier skill into separate JS/TS and Python variants for more targeted refinement.
  • Fixed the /commit side-branch prompt to show the AI-generated branch name in a confirm dialog instead of an empty text input. The ctx.ui.input() placeholder parameter is silently ignored by the TUI, so the flow now uses confirm() with the suggestion and falls back to input() only if declined.
  • Added the status bar extension for persistent footer status display and the /clear command for resetting conversation context. Desktop notifications now fire on waiting_for_input events.
  • Rewrote README and AGENTS.md with current extension inventory, installation instructions, and code quality guidelines including strict isolation and naming conventions.
  • Added Makefile with release and changelog targets for streamlined release workflows.
  • Replaced the update-changelog extension with the kchangelog skill for executive-style changelog generation tracked by branch name. The control extension now registers tools only when --session-control is enabled, improving performance and reducing noise.
  • Enhanced the review mode with loop fixing capabilities that detect blocking-aware patterns, support for empty sessions, and a revamped end-review flow. The files browser now appends git status to file labels for better context.
  • Added the native-web-search skill for direct web search integration via CLI scripts.
  • Removed unused extensions (uv, go-to-bed, intercepted-commands) and skills (anachb, apple-mail, ghidra, google-workspace, oebb-scotty, openscad, sentry, uv) to streamline the package for kostyay's fork.

v1.0.24

09 Mar 18:04

Choose a tag to compare

  • Added the /plan command for read-only planning mode with interactive brainstorming via the ask_question tool. Supports Shift+Tab mode toggle and an always-visible mode status indicator.
  • Added the kbrainstorm skill and extension providing a TUI-based ask_question tool with auto-edit mode and numeric shortcuts for rapid option selection during brainstorming sessions.
  • Added the pr-update skill for generating accurate PR descriptions by analyzing code diffs.
  • Added the Go code simplifier skill targeting Go 1.26+ and split the existing code-simplifier skill into separate JS/TS and Python variants for more targeted refinement.
  • Fixed the /commit side-branch prompt to show the AI-generated branch name in a confirm dialog instead of an empty text input. The ctx.ui.input() placeholder parameter is silently ignored by the TUI, so the flow now uses confirm() with the suggestion and falls back to input() only if declined.
  • Added the status bar extension for persistent footer status display and the /clear command for resetting conversation context. Desktop notifications now fire on waiting_for_input events.
  • Rewrote README and AGENTS.md with current extension inventory, installation instructions, and code quality guidelines including strict isolation and naming conventions.
  • Added Makefile with release and changelog targets for streamlined release workflows.
  • Replaced the update-changelog extension with the kchangelog skill for executive-style changelog generation tracked by branch name. The control extension now registers tools only when --session-control is enabled, improving performance and reducing noise.
  • Enhanced the review mode with loop fixing capabilities that detect blocking-aware patterns, support for empty sessions, and a revamped end-review flow. The files browser now appends git status to file labels for better context.
  • Added the native-web-search skill for direct web search integration via CLI scripts.
  • Removed unused extensions (uv, go-to-bed, intercepted-commands) and skills (anachb, apple-mail, ghidra, google-workspace, oebb-scotty, openscad, sentry, uv) to streamline the package for kostyay's fork.

v1.0.23

08 Mar 23:45
a37aa26

Choose a tag to compare

  • Added the /plan command for read-only planning mode with interactive brainstorming via the ask_question tool. Supports Shift+Tab mode toggle and an always-visible mode status indicator.
  • Added the kbrainstorm skill and extension providing a TUI-based ask_question tool with auto-edit mode and numeric shortcuts for rapid option selection during brainstorming sessions.
  • Added the pr-update skill for generating accurate PR descriptions by analyzing code diffs.
  • Added the Go code simplifier skill targeting Go 1.26+ and split the existing code-simplifier skill into separate JS/TS and Python variants for more targeted refinement.
  • Fixed the /commit side-branch prompt to show the AI-generated branch name in a confirm dialog instead of an empty text input. The ctx.ui.input() placeholder parameter is silently ignored by the TUI, so the flow now uses confirm() with the suggestion and falls back to input() only if declined.
  • Added the status bar extension for persistent footer status display and the /clear command for resetting conversation context. Desktop notifications now fire on waiting_for_input events.
  • Rewrote README and AGENTS.md with current extension inventory, installation instructions, and code quality guidelines including strict isolation and naming conventions.
  • Added Makefile with release and changelog targets for streamlined release workflows.
  • Replaced the update-changelog extension with the kchangelog skill for executive-style changelog generation tracked by branch name. The control extension now registers tools only when --session-control is enabled, improving performance and reducing noise.
  • Enhanced the review mode with loop fixing capabilities that detect blocking-aware patterns, support for empty sessions, and a revamped end-review flow. The files browser now appends git status to file labels for better context.
  • Added the native-web-search skill for direct web search integration via CLI scripts.
  • Removed unused extensions (uv, go-to-bed, intercepted-commands) and skills (anachb, apple-mail, ghidra, google-workspace, oebb-scotty, openscad, sentry, uv) to streamline the package for kostyay's fork.

v1.0.22

08 Mar 20:13
b2bc567

Choose a tag to compare

  • Added the /plan command for read-only planning mode with interactive brainstorming via the ask_question tool. Supports Shift+Tab mode toggle and an always-visible mode status indicator.
  • Added the kbrainstorm skill and extension providing a TUI-based ask_question tool with auto-edit mode and numeric shortcuts for rapid option selection during brainstorming sessions.
  • Added the pr-update skill for generating accurate PR descriptions by analyzing code diffs.
  • Added the Go code simplifier skill targeting Go 1.26+ and split the existing code-simplifier skill into separate JS/TS and Python variants for more targeted refinement.
  • Fixed the /commit side-branch prompt to show the AI-generated branch name in a confirm dialog instead of an empty text input. The ctx.ui.input() placeholder parameter is silently ignored by the TUI, so the flow now uses confirm() with the suggestion and falls back to input() only if declined.
  • Added the status bar extension for persistent footer status display and the /clear command for resetting conversation context. Desktop notifications now fire on waiting_for_input events.
  • Rewrote README and AGENTS.md with current extension inventory, installation instructions, and code quality guidelines including strict isolation and naming conventions.
  • Added Makefile with release and changelog targets for streamlined release workflows.
  • Replaced the update-changelog extension with the kchangelog skill for executive-style changelog generation tracked by branch name. The control extension now registers tools only when --session-control is enabled, improving performance and reducing noise.
  • Enhanced the review mode with loop fixing capabilities that detect blocking-aware patterns, support for empty sessions, and a revamped end-review flow. The files browser now appends git status to file labels for better context.
  • Added the native-web-search skill for direct web search integration via CLI scripts.
  • Removed unused extensions (uv, go-to-bed, intercepted-commands) and skills (anachb, apple-mail, ghidra, google-workspace, oebb-scotty, openscad, sentry, uv) to streamline the package for kostyay's fork.

v1.0.21

07 Mar 23:39
3f2e332

Choose a tag to compare

  • Added the /plan command for read-only planning mode with interactive brainstorming via the ask_question tool. Supports Shift+Tab mode toggle and an always-visible mode status indicator.
  • Added the kbrainstorm skill and extension providing a TUI-based ask_question tool with auto-edit mode and numeric shortcuts for rapid option selection during brainstorming sessions.
  • Added the pr-update skill for generating accurate PR descriptions by analyzing code diffs.
  • Added the Go code simplifier skill targeting Go 1.26+ and split the existing code-simplifier skill into separate JS/TS and Python variants for more targeted refinement.
  • Fixed the /commit side-branch prompt to show the AI-generated branch name in a confirm dialog instead of an empty text input. The ctx.ui.input() placeholder parameter is silently ignored by the TUI, so the flow now uses confirm() with the suggestion and falls back to input() only if declined.
  • Added the status bar extension for persistent footer status display and the /clear command for resetting conversation context. Desktop notifications now fire on waiting_for_input events.
  • Rewrote README and AGENTS.md with current extension inventory, installation instructions, and code quality guidelines including strict isolation and naming conventions.
  • Added Makefile with release and changelog targets for streamlined release workflows.
  • Replaced the update-changelog extension with the kchangelog skill for executive-style changelog generation tracked by branch name. The control extension now registers tools only when --session-control is enabled, improving performance and reducing noise.
  • Enhanced the review mode with loop fixing capabilities that detect blocking-aware patterns, support for empty sessions, and a revamped end-review flow. The files browser now appends git status to file labels for better context.
  • Added the native-web-search skill for direct web search integration via CLI scripts.
  • Removed unused extensions (uv, go-to-bed, intercepted-commands) and skills (anachb, apple-mail, ghidra, google-workspace, oebb-scotty, openscad, sentry, uv) to streamline the package for kostyay's fork.