Anirban Kar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fad41973e2 
							
						 
					 
					
						
						
							
							fix: api-key manager cleanup and log error on llm call ( #1077 )  
						
						 
						
						... 
						
						
						
						* fix: api-key manager cleanup and log error on llm call
* log improved 
						
					 
					
						2025-01-13 04:21:29 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eduard Ruzga 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3a298f1586 
							
						 
					 
					
						
						
							
							fix: cors issues from preview fixed by changing embedder policies ( #1056 )  
						
						 
						
						
	
		
			
	 
		 
	
	
		
	
	
		
			
				
	 
				Docker Publish / docker-build-publish (push) Waiting to run 
				
			 
		
			
				
	 
				Update Stable Branch / prepare-release (push) Waiting to run 
				
			 
		
		
	 
 
	 
						
					 
					
						2025-01-12 21:58:06 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								GaryStimson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6aaff63ca7 
							
						 
					 
					
						
						
							
							fix: bugfix in fetching API Key on base llm provider. ( #1063 )  
						
						 
						
						
						
					 
					
						2025-01-12 21:54:45 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Digitl Alchemyst 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							12c6b7abe5 
							
						 
					 
					
						
						
							
							Update README.md  
						
						 
						
						... 
						
						
	
		
			
	 
		 
	
	
		
	
	
		
			
				
	 
				Docker Publish / docker-build-publish (push) Has been cancelled 
				
			 
		
			
				
	 
				Update Stable Branch / prepare-release (push) Has been cancelled 
				
			 
		
		
	 
 
	 
						
						Add Todo 
						
					 
					
						2025-01-10 16:38:37 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Digitl Alchemyst 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							42030e1e20 
							
						 
					 
					
						
						
							
							Merge pull request  #1026  from dnielsen/patch-1  
						
						 
						
						... 
						
						
	
		
			
	 
		 
	
	
		
	
	
		
			
				
	 
				Docker Publish / docker-build-publish (push) Waiting to run 
				
			 
		
			
				
	 
				Update Stable Branch / prepare-release (push) Waiting to run 
				
			 
		
			
				
	 
				Docs CI/CD / build_docs (push) Has been cancelled 
				
			 
		
		
	 
 
	 
						
						chore: Update README.md with new model integration todo 
						
					 
					
						2025-01-10 11:51:25 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adithyan K 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							49bb17886a 
							
						 
					 
					
						
						
							
							fix: added ui indicator on how apikeys are set (UI/Env)  for api-key-manager component ( #732 )  
						
						 
						
						... 
						
						
						
						* fixed  #333 
* Added instruction in case api-key is not set.
* addressed some of the review changes:
1. moved function definiton to useCallback.
2. added a cache to store the env key status and the api call is made only on a cache miss.
* Manages the API-key entered via UI in a better way.
- Persist API keys in cookies when entered via UI
- Automatically load saved keys when switching between providers
- Preserve existing functionality for environment variable based keys
* Re-used map from utils/constants file.
* Code cleanup -  Removed redundant API key init in BaseChat as its already handled by APIKeyManager component. 
						
					 
					
						2025-01-10 21:26:31 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Leex 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6bf36a915c 
							
						 
					 
					
						
						
							
							docs: bugfix/formatting faq docs ( #1027 )  
						
						 
						
						... 
						
						
						
						* fixed formatting of faq and enhanced styling
* save
* did further improvements and fixing the sidebar
---------
Co-authored-by: Anirban Kar <thecodacus@gmail.com> 
						
					 
					
						2025-01-10 21:17:32 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siddharth V 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4fd5040355 
							
						 
					 
					
						
						
							
							feat: enhance chat import with multi-format support ( #936 )  
						
						 
						
						... 
						
						
	
		
			
	 
		 
	
	
		
	
	
		
			
				
	 
				Docker Publish / docker-build-publish (push) Has been cancelled 
				
			 
		
			
				
	 
				Update Stable Branch / prepare-release (push) Has been cancelled 
				
			 
		
		
	 
 
	 
						
						* feat: enhance chat import with multi-format support
- Add support for importing chats from different formats:
  - Standard Bolt format
  - Chrome extension format
  - History array format
  - Bolt export format
- Add Import Chats button to Data Management
- Add proper error handling and logging
- Update README with backup/restore feature
* refactor: simplify chat import formats
- Remove multi-format support from DataTab
- Keep only standard Bolt export formats
- Simplify ImportButtons to handle standard format only 
						
					 
					
						2025-01-07 16:46:42 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave Nielsen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3aed93aeed 
							
						 
					 
					
						
						
							
							Update README.md  
						
						 
						
						... 
						
						
						
						Added ⬜  Granite Integration 
						
					 
					
						2025-01-06 11:21:13 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anirban Kar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7004c897f7 
							
						 
					 
					
						
						
							
							updated docs ( #1025 )  
						
						 
						
						
	
		
			
	 
		 
	
	
		
	
	
		
			
				
	 
				Docker Publish / docker-build-publish (push) Waiting to run 
				
			 
		
			
				
	 
				Update Stable Branch / prepare-release (push) Waiting to run 
				
			 
		
			
				
	 
				Docs CI/CD / build_docs (push) Has been cancelled 
				
			 
		
		
	 
 
	 
						
					 
					
						2025-01-07 00:43:35 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Cole Medin 
							
						 
					 
					
						
						
						
						
							
						
						
							441b797f16 
							
						 
					 
					
						
						
							
							Adding resources page to index.md for docs.  
						
						 
						
						
						
					 
					
						2025-01-06 10:20:43 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Cole Medin 
							
						 
					 
					
						
						
						
						
							
						
						
							354f416559 
							
						 
					 
					
						
						
							
							Updating README with resources and small fixes.  
						
						 
						
						
						
					 
					
						2025-01-06 10:15:19 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anirban Kar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6f524fdf27 
							
						 
					 
					
						
						
							
							ci: added arm64 platform for docker published images ( #1021 )  
						
						 
						
						
						
					 
					
						2025-01-06 19:19:40 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anirban Kar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							78eb3a5f34 
							
						 
					 
					
						
						
							
							fix: streaming issue fixed for build versions ( #1006 )  
						
						 
						
						... 
						
						
						
						* fix: streaming issue fixed for build versions
* added keep-alive header 
						
					 
					
						2025-01-06 19:18:52 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anirban Kar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							49c7129ded 
							
						 
					 
					
						
						
							
							fix: ollama and lm studio url issue fix for docker and build ( #1008 )  
						
						 
						
						... 
						
						
						
						* fix: ollama and lm studio url issue fix for docker and build
* vite config fix 
						
					 
					
						2025-01-06 19:18:42 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								kunjabijukchhe 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3ecac25a35 
							
						 
					 
					
						
						
							
							feat: implement Claude 3, Claude3.5, Nova Pro, Nova Lite and Mistral model integration with AWS Bedrock ( #974 )  
						
						 
						
						... 
						
						
						
						* feat: Integrate AWS Bedrock with Claude 3.5 Sonnet, Claude 3 Sonnet, and Claude 3.5 Haiku
* update Dockerfile for AWS Bedrock configuration
* feat: add new Bedrock model 'Mistral' and update Haiku to version 3
* feat: add new bedrock model Nova Lite and Nova Pro
* Update README documentation to reflect the latest changes
* Add the icon for aws bedrock
* add support for serialized AWS Bedrock configuration in api key 
						
					 
					
						2025-01-06 17:49:16 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anirban Kar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7e39e924e1 
							
						 
					 
					
						
						
							
							reverted visibility change ( #1018 )  
						
						 
						
						
	
		
			
	 
		 
	
	
		
	
	
		
			
				
	 
				Docker Publish / docker-build-publish (push) Waiting to run 
				
			 
		
			
				
	 
				Update Stable Branch / prepare-release (push) Waiting to run 
				
			 
		
		
	 
 
	 
						
					 
					
						2025-01-06 14:05:01 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anirban Kar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f2546f12d8 
							
						 
					 
					
						
						
							
							ci: added visibility change to public for docker image publish ( #1017 )  
						
						 
						
						
						
					 
					
						2025-01-06 13:57:16 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								twsl 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							77f8a368a2 
							
						 
					 
					
						
						
							
							ci: fix docker image workflow permissions ( #1013 )  
						
						 
						
						... 
						
						
						
						* Update docker.yaml
* Fix indentation in docker workflow file 
						
					 
					
						2025-01-06 10:34:31 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								twsl 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							02a3abd892 
							
						 
					 
					
						
						
							
							ci: docker Image creation pipeline ( #1011 )  
						
						 
						
						... 
						
						
	
		
			
	 
		 
	
	
		
	
	
		
			
				
	 
				Docker Publish / docker-build-publish (push) Waiting to run 
				
			 
		
			
				
	 
				Update Stable Branch / prepare-release (push) Waiting to run 
				
			 
		
		
	 
 
	 
						
						* Create docker.yaml
* Add build target
* Use build target var
* Use github token instead 
						
					 
					
						2025-01-06 03:32:36 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Siddarth 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6437ceb5dd 
							
						 
					 
					
						
						
							
							fix: added XAI to docker config ( #274 )  
						
						 
						
						... 
						
						
						
						* commit
* Create .env.example
* Update docker-compose.yaml
---------
Co-authored-by: Anirban Kar <thecodacus@gmail.com> 
						
					 
					
						2025-01-06 03:18:07 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Cole Medin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							481268b941 
							
						 
					 
					
						
						
							
							docs: updating copyright in LICENSE ( #796 )  
						
						 
						
						
						
					 
					
						2025-01-06 03:10:26 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anirban Kar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							59cae5733d 
							
						 
					 
					
						
						
							
							fix: git private clone with custom proxy ( #1010 )  
						
						 
						
						... 
						
						
						
						* cookie fix
* fix: git private clone with custom proxy
* list -fix 
						
					 
					
						2025-01-06 01:54:55 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eduard Ruzga 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b1f9380c30 
							
						 
					 
					
						
						
							
							fix: introduce our own cors proxy for git import to fix 403 errors on isometric git cors proxy ( #924 )  
						
						 
						
						... 
						
						
	
		
			
	 
		 
	
	
		
	
	
		
			
				
	 
				Update Stable Branch / prepare-release (push) Waiting to run 
				
			 
		
		
	 
 
	 
						
						* Exploration of improving git import
* Fix our own git proxy
* Clean out file counting for progress, does not seem to work well anyways 
						
					 
					
						2025-01-05 17:26:02 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eduard Ruzga 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							31e03ce99f 
							
						 
					 
					
						
						
							
							Merge pull request  #961  from Gaurav-Wankhede/main  
						
						 
						
						... 
						
						
	
		
			
	 
		 
	
	
		
	
	
		
			
				
	 
				Update Stable Branch / prepare-release (push) Has been cancelled 
				
			 
		
		
	 
 
	 
						
						fix: updated hyperbolic link 
						
					 
					
						2025-01-01 19:43:33 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gaurav-Wankhede 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e9852bfb22 
							
						 
					 
					
						
						
							
							Update hyperbolic.ts  
						
						 
						
						... 
						
						
						
						Changed updated Hyperbolic Settings link 
						
					 
					
						2025-01-01 17:59:11 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anirban Kar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d2ba8d3be3 
							
						 
					 
					
						
						
							
							fix: show warning on starter template failure and continue ( #960 )  
						
						 
						
						
	
		
			
	 
		 
	
	
		
	
	
		
			
				
	 
				Update Stable Branch / prepare-release (push) Waiting to run 
				
			 
		
		
	 
 
	 
						
					 
					
						2025-01-01 13:39:09 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								github-actions[bot] 
							
						 
					 
					
						
						
						
						
							
						
						
							608d9338a8 
							
						 
					 
					
						
						
							
							chore: release version 0.0.5  
						
						 
						
						
	
		
			
	 
		 
	
	
		
	
	
		
			
				
	 
				Update Stable Branch / prepare-release (push) Waiting to run 
				
			 
		
		
	 
 
	 
						
					 
					
						2024-12-31 22:28:11 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anirban Kar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							67d984c52c 
							
						 
					 
					
						
						
							
							fix: hotfix auto select starter template works without github token #release ( #959 )  
						
						 
						
						... 
						
						
						
						* fix: hotfix starter template fix, updated header link to use navigate
* template auth fix
* updated changelog script 
						
					 
					
						2025-01-01 03:57:55 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								github-actions[bot] 
							
						 
					 
					
						
						
						
						
							
						
						
							1cf83454ed 
							
						 
					 
					
						
						
							
							chore: release version 0.0.4  
						
						 
						
						
						
					 
					
						2024-12-31 17:17:50 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anirban Kar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6494f5ac2e 
							
						 
					 
					
						
						
							
							fix: updated logger and model caching minor bugfix #release ( #895 )  
						
						 
						
						... 
						
						
						
						* fix: updated logger and model caching
* usage token stream issue fix
* minor changes
* updated starter template change to fix the app title
* starter template bigfix
* fixed hydretion errors and raw logs
* removed raw log
* made auto select template false by default
* more cleaner logs and updated logic to call dynamicModels only if not found in static models
* updated starter template instructions
* browser console log improved for firefox
* provider icons fix icons 
						
					 
					
						2024-12-31 22:47:32 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anirban Kar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							389eedcac4 
							
						 
					 
					
						
						
							
							fix: better model loading ui feedback and model list update ( #954 )  
						
						 
						
						... 
						
						
	
		
			
	 
		 
	
	
		
	
	
		
			
				
	 
				Update Stable Branch / prepare-release (push) Waiting to run 
				
			 
		
		
	 
 
	 
						
						* fix: better model loading feedback and model list update
* added load on providersettings  update 
						
					 
					
						2024-12-31 19:22:46 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eduard Ruzga 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							55cfd5d4ee 
							
						 
					 
					
						
						
							
							fix: refresh model list after api key changes ( #944 )  
						
						 
						
						
	
		
			
	 
		 
	
	
		
	
	
		
			
				
	 
				Update Stable Branch / prepare-release (push) Waiting to run 
				
			 
		
		
	 
 
	 
						
					 
					
						2024-12-30 23:35:08 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Arsalaan Ahmed 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e00264236e 
							
						 
					 
					
						
						
							
							feat: added hyperbolic llm models ( #943 )  
						
						 
						
						... 
						
						
						
						* Added Hyperbolic Models
* Fix: Fixed problem in connecting with hyperbolic models
* added dynamic models for hyperbolic
* removed logs 
						
					 
					
						2024-12-30 23:26:33 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eduard Ruzga 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							93c2a6e81d 
							
						 
					 
					
						
						
							
							Merge pull request  #939  from juanmcampos/fix-project-import-button  
						
						 
						
						... 
						
						
						
						fix: import folder filtering 
						
					 
					
						2024-12-30 19:39:27 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eduard Ruzga 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4c81cb02e1 
							
						 
					 
					
						
						
							
							fix: add defaults for LMStudio to work out of the box ( #928 )  
						
						 
						
						
	
		
			
	 
		 
	
	
		
	
	
		
			
				
	 
				Update Stable Branch / prepare-release (push) Waiting to run 
				
			 
		
		
	 
 
	 
						
					 
					
						2024-12-30 17:50:13 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Juan Manuel Campos Olvera 
							
						 
					 
					
						
						
						
						
							
						
						
							6e3b5dcbd7 
							
						 
					 
					
						
						
							
							fix: import folder filtering  
						
						 
						
						
						
					 
					
						2024-12-29 20:21:49 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anirban Kar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4c81e154a0 
							
						 
					 
					
						
						
							
							feat: added Automatic Code Template Detection And Import ( #867 )  
						
						 
						
						... 
						
						
	
		
			
	 
		 
	
	
		
	
	
		
			
				
	 
				Update Stable Branch / prepare-release (push) Waiting to run 
				
			 
		
		
	 
 
	 
						
						* initial setup
* updated template list
* added optional switch to control this feature
* removed some logs 
						
					 
					
						2024-12-29 15:52:37 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anirban Kar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3a36a4469a 
							
						 
					 
					
						
						
							
							feat: redact file contents from chat and put latest files into system prompt  ( #904 )  
						
						 
						
						
						
					 
					
						2024-12-29 15:36:31 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eduard Ruzga 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aecd9b1b40 
							
						 
					 
					
						
						
							
							fix: detect and remove markdown block syntax that llms sometimes hallucinate for file actions ( #886 )  
						
						 
						
						... 
						
						
						
						* Clean out markdown syntax
* Remove identation removal
* Improve for streaming 
						
					 
					
						2024-12-29 15:23:20 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anirban Kar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4844db82fa 
							
						 
					 
					
						
						
							
							ci: improved change-log generation script and cleaner release ci action ( #896 )  
						
						 
						
						... 
						
						
						
						* build: improved-changelog
* added a better change log script
* improved changelog script
* improved change log script 
						
					 
					
						2024-12-26 00:58:42 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eduard Ruzga 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7eee0386ff 
							
						 
					 
					
						
						
							
							feat: catch errors from web container preview and show in actionable alert so user can send them to AI for fixing ( #856 )  
						
						 
						
						... 
						
						
						
						* Catch errors from web container
* Show fix error popup on errors in preview
* Remove unneeded action type
* PR comments
* Cleanup urls in stacktrace
---------
Co-authored-by: Anirban Kar <thecodacus@gmail.com> 
						
					 
					
						2024-12-25 03:05:44 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anirban Kar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fc4f89f806 
							
						 
					 
					
						
						
							
							feat: add Starter template menu in homepage ( #884 )  
						
						 
						
						... 
						
						
						
						* added icons and component
* updated unocss to add dynamic icons
* removed temp logs
* updated readme 
						
					 
					
						2024-12-24 22:37:28 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anirban Kar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8185fd56ca 
							
						 
					 
					
						
						
							
							fix: check for updates does not look for commit.json now ( #861 )  
						
						 
						
						
						
					 
					
						2024-12-24 13:34:46 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Parker 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d673206952 
							
						 
					 
					
						
						
							
							docs: updated env.example of OLLAMA & LMSTUDIO base url ( #877 )  
						
						 
						
						... 
						
						
						
						* correct OLLAMA_API_BASE_URL
* correct OLLAMA_API_BASE_URL
* correct OLLAMA_API_BASE_URL 
						
					 
					
						2024-12-24 13:32:04 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eduard Ruzga 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							79e7e75228 
							
						 
					 
					
						
						
							
							Merge pull request  #797  from thecodacus/terminal-error-detection  
						
						 
						
						... 
						
						
						
						feat: enhanced Terminal Error Handling and Alert System 
						
					 
					
						2024-12-23 14:25:39 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dustin Loring 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1f938fca40 
							
						 
					 
					
						
						
							
							feat; data tab added to the settings  
						
						 
						
						... 
						
						
						
						added a data tab to the settings
removed chat history 
						
					 
					
						2024-12-22 06:20:14 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anirban Kar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8b58c7a0fb 
							
						 
					 
					
						
						
							
							fix: ollama provider module base url hotfix for docker ( #863 )  
						
						 
						
						... 
						
						
						
						* fix: ollama base url hotfix
* cleanup logic 
						
					 
					
						2024-12-22 01:25:48 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anirban Kar 
							
						 
					 
					
						
						
						
						
							
						
						
							13b208df46 
							
						 
					 
					
						
						
							
							better osc code cleanup  
						
						 
						
						
						
					 
					
						2024-12-22 01:01:06 +05:30  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Anirban Kar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d8943f9474 
							
						 
					 
					
						
						
							
							fix: provider menu dropdown fix (ghost providers) ( #862 )  
						
						 
						
						
						
					 
					
						2024-12-21 23:31:19 +05:30