Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
flashcatcloud
/
flashduty-cli
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
4
Code
Issues
0
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Feat/ai sre
- #105
#105
Merged
ysyneu
merged 31 commits into
main
flashcatcloud/flashduty-cli:main
from
feat/ai-sre
flashcatcloud/flashduty-cli:feat/ai-sre
Copy head branch name to clipboard
Jul 28, 2026
Conversation
Commits
31
(31)
Checks
Files changed
Merged
Feat/ai sre
#105
ysyneu
merged 31 commits into
main
flashcatcloud/flashduty-cli:main
from
feat/ai-sre
flashcatcloud/flashduty-cli:feat/ai-sre
Copy head branch name to clipboard
Commits
Commits on Jul 27, 2026
fix(cli): fail loudly on unrecognized subcommands under any command group
Show description for 7238b3a
ysyneu
committed
7238b3a
View commit details
Copy full SHA for 7238b3a
Browse repository at this point
fix(incident): replace inline --comment with --comment-file to stop shell corruption
Show description for 27dbb02
ysyneu
committed
27dbb02
View commit details
Copy full SHA for 27dbb02
Browse repository at this point
fix(incident): stop assuming /incident/feed's default sort order
Show description for a7787b1
ysyneu
committed
a7787b1
View commit details
Copy full SHA for a7787b1
Browse repository at this point
fix(incident,alert): verify comment by exact text match, not recency; close alert merge --comment shell exposure
Show description for a37cb7f
ysyneu
committed
a37cb7f
View commit details
Copy full SHA for a37cb7f
Browse repository at this point
fix(skilldoc): exclude runnable command groups from card dump
Show description for b5365e8
ysyneu
committed
b5365e8
View commit details
Copy full SHA for b5365e8
Browse repository at this point
fix(incident): normalize comment text to match server-side trim; verify the whole batch
Show description for dd164b1
ysyneu
committed
dd164b1
View commit details
Copy full SHA for dd164b1
Browse repository at this point
fix(incident): stop suggesting a per-incident rewrite after a verification miss
Show description for e71af6c
ysyneu
committed
e71af6c
View commit details
Copy full SHA for e71af6c
Browse repository at this point
fix(incident): satisfy golangci-lint and stop pinning verification prose in tests
Show description for 0dd4678
ysyneu
committed
0dd4678
View commit details
Copy full SHA for 0dd4678
Browse repository at this point
docs(incident): stop promising byte-for-byte fidelity the command no longer offers
Show description for edb87e7
ysyneu
committed
edb87e7
View commit details
Copy full SHA for edb87e7
Browse repository at this point
feat(skilldoc): auto-inject response-shape summary into command cards
Show description for da0e4f5
ysyneu
committed
da0e4f5
View commit details
Copy full SHA for da0e4f5
Browse repository at this point
docs(skilldoc): regenerate card fences with response-shape summaries
Show description for f53c05f
ysyneu
committed
f53c05f
View commit details
Copy full SHA for f53c05f
Browse repository at this point
docs(schedule,insight): correct stale/misleading guidance, regen fences
Show description for 148eedb
ysyneu
committed
148eedb
View commit details
Copy full SHA for 148eedb
Browse repository at this point
fix(skilldoc): never assert single-object shape on a missed wrapper header
Show description for 2af6f67
ysyneu
committed
2af6f67
View commit details
Copy full SHA for 2af6f67
Browse repository at this point
docs: drop hand-written prose now redundant with generated response lines
Show description for d78f22a
ysyneu
committed
d78f22a
View commit details
Copy full SHA for d78f22a
Browse repository at this point
docs(skilldoc): regenerate the incident fence with response-shape lines
ysyneu
committed
1ca6402
View commit details
Copy full SHA for 1ca6402
Browse repository at this point
Merge pull request #101 from flashcatcloud/audit-fix/unknown-verb-hard-fail
Show description for 1f1f020
ysyneu
authored
1f1f020
View commit details
Copy full SHA for 1f1f020
Browse repository at this point
docs(skills): bind report claims to the queried scope, not just the verb
Show description for 1b29bc0
ysyneu
committed
1b29bc0
View commit details
Copy full SHA for 1b29bc0
Browse repository at this point
Commits on Jul 28, 2026
chore(sdk): update go-flashduty and regenerate CLI
Show description for 996987e
ysyneu
committed
996987e
View commit details
Copy full SHA for 996987e
Browse repository at this point
test(cli): describe unknown subcommand case technically
ysyneu
committed
0964bb6
View commit details
Copy full SHA for 0964bb6
Browse repository at this point
Merge pull request #110 from flashcatcloud/codex/cli-v1.3.30-sdk
Show description for 584a63c
ysyneu
authored
584a63c
View commit details
Copy full SHA for 584a63c
Browse repository at this point
feat: sync SDK and validate required request fields
ysyneu
committed
155ee72
View commit details
Copy full SHA for 155ee72
Browse repository at this point
Merge pull request #111 from flashcatcloud/codex/cli-v1.3.31-sdk
Show description for 94fc168
ysyneu
authored
94fc168
View commit details
Copy full SHA for 94fc168
Browse repository at this point
chore: update go-flashduty to v0.5.10
ysyneu
committed
c157b52
View commit details
Copy full SHA for c157b52
Browse repository at this point
Merge pull request #112 from flashcatcloud/codex/cli-v1.3.32-sdk
Show description for 819f9a6
ysyneu
authored
819f9a6
View commit details
Copy full SHA for 819f9a6
Browse repository at this point
Merge pull request #107 from flashcatcloud/skills/bind-report-claims-to-queried-scope
Show description for e5f021f
ysyneu
authored
e5f021f
View commit details
Copy full SHA for e5f021f
Browse repository at this point
Merge pull request #108 from flashcatcloud/fix/incident-comment-shell-safe
Show description for 6ce330c
ysyneu
authored
6ce330c
View commit details
Copy full SHA for 6ce330c
Browse repository at this point
Merge pull request #114 from flashcatcloud/fix/card-response-shapes
Show description for 09607ff
ysyneu
authored
09607ff
View commit details
Copy full SHA for 09607ff
Browse repository at this point
docs(skilldoc): regenerate incident and template fences
Show description for d468e5f
ysyneu
committed
d468e5f
View commit details
Copy full SHA for d468e5f
Browse repository at this point
fix(cli): error instead of silently dropping data when two flags read stdin
Show description for 48e1216
ysyneu
committed
48e1216
View commit details
Copy full SHA for 48e1216
Browse repository at this point
Merge main (go-flashduty v0.5.12, post-mortem content reset) into feat/ai-sre
Show description for 76c1ab9
ysyneu
committed
76c1ab9
View commit details
Copy full SHA for 76c1ab9
Browse repository at this point
Merge branch 'wt/fix-stdin' into wt/pr105-cifix
Show description for e7a2474
ysyneu
committed
e7a2474
View commit details
Copy full SHA for e7a2474
Browse repository at this point
You can’t perform that action at this time.