Service Account
a03e7cd895
upgrade leveldown to newest version
2023-10-25 13:38:05 +07:00
Service Account
b92e6bf2d1
Temporary disable electron build code sign from p12 file
2023-10-25 12:07:07 +07:00
hiento09
168916da12
Merge pull request #445 from janhq/chore/update-autosign-script
...
Update auto-sign plugin by search file permission 664
2023-10-25 10:35:32 +07:00
Service Account
42cf4b9251
Update auto-sign plugin by search file permission 664
2023-10-25 10:30:26 +07:00
NamH
1fd47ba453
fix: duplicated messages when user switch between conversations ( #441 )
...
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2023-10-24 20:30:06 -07:00
Faisal Amir
e05c08b95f
Merge pull request #438 from janhq/chore/loading-indicator-when-active-model
...
chore: added loader starting and stopping model
2023-10-25 09:17:37 +07:00
automaticcat
8190fa1fde
Merge pull request #442 from janhq/update-license
...
chore: Change license to AGPL
2023-10-25 08:46:00 +07:00
Daniel
ec612fc583
Change license to AGPL
2023-10-25 08:24:02 +07:00
hiento09
37b661a750
Merge pull request #440 from janhq/chore/change-path-siging-plugin
...
Change codesign plugin folder in ci
2023-10-25 01:24:33 +07:00
Service Account
ff872f6d97
Change codesign plugin folder in ci
2023-10-25 01:19:57 +07:00
Service Account
df6603b3e2
janhq/jan: Update tag build 1.0.9 for model-management-plugin
model-management-plugin-1.0.9
2023-10-25 01:09:32 +07:00
Service Account
0cf2be688f
janhq/jan: Update tag build 1.0.9 for data-plugin
data-plugin-1.0.9
2023-10-25 01:09:29 +07:00
Louis
df5d75d1f8
fix: plugin & model catalog import cache are not cleared properly ( #437 )
...
* fix: plugin catalog cache is not wiped properly
* fix: import cache issue
2023-10-25 01:06:37 +07:00
Service Account
914b4082a9
janhq/jan: Update tag build 1.0.12 for inference-plugin
inference-plugin-1.0.12
2023-10-25 01:02:00 +07:00
hiento09
aae1758364
Merge pull request #439 from janhq/fix/code-sign
...
fix error codesign
2023-10-25 01:01:09 +07:00
Service Account
e60e7a228e
fix error codesign
2023-10-25 00:58:36 +07:00
Faisal Amir
e468a1d08b
Merge branch 'main' into chore/loading-indicator-when-active-model
2023-10-25 00:50:37 +07:00
Faisal Amir
bd72e4348e
Added loader starting and stopping model
2023-10-25 00:36:11 +07:00
hiento09
3237efe94b
Merge pull request #436 from janhq/fix/import-cert
...
Add continue on error for import cert
2023-10-24 22:30:08 +07:00
Service Account
847e377350
Add continue on error for import cert
2023-10-24 22:29:58 +07:00
Faisal Amir
e0dd07c0f8
Merge pull request #434 from janhq/fix/update-version
...
fix: app version and cleanup unused code
2023-10-24 22:04:06 +07:00
Faisal Amir
2cf9c0f26c
Remove unused code folder
2023-10-24 21:29:41 +07:00
Faisal Amir
3f0de68c96
Fix app version
2023-10-24 21:21:37 +07:00
hiento09
245eaa7918
Merge pull request #433 from janhq/fix/code-signing-new-data-plugin
...
Update code siging for new data plugin
2023-10-24 21:03:39 +07:00
Service Account
11bb52fd9d
Update code siging for new data plugin
2023-10-24 20:49:51 +07:00
Service Account
01b08d9283
janhq/jan: Update tag build 0.1.7
core-0.1.7
2023-10-24 04:52:33 +00:00
hiento09
122c31b9d8
Merge pull request #432 from janhq/chore/update-core-service-get-plugin-manifest
...
chore: update core service - get plugin manifest
2023-10-24 11:52:05 +07:00
Louis
bef07397b5
chore: update core service - get plugin manifest
2023-10-24 11:49:49 +07:00
Service Account
6c9069a1ad
janhq/jan: Update tag build 1.0.11 for inference-plugin
inference-plugin-1.0.11
2023-10-24 11:01:16 +07:00
Service Account
d406cb067c
janhq/jan: Update tag build 1.0.8 for data-plugin
data-plugin-1.0.8
2023-10-24 11:01:10 +07:00
Faisal Amir
539b467141
ui: interface revamp ( #429 )
...
* feat: adding create bot functionality
Signed-off-by: James <james@jan.ai>
* update the temperature progress bar
Signed-off-by: James <james@jan.ai>
* WIP baselayout
* Mapping plugins with available preferences
* Added loader component
* WIP working another screen
* Cleanup types and avoid import one by one
* Prepare bottom bar
* Add css variables colors to enable user select the accent
* Enable change accent color
* Seperate css variable
* Fix conflict
* Add blank state of my model empty
* Restyle explore models page
* Enable user config left sidebar
* Restyle my models page
* WIP styling chat page
* Restyling chat message
* Fix conflict
* Adde form preferences setting plugins
* Fixed form bot info
* Sidebar bot chat
* Showing rightbar for both setting when user created bot
* Fix style bot info
* Using overflow auto intead of scroll
* Remove script built UI from root package
* Fix missig import
* Resolve error linter
* fix e2e tests
Signed-off-by: James <james@jan.ai>
---------
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2023-10-24 10:59:12 +07:00
0xSage
e332a7c0bd
fix: update event loc
2023-10-24 09:42:47 +07:00
Service Account
454e5f6f5e
feat(adr-008) Initial commit
2023-10-24 06:54:25 +07:00
NamH
ec723ba0cc
fix: scroll on explore models does not work ( #427 )
...
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2023-10-23 08:59:06 -07:00
Service Account
c1a11d846c
janhq/jan: Update tag build 1.0.2 for retrieval-plugin
retrieval-plugin-1.0.2
2023-10-23 16:05:43 +07:00
Service Account
b4e982552f
janhq/jan: Update tag build 1.0.10 for inference-plugin
inference-plugin-1.0.10
2023-10-23 16:05:39 +07:00
hiento09
acdfe7e83b
Merge pull request #426 from janhq/chore/add-readme-retrieval-plugin
...
Add readme inference plugin
2023-10-23 16:04:36 +07:00
Service Account
e3f29d1526
Add readme
2023-10-23 16:03:17 +07:00
Service Account
25be90b4e3
janhq/jan: Update tag build 1.0.6 for openai-plugin
openai-plugin-1.0.6
2023-10-23 16:00:05 +07:00
Service Account
4b974ed500
janhq/jan: Update tag build 1.0.6 for monitoring-plugin
monitoring-plugin-1.0.6
2023-10-23 16:00:01 +07:00
Service Account
b80eb4ad03
janhq/jan: Update tag build 1.0.8 for model-management-plugin
model-management-plugin-1.0.8
2023-10-23 15:59:58 +07:00
Service Account
6f4b937b1c
janhq/jan: Update tag build 1.0.9 for inference-plugin
inference-plugin-1.0.9
2023-10-23 15:59:55 +07:00
Service Account
c74f3b31ce
janhq/jan: Update tag build 1.0.7 for data-plugin
data-plugin-1.0.7
2023-10-23 15:59:52 +07:00
NamH
6e2210cb22
feat: adding create bot functionality ( #368 )
...
* feat: adding create bot functionality
Signed-off-by: James <james@jan.ai>
* update the temperature progress bar
Signed-off-by: James <james@jan.ai>
* chore: remove tgz
Signed-off-by: James <james@jan.ai>
* update core dependency
Signed-off-by: James <james@jan.ai>
* fix e2e test
Signed-off-by: James <james@jan.ai>
---------
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2023-10-23 15:57:56 +07:00
hiento09
ec9e41e765
Merge pull request #425 from janhq/fix/plugin-catalog-create-pullrequest-failed
...
Add username to remote origin
2023-10-23 15:54:20 +07:00
Service Account
89e4c2c7a9
Add username to remote origin
2023-10-23 15:51:26 +07:00
Louis
c7b8f8c2d5
chore: install or update a plugin should not interrupt dev process ( #420 )
2023-10-23 06:17:46 +07:00
Service Account
bb5c430d1b
janhq/jan: Update tag build 1.0.8 for inference-plugin
inference-plugin-1.0.8
2023-10-21 18:09:22 -07:00
namvuong
1ad4dcfb1e
Merge pull request #421 from janhq/chore_update_nitro_deps
...
chore: Update nitro 0.1.2 windows/ linux
2023-10-21 18:08:44 -07:00
Service Account
5fc65cdcad
chore: Update nitro with/ without CUDA support - v0.1.2
2023-10-21 18:05:32 -07:00