-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Chore: Update in-app copy #4448
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
Merged
Merged
Changes from 2 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
f8ad764
Merge branch 'dev' of https://github.com/janhq/jan into dev
hantran-co 50769af
Merge branch 'dev' of https://github.com/janhq/jan into dev
hantran-co 4dcd2c7
Merge branch 'dev' of https://github.com/janhq/jan into dev
hantran-co 93bac5f
Merge branch 'dev' of https://github.com/janhq/jan into dev
hantran-co f4dad4c
Merge branch 'dev' of https://github.com/janhq/jan into dev
hantran-co f4b3880
Merge branch 'dev' of https://github.com/janhq/jan into dev
hantran-co b644467
Merge branch 'dev' of https://github.com/janhq/jan into dev
hantran-co 97cd022
Updated parameters descriptions
hantran-co e5b6901
Merge branch 'dev' into chore/update-in-app-copy
hantran-co 1174772
Updated some copies in Settings
hantran-co 276f5d1
Updated some Settings copies
hantran-co 99536b7
Resolved conflicts
hantran-co 6b44bde
Resolved conflicts
hantran-co a7a497a
test: fix failed test cases
louis-jan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "jan", | ||
| "version": "0.1.1736316956", | ||
| "version": "0.1.1736864554", | ||
| "main": "./build/main.js", | ||
| "author": "Jan <[email protected]>", | ||
| "license": "MIT", | ||
|
|
||
Empty file.
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ | |
| "name": "@janhq/assistant-extension", | ||
| "productName": "Jan Assistant", | ||
| "version": "1.0.2", | ||
| "description": "This extension enables assistants, including Jan, a default assistant that can call all downloaded models", | ||
| "description": "Powers the default AI assistant that works with all your installed models.", | ||
| "main": "dist/index.js", | ||
| "node": "dist/node/index.js", | ||
| "author": "Jan <[email protected]>", | ||
|
|
||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ | |
| "name": "@janhq/conversational-extension", | ||
| "productName": "Conversational", | ||
| "version": "1.0.0", | ||
| "description": "This extension enables conversations and state persistence via your filesystem", | ||
| "description": "Enables conversations and state persistence via your filesystem.", | ||
| "main": "dist/index.js", | ||
| "author": "Jan <[email protected]>", | ||
| "license": "MIT", | ||
|
|
||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ | |
| "name": "@janhq/engine-management-extension", | ||
| "productName": "Engine Management", | ||
| "version": "1.0.0", | ||
| "description": "Extension for managing engines and their configurations", | ||
| "description": "Manages AI engines and their configurations.", | ||
| "main": "dist/index.js", | ||
| "node": "dist/node/index.cjs.js", | ||
| "author": "Jan <[email protected]>", | ||
|
|
||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ | |
| "name": "@janhq/model-extension", | ||
| "productName": "Model Management", | ||
| "version": "1.0.35", | ||
| "description": "This extension manages model lists, model details, and model configurations", | ||
| "description": "Handles model lists, their details, and settings.", | ||
| "main": "dist/index.js", | ||
| "author": "Jan <[email protected]>", | ||
| "license": "AGPL-3.0", | ||
|
|
||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ | |
| "name": "@janhq/monitoring-extension", | ||
| "productName": "System Monitoring", | ||
| "version": "1.0.10", | ||
| "description": "This extension provides system health and OS level data", | ||
| "description": "Provides system health and OS level data.", | ||
| "main": "dist/index.js", | ||
| "node": "dist/node/index.cjs.js", | ||
| "author": "Jan <[email protected]>", | ||
|
|
||
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.