Earlier quoted context omitted.
I think it makes use of GitHub models.
Nope, it uses Copilot CLI under the hood (with your token)
GitHub Agentic Workflows
111–120 of 149 posts
Re: GitHub Agentic Workflows
#112Not confirmed that it's by Github, phishy domain.
https://github.github.com/gh-aw/
served as GitHub Pages from https://github.com/github/gh-awRe: GitHub Agentic Workflows
#113I noticed this unusual line in go.mod and got curious why it is using replace for this (typically you would `go get github.com/Masterminds/semver/v3@v3.4.0` instead). replace github.com/Masterminds/semver/v3 => github.com/Masterminds/semver/v3 v3.4.0 I found this very questionable PR[0]. It appears to have been triggered by dependabot creating an issue for a version upgrade -- which is probably unnecessary to begin w…
This happens with all agents I've used and package.json files for npm. Instead of using `npm i foo` the agent string-edits package.json and hallucinates some version to install. Usually it's a kind of ok version, but it's not how I would like this to work. It's worse with renaming things in code. I've yet to see an agent be able to use refactoring tools (if they even exist in VS Code) instead of brute-forcing renames…
Re: GitHub Agentic Workflows
#114Re: GitHub Agentic Workflows
#115What timing. I used the whole weekend building a CI agentic workflow where I can let CC run wild with skip-permissions in isolated vms while working async on a gitea repo. I leave the CC instance with a decent sized mission and it will iterate until CI is green and then create a PR for me to merge. I'm moving from talking synchronously to one Clade Code to manage a small group of collaborating Claudes.
Re: GitHub Agentic Workflows
#116I noticed this unusual line in go.mod and got curious why it is using replace for this (typically you would `go get github.com/Masterminds/semver/v3@v3.4.0` instead). replace github.com/Masterminds/semver/v3 => github.com/Masterminds/semver/v3 v3.4.0 I found this very questionable PR[0]. It appears to have been triggered by dependabot creating an issue for a version upgrade -- which is probably unnecessary to begin w…
This happens with all agents I've used and package.json files for npm. Instead of using `npm i foo` the agent string-edits package.json and hallucinates some version to install. Usually it's a kind of ok version, but it's not how I would like this to work. It's worse with renaming things in code. I've yet to see an agent be able to use refactoring tools (if they even exist in VS Code) instead of brute-forcing renames…
Re: GitHub Agentic Workflows
#117> GitHub Agentic Workflows deliver this: repository automation, running the coding agents you know and love, in GitHub Actions, with strong guardrails and security-first design principles. GitHub Actions is the last organization I would trust to recognize a security-first design principle.
Re: GitHub Agentic Workflows
#118Earlier quoted context omitted.
I don't follow, we pay them for the actions and everything and still ran into this issue. That's why it's an issue .
What's the issue, as you see it? I've quoted the response on that ticket below. Is there something you disagree with? The "issue" is that usage exceeds the amount that's been paid. The solution sounds pretty simple: pay for your usage. Is your experience different somehow? > If usage is exceeded, you need to add a payment method and set a spending limit (you can even set it to $0 if you don’t want to allow extra char…
Its a problem with their own systems and it's easier to role out your own alternative than to get a handle of a support person.
Re: GitHub Agentic Workflows
#119Github should focus on getting their core offerings in shape first. I stopped using GH actions when I ran into this issue: https://github.com/orgs/community/discussions/151956#discuss... That was almost a year ago and to this date I still get updates of people falling into the same issue.
"In shape" in what sense? This is just hitting the limits of a free account, and the message clearly states that. > people falling into the same issue. Every SaaS provider with a free tier has this issue. How do you suggest it should be addressed?
I don't mind paying for software, I hate paying for half-assed, unsupported software.