Releases: kostyay/agent-stuff
Releases · kostyay/agent-stuff
v1.0.10
- Added the
/plancommand for read-only planning mode with interactive brainstorming via theask_questiontool. Supports Shift+Tab mode toggle and an always-visible mode status indicator. - Added the
kbrainstormskill and extension providing a TUI-basedask_questiontool with auto-edit mode and numeric shortcuts for rapid option selection during brainstorming sessions. - Added the
pr-updateskill 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
/commitside-branch prompt to show the AI-generated branch name in a confirm dialog instead of an empty text input. Thectx.ui.input()placeholder parameter is silently ignored by the TUI, so the flow now usesconfirm()with the suggestion and falls back toinput()only if declined. - Added the status bar extension for persistent footer status display and the
/clearcommand for resetting conversation context. Desktop notifications now fire onwaiting_for_inputevents. - Rewrote README and AGENTS.md with current extension inventory, installation instructions, and code quality guidelines including strict isolation and naming conventions.
- Added Makefile with
releaseandchangelogtargets for streamlined release workflows. - Replaced the update-changelog extension with the
kchangelogskill for executive-style changelog generation tracked by branch name. The control extension now registers tools only when--session-controlis 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-searchskill 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.9
- Added the
/plancommand for read-only planning mode with interactive brainstorming via theask_questiontool. Supports Shift+Tab mode toggle and an always-visible mode status indicator. - Added the
kbrainstormskill and extension providing a TUI-basedask_questiontool with auto-edit mode and numeric shortcuts for rapid option selection during brainstorming sessions. - Added the
pr-updateskill 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
/commitside-branch prompt to show the AI-generated branch name in a confirm dialog instead of an empty text input. Thectx.ui.input()placeholder parameter is silently ignored by the TUI, so the flow now usesconfirm()with the suggestion and falls back toinput()only if declined. - Added the status bar extension for persistent footer status display and the
/clearcommand for resetting conversation context. Desktop notifications now fire onwaiting_for_inputevents. - Rewrote README and AGENTS.md with current extension inventory, installation instructions, and code quality guidelines including strict isolation and naming conventions.
- Added Makefile with
releaseandchangelogtargets for streamlined release workflows. - Replaced the update-changelog extension with the
kchangelogskill for executive-style changelog generation tracked by branch name. The control extension now registers tools only when--session-controlis 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-searchskill 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.8
- Added the
/plancommand for read-only planning mode with interactive brainstorming via theask_questiontool. Supports Shift+Tab mode toggle and an always-visible mode status indicator. - Added the
kbrainstormskill and extension providing a TUI-basedask_questiontool with auto-edit mode and numeric shortcuts for rapid option selection during brainstorming sessions. - Added the
pr-updateskill 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
/commitside-branch prompt to show the AI-generated branch name in a confirm dialog instead of an empty text input. Thectx.ui.input()placeholder parameter is silently ignored by the TUI, so the flow now usesconfirm()with the suggestion and falls back toinput()only if declined. - Added the status bar extension for persistent footer status display and the
/clearcommand for resetting conversation context. Desktop notifications now fire onwaiting_for_inputevents. - Rewrote README and AGENTS.md with current extension inventory, installation instructions, and code quality guidelines including strict isolation and naming conventions.
- Added Makefile with
releaseandchangelogtargets for streamlined release workflows. - Replaced the update-changelog extension with the
kchangelogskill for executive-style changelog generation tracked by branch name. The control extension now registers tools only when--session-controlis 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-searchskill 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.7
- Added the
/plancommand for read-only planning mode with interactive brainstorming via theask_questiontool. Supports Shift+Tab mode toggle and an always-visible mode status indicator. - Added the
kbrainstormskill and extension providing a TUI-basedask_questiontool with auto-edit mode and numeric shortcuts for rapid option selection during brainstorming sessions. - Added the
pr-updateskill 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
/commitside-branch prompt to show the AI-generated branch name in a confirm dialog instead of an empty text input. Thectx.ui.input()placeholder parameter is silently ignored by the TUI, so the flow now usesconfirm()with the suggestion and falls back toinput()only if declined. - Added the status bar extension for persistent footer status display and the
/clearcommand for resetting conversation context. Desktop notifications now fire onwaiting_for_inputevents. - Rewrote README and AGENTS.md with current extension inventory, installation instructions, and code quality guidelines including strict isolation and naming conventions.
- Added Makefile with
releaseandchangelogtargets for streamlined release workflows. - Replaced the update-changelog extension with the
kchangelogskill for executive-style changelog generation tracked by branch name. The control extension now registers tools only when--session-controlis 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-searchskill 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.6
- Added the
/plancommand for read-only planning mode with interactive brainstorming via theask_questiontool. Supports Shift+Tab mode toggle and an always-visible mode status indicator. - Added the
kbrainstormskill and extension providing a TUI-basedask_questiontool with auto-edit mode and numeric shortcuts for rapid option selection during brainstorming sessions. - Added the
pr-updateskill 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
/commitside-branch prompt to show the AI-generated branch name in a confirm dialog instead of an empty text input. Thectx.ui.input()placeholder parameter is silently ignored by the TUI, so the flow now usesconfirm()with the suggestion and falls back toinput()only if declined. - Added the status bar extension for persistent footer status display and the
/clearcommand for resetting conversation context. Desktop notifications now fire onwaiting_for_inputevents. - Rewrote README and AGENTS.md with current extension inventory, installation instructions, and code quality guidelines including strict isolation and naming conventions.
- Added Makefile with
releaseandchangelogtargets for streamlined release workflows. - Replaced the update-changelog extension with the
kchangelogskill for executive-style changelog generation tracked by branch name. The control extension now registers tools only when--session-controlis 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-searchskill 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.5
- Added the
/plancommand for read-only planning mode with interactive brainstorming via theask_questiontool. Supports Shift+Tab mode toggle and an always-visible mode status indicator. - Added the
kbrainstormskill and extension providing a TUI-basedask_questiontool with auto-edit mode and numeric shortcuts for rapid option selection during brainstorming sessions. - Added the
pr-updateskill 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
/commitside-branch prompt to show the AI-generated branch name in a confirm dialog instead of an empty text input. Thectx.ui.input()placeholder parameter is silently ignored by the TUI, so the flow now usesconfirm()with the suggestion and falls back toinput()only if declined. - Added the status bar extension for persistent footer status display and the
/clearcommand for resetting conversation context. Desktop notifications now fire onwaiting_for_inputevents. - Rewrote README and AGENTS.md with current extension inventory, installation instructions, and code quality guidelines including strict isolation and naming conventions.
- Added Makefile with
releaseandchangelogtargets for streamlined release workflows. - Replaced the update-changelog extension with the
kchangelogskill for executive-style changelog generation tracked by branch name. The control extension now registers tools only when--session-controlis 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-searchskill 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.4
- Added the
/plancommand for read-only planning mode with interactive brainstorming via theask_questiontool. Supports Shift+Tab mode toggle and an always-visible mode status indicator. - Added the
kbrainstormskill and extension providing a TUI-basedask_questiontool with auto-edit mode and numeric shortcuts for rapid option selection during brainstorming sessions. - Added the
pr-updateskill 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
/commitside-branch prompt to show the AI-generated branch name in a confirm dialog instead of an empty text input. Thectx.ui.input()placeholder parameter is silently ignored by the TUI, so the flow now usesconfirm()with the suggestion and falls back toinput()only if declined. - Added the status bar extension for persistent footer status display and the
/clearcommand for resetting conversation context. Desktop notifications now fire onwaiting_for_inputevents. - Rewrote README and AGENTS.md with current extension inventory, installation instructions, and code quality guidelines including strict isolation and naming conventions.
- Added Makefile with
releaseandchangelogtargets for streamlined release workflows. - Replaced the update-changelog extension with the
kchangelogskill for executive-style changelog generation tracked by branch name. The control extension now registers tools only when--session-controlis 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-searchskill 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.3
- Added the
/plancommand for read-only planning mode with interactive brainstorming via theask_questiontool. Supports Shift+Tab mode toggle and an always-visible mode status indicator. - Added the
kbrainstormskill and extension providing a TUI-basedask_questiontool with auto-edit mode and numeric shortcuts for rapid option selection during brainstorming sessions. - Added the
pr-updateskill 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
/commitside-branch prompt to show the AI-generated branch name in a confirm dialog instead of an empty text input. Thectx.ui.input()placeholder parameter is silently ignored by the TUI, so the flow now usesconfirm()with the suggestion and falls back toinput()only if declined. - Added the status bar extension for persistent footer status display and the
/clearcommand for resetting conversation context. Desktop notifications now fire onwaiting_for_inputevents. - Rewrote README and AGENTS.md with current extension inventory, installation instructions, and code quality guidelines including strict isolation and naming conventions.
- Added Makefile with
releaseandchangelogtargets for streamlined release workflows. - Replaced the update-changelog extension with the
kchangelogskill for executive-style changelog generation tracked by branch name. The control extension now registers tools only when--session-controlis 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-searchskill 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.2
- Added the
/plancommand for read-only planning mode with interactive brainstorming via theask_questiontool. Supports Shift+Tab mode toggle and an always-visible mode status indicator. - Added the
kbrainstormskill and extension providing a TUI-basedask_questiontool with auto-edit mode and numeric shortcuts for rapid option selection during brainstorming sessions. - Added the
pr-updateskill 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
/commitside-branch prompt to show the AI-generated branch name in a confirm dialog instead of an empty text input. Thectx.ui.input()placeholder parameter is silently ignored by the TUI, so the flow now usesconfirm()with the suggestion and falls back toinput()only if declined. - Added the status bar extension for persistent footer status display and the
/clearcommand for resetting conversation context. Desktop notifications now fire onwaiting_for_inputevents. - Rewrote README and AGENTS.md with current extension inventory, installation instructions, and code quality guidelines including strict isolation and naming conventions.
- Added Makefile with
releaseandchangelogtargets for streamlined release workflows. - Replaced the update-changelog extension with the
kchangelogskill for executive-style changelog generation tracked by branch name. The control extension now registers tools only when--session-controlis 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-searchskill 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.1
- Added the
/plancommand for read-only planning mode with interactive brainstorming via theask_questiontool. Supports Shift+Tab mode toggle and an always-visible mode status indicator. - Added the
kbrainstormskill and extension providing a TUI-basedask_questiontool with auto-edit mode and numeric shortcuts for rapid option selection during brainstorming sessions. - Added the
pr-updateskill 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
/commitside-branch prompt to show the AI-generated branch name in a confirm dialog instead of an empty text input. Thectx.ui.input()placeholder parameter is silently ignored by the TUI, so the flow now usesconfirm()with the suggestion and falls back toinput()only if declined. - Added the status bar extension for persistent footer status display and the
/clearcommand for resetting conversation context. Desktop notifications now fire onwaiting_for_inputevents. - Rewrote README and AGENTS.md with current extension inventory, installation instructions, and code quality guidelines including strict isolation and naming conventions.
- Added Makefile with
releaseandchangelogtargets for streamlined release workflows. - Replaced the update-changelog extension with the
kchangelogskill for executive-style changelog generation tracked by branch name. The control extension now registers tools only when--session-controlis 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-searchskill 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.