Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
afd27aa
Merge pull request #140 from github/tidy-dev/triaging-workflows
tidy-dev Sep 30, 2025
042b9d1
Modify labels in feature request template
tidy-dev Sep 30, 2025
d495946
Modify bug report template labels
tidy-dev Sep 30, 2025
fe25972
Merge pull request #148 from github/tidy-dev/triaging-workflows
andyfeller Sep 30, 2025
f32bbc3
v0.0.331
RyanHecht Oct 1, 2025
9d848e6
0.0.332
RyanHecht Oct 1, 2025
ac2bc8f
0.0.333
RyanHecht Oct 2, 2025
37b6bad
0.0.334
RyanHecht Oct 3, 2025
6ccbec7
0.0.334
RyanHecht Oct 3, 2025
34c54e4
0.0.335
RyanHecht Oct 6, 2025
2d0948f
0.0.336
RyanHecht Oct 7, 2025
046f39e
0.0.337
RyanHecht Oct 8, 2025
989ca6b
0.0.338
RyanHecht Oct 9, 2025
10e9c4a
0.0.339
RyanHecht Oct 10, 2025
492ad81
0.0.340
RyanHecht Oct 13, 2025
87ec023
0.0.341
RyanHecht Oct 15, 2025
abe03e0
Update Windows support status in README
RyanHecht Oct 15, 2025
b4f8143
0.0.342
RyanHecht Oct 16, 2025
235e445
0.0.343
RyanHecht Oct 16, 2025
3da4bd8
Update changelog for 0.0.344
mxie Oct 18, 2025
2fc01d7
0.0.345 - bugfix!
RyanHecht Oct 18, 2025
c4a8294
Update changelog for version 0.0.346
andyfeller Oct 19, 2025
bce7f5a
0.0.347
RyanHecht Oct 21, 2025
d73f702
0.0.348
RyanHecht Oct 22, 2025
dd7b1ba
0.0.349
RyanHecht Oct 22, 2025
214401f
0.0.350
RyanHecht Oct 24, 2025
2724673
0.0.351
RyanHecht Oct 24, 2025
9eb2697
Update changelog for version 0.0.352
andyfeller Oct 27, 2025
fea0e8d
Fix formatting of changelog entry for clarity
andyfeller Oct 27, 2025
0d2c9de
Update changelog for custom agents and /delegate command
andyfeller Oct 28, 2025
7dc8c5b
Update CHANGELOG.md for version 0.0.354
github-actions[bot] Nov 3, 2025
0817008
Update changelog for version 0.0.354
tidy-dev Nov 3, 2025
db7c66d
Delete CHANGELOG.md
tidy-dev Nov 3, 2025
e7fc45b
Add initial devcontainer configuration
UncleTupelo Nov 13, 2025
da635bb
joe.json
UncleTupelo Nov 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2-linux",
"features": {}
}
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: 🐞 Bug Report
description: Report a bug or unexpected behavior in the GitHub Copilot CLI.
type: Bug
labels:
- bug
- "needs triage"
- "triage"
body:
- type: markdown
attributes:
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: ⭐️ Feature Request
description: Suggest a new feature or improvement for the GitHub Copilot CLI.
type: Feature
labels:
- enhancement
- "needs triage"
- "triage"
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ We're still early in our journey, but with your feedback, we're rapidly iteratin

- **Linux**
- **macOS**
- **Windows** (experimental)
- **Windows**

### Prerequisites

Expand Down
Loading