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
.
aiFdn
/
gitwz
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
Pull requests
4
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Sep 19, 2024
Build: September 19, 2024, 06:29:35 PM
SHSharkar
committed
15c0d0d
View commit details
Copy full SHA for 15c0d0d
Browse repository at this point
8.2.1
SHSharkar
committed
eeeb0d5
View commit details
Copy full SHA for eeeb0d5
Browse repository at this point
Updated asset out files
SHSharkar
committed
0599a26
View commit details
Copy full SHA for 0599a26
Browse repository at this point
fix(prompts.ts): clarify guideline on first line usage in commit messages
Show description for bae224f
SHSharkar
committed
bae224f
View commit details
Copy full SHA for bae224f
Browse repository at this point
fix(api.ts): add necessary comments to disable eslint and TypeScript checks for AzureOpenAI usage
Show description for 25dacfd
SHSharkar
committed
25dacfd
View commit details
Copy full SHA for 25dacfd
Browse repository at this point
fix(config.ts): add eslint and TypeScript ignore comments to bypass linting issues
Show description for 8e7f8a1
SHSharkar
committed
8e7f8a1
View commit details
Copy full SHA for 8e7f8a1
Browse repository at this point
Removed: unnecessary eslint-disable-next-line comment in `pwd-commitlint.ts`
Show description for 19c3e21
SHSharkar
committed
19c3e21
View commit details
Copy full SHA for 19c3e21
Browse repository at this point
Updated: modify `rootDir` in `tsconfig.json` to include the entire project directory
Show description for d4ea077
SHSharkar
committed
d4ea077
View commit details
Copy full SHA for d4ea077
Browse repository at this point
refactor(prompts.ts): simplify and condense commit message guidelines
Show description for ec53c14
SHSharkar
committed
ec53c14
View commit details
Copy full SHA for ec53c14
Browse repository at this point
Updated `package.json` dependencies and devDependencies to latest versions
Show description for b6235c3
SHSharkar
committed
b6235c3
View commit details
Copy full SHA for b6235c3
Browse repository at this point
Updated: `eslint.config.mjs` to ignore additional directories and adjust rules
Show description for 3b1d047
SHSharkar
committed
3b1d047
View commit details
Copy full SHA for 3b1d047
Browse repository at this point
Updated: `.eslintrc.json` to use latest ECMAScript version and adjust linting rules
Show description for 3cdf551
SHSharkar
committed
3cdf551
View commit details
Copy full SHA for 3cdf551
Browse repository at this point
Commits on Aug 16, 2024
Build: August 16, 2024, 09:07:10 PM
SHSharkar
committed
2485f3c
View commit details
Copy full SHA for 2485f3c
Browse repository at this point
8.2.0
SHSharkar
committed
e807fb7
View commit details
Copy full SHA for e807fb7
Browse repository at this point
fix(config.ts): improve validation and error handling for configuration keys
Show description for f5e7fdf
SHSharkar
committed
f5e7fdf
View commit details
Copy full SHA for f5e7fdf
Browse repository at this point
Build: August 16, 2024, 08:57:27 PM
SHSharkar
committed
e3d8a00
View commit details
Copy full SHA for e3d8a00
Browse repository at this point
8.1.0
SHSharkar
committed
a1276f4
View commit details
Copy full SHA for a1276f4
Browse repository at this point
fix(config.ts): improve error message for invalid config keys
Show description for 0a6d784
SHSharkar
committed
0a6d784
View commit details
Copy full SHA for 0a6d784
Browse repository at this point
Build: August 16, 2024, 07:54:17 PM
SHSharkar
committed
6f9adbe
View commit details
Copy full SHA for 6f9adbe
Browse repository at this point
8.0.0
SHSharkar
committed
a04cb5d
View commit details
Copy full SHA for a04cb5d
Browse repository at this point
Updated tiktoken_bg.wasm file
Show description for 32e7549
SHSharkar
committed
32e7549
View commit details
Copy full SHA for 32e7549
Browse repository at this point
Updated package-lock.json file
Show description for 4839dc0
SHSharkar
committed
4839dc0
View commit details
Copy full SHA for 4839dc0
Browse repository at this point
refactor(commit.ts): streamline intro message formatting for better readability
Show description for b66dbd7
SHSharkar
committed
b66dbd7
View commit details
Copy full SHA for b66dbd7
Browse repository at this point
Refactored: move warning listener setup below imports in `commit.ts`
Show description for c742d14
SHSharkar
committed
c742d14
View commit details
Copy full SHA for c742d14
Browse repository at this point
Added: handle deprecation warnings in `commit.ts`
Show description for 85e6d4e
SHSharkar
committed
85e6d4e
View commit details
Copy full SHA for 85e6d4e
Browse repository at this point
Added: support for `gpt-4o-mini` model in `config.ts`
Show description for 1fb9e68
SHSharkar
committed
1fb9e68
View commit details
Copy full SHA for 1fb9e68
Browse repository at this point
Updated: change default model from `gpt-4o` to `gpt-4o-mini` in `api.ts`
Show description for 170ab25
SHSharkar
committed
170ab25
View commit details
Copy full SHA for 170ab25
Browse repository at this point
Updated: change default model to `gpt-4o-mini` and add `gpt-4o-mini` as a valid model option
Show description for 6d93d45
SHSharkar
committed
6d93d45
View commit details
Copy full SHA for 6d93d45
Browse repository at this point
Updated: enhance `README.md` with Azure OpenAI configuration and improve formatting
Show description for 99aa3f7
SHSharkar
committed
99aa3f7
View commit details
Copy full SHA for 99aa3f7
Browse repository at this point
Modified: update success message color scheme in `commit.ts`
Show description for c41f8e0
SHSharkar
committed
c41f8e0
View commit details
Copy full SHA for c41f8e0
Browse repository at this point
Added: `getApiInfo` function to display API information in commit message generation
Show description for 75a5b29
SHSharkar
committed
75a5b29
View commit details
Copy full SHA for 75a5b29
Browse repository at this point
Updated `prompts.ts`: enhance commit message guidelines with extended tag examples
Show description for b0a56ef
SHSharkar
committed
b0a56ef
View commit details
Copy full SHA for b0a56ef
Browse repository at this point
Added: support for Azure OpenAI configuration in `config.ts`
Show description for 84d2c61
SHSharkar
committed
84d2c61
View commit details
Copy full SHA for 84d2c61
Browse repository at this point
Updated `IDENTITY` and `INIT_MAIN_PROMPT` for clarity and consistency
Show description for e7283ef
SHSharkar
committed
e7283ef
View commit details
Copy full SHA for e7283ef
Browse repository at this point
fix(cli.ts): add `assert { type: 'json' }` to `packageJSON` import for type safety
Show description for 2effec3
SHSharkar
committed
2effec3
View commit details
Copy full SHA for 2effec3
Browse repository at this point
Previous
Next
You can’t perform that action at this time.