-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor command name and update dependencies #129
Draft
clearclown
wants to merge
7
commits into
BuilderIO:main
Choose a base branch
from
clearclown:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clearclown
commented
Oct 23, 2024
- Changed command name from 'ai' to 'aish' in package.json and related files.
- Updated .gitignore to include .env and package-lock.json.
- Updated dependencies in package-lock.json:
- axios from 1.3.5 to 1.7.7
- follow-redirects from 1.15.0 to 1.15.6
- braces from 3.0.2 to 3.0.3
- fill-range from 7.0.1 to 7.1.1
- openai from 3.2.1 to 3.3.0
- rollup from 2.79.1 to 2.79.2
- semver from 7.3.8 to 7.6.3
- word-wrap from 1.2.3 to 1.2.5
- Removed unused dependency 'lru-cache' from package-lock.json.
- Changed command name from 'ai' to 'aish' in package.json and related files. - Updated .gitignore to include .env and package-lock.json. - Updated dependencies in package-lock.json: - axios from 1.3.5 to 1.7.7 - follow-redirects from 1.15.0 to 1.15.6 - braces from 3.0.2 to 3.0.3 - fill-range from 7.0.1 to 7.1.1 - openai from 3.2.1 to 3.3.0 - rollup from 2.79.1 to 2.79.2 - semver from 7.3.8 to 7.6.3 - word-wrap from 1.2.3 to 1.2.5 - Removed unused dependency 'lru-cache' from package-lock.json.
- Changed the command name from 'ai' to 'aish' in package.json and constants.ts. - Updated the bin entry in package.json to reflect the new command name. - Updated various dependencies in package-lock.json, including: - axios from 1.3.5 to 1.7.7 - braces from 3.0.2 to 3.0.3 - follow-redirects from 1.15.2 to 1.15.9 - openai from 3.2.1 to 3.3.0 - rollup from 2.79.1 to 2.79.2 - word-wrap from 1.2.3 to 1.2.5 - Removed unused dependency 'lru-cache' from package-lock.json.
- Changed the command name from 'ai' to 'aish' in constants.ts. - Updated package-lock.json to reflect the following changes: - Added 'aish' as a new command in the bin section. - Upgraded axios from version 1.3.5 to 1.7.7. - Upgraded follow-redirects from version 1.15.0 to 1.15.6. - Upgraded braces from version 3.0.2 to 3.0.3. - Upgraded semver from version 5.7.1 to 5.7.2. - Upgraded fill-range from version 7.0.1 to 7.1.1. - Upgraded openai from version 3.2.1 to 3.3.0. - Upgraded rollup from version 2.79.1 to 2.79.2. - Upgraded semver from version 7.3.8 to 7.6.3. - Upgraded word-wrap from version 1.2.3 to 1.2.5. - Removed unused dependency 'lru-cache' and 'yallist'.
This commit removes the package-lock.json file from the project. This may be necessary for various reasons, such as resolving conflicts, cleaning up the project, or switching to a different package management strategy.
Updated the build command in CONTRIBUTING.md to use 'npm run build' instead of 'npm build'. Removed the development (watch) mode section as it was unnecessary. In package.json, added missing types for 'dedent' and 'ini' with placeholder versions, and updated existing types to their latest versions.
- Updated the version of `@types/dedent` from `^0.7.0` to `^0.7.2`. - Updated the version of `@types/ini` from `^1.3.31` to `^1.3.34`. - Added `@types/dedent` and `@types/ini` with placeholder versions in dependencies.
This commit adds a detailed section to the README.md file that outlines the steps to create a symbolic link for the `aish` command, making it globally executable. The new section includes prerequisites, step-by-step instructions for building the project, using `npm link`, and creating a manual symbolic link if necessary. Additionally, troubleshooting tips are provided for common issues related to command recognition and PATH configuration.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.