Skip to content

Conversation

@localden
Copy link
Collaborator

@localden localden commented Oct 21, 2025

Description

Screenshots

Hand-offs

image image

Version

image

References

Behavior notes

  • There is an unexpected behavior when hand-off occurs, resetting to Agent Mode. This will be fixed by the VS Code team.

Copilot AI review requested due to automatic review settings October 21, 2025 17:28

This comment was marked as outdated.

Copilot AI review requested due to automatic review settings October 21, 2025 17:39

This comment was marked as outdated.

Copilot AI review requested due to automatic review settings October 21, 2025 20:17

This comment was marked as outdated.

Copy link

@crisweber2600 crisweber2600 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥🔥🔥

Copilot AI review requested due to automatic review settings October 21, 2025 21:34

This comment was marked as outdated.

@localden localden self-assigned this Oct 21, 2025
@localden localden added enhancement templates Related to template definition and not the CLI. labels Oct 21, 2025
Copilot AI review requested due to automatic review settings October 21, 2025 22:06

This comment was marked as outdated.

Copilot AI review requested due to automatic review settings October 21, 2025 22:21

This comment was marked as outdated.

Copilot AI review requested due to automatic review settings October 22, 2025 03:10
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 19 out of 19 changed files in this pull request and generated 2 comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link

Copilot AI commented Oct 22, 2025

@localden I've opened a new pull request, #1004, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI review requested due to automatic review settings October 22, 2025 20:17
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 21 out of 21 changed files in this pull request and generated 3 comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@N0SAFE
Copy link

N0SAFE commented Oct 23, 2025

in vscode insiders i have a warning saying "Chat modes have been renamed to agents. Please move this file to .github/agents/speckit.[prompt].agent.md". should you not put this inside the new designated folder and file from vscode ?

@mfsbo
Copy link

mfsbo commented Oct 26, 2025

I recommend that chatmodes, prompts should be named with prompt name first and .speckit after. So instead of speckit.plan it will be better to save as plan.speckit.prompt.md or plan.speckit.chatmode.md
This would be easy on eye and search to find plans and chat modes.

@artk42
Copy link

artk42 commented Oct 29, 2025

Hey guys, just two linting errors to fix pls. Seems the spec-it popularity is driving crazy release api rate limits and it's almost impossible to use specify init, it always fails with API rate limit exceeded 403 for https://api.github.com/repos/github/spec-kit/releases/latest Initialization failed: 1

@anchildress1
Copy link

I was just going to say the same thing @Nosafe did 😆 They've officially moved from .github/chatmodes/*.chatmode.md to .github/agents/*.agent.md. At this point it's pretty much a rename lift and shift, though.

# Create prompt file with agent frontmatter
cat > "$prompt_file" <<EOF
---
agent: ${basename}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't see any tools loaded anywhere—has this given you issues before? Every single time I forget to set a tool back in one of these agent files, it seems to stop everything... but as frequently as they're changing things, I've stopped trying to guess. 😆 Just calling out as something to verify before you merge.


1. For each task in the list, use the GitHub MCP server to create a new issue in the repository that is representative of the Git remote.

**UNDER NO CIRCUMSTANCES EVER CREATE ISSUES IN REPOSITORIES THAT DO NOT MATCH THE REMOTE URL**

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a thought: Do you think it would be worth it to hard-code these checks in and not even load the prompt if the repo doesn't match? It's really more of a longer-term solution but might be worth a discussion. I'm not sure what that would even look like, tbh, but maybe worth a discussion at some point 🤷🏻‍♀️

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings November 7, 2025 19:22
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 21 out of 21 changed files in this pull request and generated 3 comments.

Comments suppressed due to low confidence (1)

src/specify_cli/init.py:1288

  • 'except' clause does nothing but pass and there is no explanatory comment.
        except Exception:

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI review requested due to automatic review settings November 7, 2025 19:46
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 21 out of 21 changed files in this pull request and generated 5 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

localden and others added 3 commits November 7, 2025 11:58
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings November 7, 2025 19:59
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 21 out of 21 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Refactored both Bash and PowerShell create-new-feature scripts to modularize and deduplicate logic for determining the next feature number, including new helper functions for extracting the highest number from specs and branches. Improved branch name cleaning and generation. In update-agent-context scripts, removed redundant updates to AGENTS.md for Copilot, streamlining agent update logic.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement templates Related to template definition and not the CLI.

Projects

None yet

7 participants