Skip to content
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
89a7c9f
fix: include commit command files in published package (#36)
SatanshuMishra Nov 30, 2025
b89bca9
[ci] release
github-actions[bot] Nov 30, 2025
052a444
[ci] release (#37)
SatanshuMishra Nov 30, 2025
e814652
GPG Capabilities, Styling and Animations (#38)
SatanshuMishra Feb 21, 2026
eeec823
GPG Updates (#39)
SatanshuMishra Feb 21, 2026
3c16845
chore: bump version to 0.5.0
SatanshuMishra Feb 21, 2026
6cc55b8
chore: bump version to 0.5.0 (#40)
SatanshuMishra Feb 21, 2026
15d22dd
Merge branch 'main' into dev
SatanshuMishra Feb 21, 2026
eedc994
fix(ui): resolve terminal ghost lines from wrapped prompt content
SatanshuMishra Mar 16, 2026
a2454c6
style(ui): update color palette to cool-toned theme
SatanshuMishra Mar 16, 2026
1f2d799
fix(commit): fix double label, preview spacing, and trailing blank
SatanshuMishra Mar 16, 2026
beafb5b
fix(commit): only show missing fields when CLI params are provided
SatanshuMishra Mar 16, 2026
6762be5
docs(ci): add npm publish troubleshooting notes
SatanshuMishra Mar 16, 2026
001f698
feat(commit): add git helpers for file picker
SatanshuMishra Mar 17, 2026
e4e9eab
feat(shortcuts): extend prompt name union for file picker
SatanshuMishra Mar 17, 2026
66a3f3c
feat(commit): add interactive file picker with pagination and search
SatanshuMishra Mar 17, 2026
31bab42
feat(commit): add edit-files option to staged files display
SatanshuMishra Mar 17, 2026
7ce7d90
feat(commit): wire file picker into commit workflow
SatanshuMishra Mar 17, 2026
b3489d6
fix(ui): store physical line count at render time
SatanshuMishra Mar 17, 2026
272b167
ci: migrate to OIDC trusted publishing and upgrade actions
SatanshuMishra Mar 17, 2026
cadb1bb
chore: use object format for repository field
SatanshuMishra Mar 17, 2026
8a86954
ci(release): use built-in GITHUB_TOKEN for changesets
SatanshuMishra Mar 17, 2026
8d82cc4
Merge branch 'main' into dev
SatanshuMishra Mar 17, 2026
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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
commit: "[ci] release"
title: "[ci] release"
env:
GITHUB_TOKEN: ${{ secrets.LAB_ACTIONS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Publish via OIDC trusted publishing (no npm token required)
- name: Publish to npm
Expand Down
Loading