Dustin Loring
|
78d5202360
|
Merge pull request #10 from SujalXplores/feat/prompt-caching
Feat/prompt caching
|
2024-12-01 07:31:40 -05:00 |
|
Dustin Loring
|
2803f8504e
|
Merge pull request #11 from PuneetP16/fix-artifact-code-block-rendering
[fix]: artifact actionlist rendering in chat
|
2024-12-01 07:31:16 -05:00 |
|
Dustin Loring
|
35107ad2c5
|
Update ExamplePrompts.tsx
|
2024-12-01 07:30:17 -05:00 |
|
Dustin Loring
|
c4347cb10d
|
added collapsable chat area
|
2024-12-01 07:23:15 -05:00 |
|
Dustin Loring
|
9d826371a6
|
Update docker-compose.yaml
|
2024-12-01 07:17:34 -05:00 |
|
Dustin Loring
|
416f7f9097
|
Update constants.ts
|
2024-12-01 07:15:25 -05:00 |
|
Dustin Loring
|
88479fec94
|
Merge pull request #9 from lassecapel/feat-add-custom-project-name
Feat add custom project name
|
2024-12-01 07:06:58 -05:00 |
|
Dustin Loring
|
cb1fd38df6
|
liniting fix
Fixes linting issues
|
2024-12-01 05:44:20 -05:00 |
|
Dustin Loring
|
651a4f8792
|
Updated README Headings and Ollama Section
Updated README.md Headings
Removed Ollama Section
Added Ollama env's info
|
2024-12-01 05:31:02 -05:00 |
|
Anirban Kar
|
eb7676577d
|
Merge pull request #488 from thecodacus/github-action-fix-for-docs
GitHub action fix for docs
|
2024-12-01 12:11:07 +05:30 |
|
Anirban Kar
|
630e421e38
|
fix: updated ci
|
2024-12-01 12:09:00 +05:30 |
|
Anirban Kar
|
fe45651f79
|
Merge pull request #427 from PuneetP16/fix-app-reload
[fix]: shell commands execution failure on app reload
|
2024-11-30 03:03:05 +05:30 |
|
Anirban Kar
|
5add317b1a
|
Update action-runner.ts
needed to return promise for proper artifact chaining
|
2024-11-30 03:00:53 +05:30 |
|
Anirban Kar
|
41da9c8690
|
Merge branch 'coleam00:main' into main
|
2024-11-30 02:19:11 +05:30 |
|
Anirban Kar
|
02f4de4ea5
|
Merge pull request #440 from SujalXplores/feat/search-chats
Add search chats support
|
2024-11-30 02:02:30 +05:30 |
|
Cole Medin
|
a0ba540b77
|
Merge pull request #460 from oTToDev-CE/ollama-model-not-respected
Ollama not respecting model selection
|
2024-11-29 14:08:28 -06:00 |
|
Anirban Kar
|
16640557d2
|
Merge pull request #445 from thecodacus/docs
docs: added documentation creation framework
|
2024-11-30 01:03:03 +05:30 |
|
Anirban Kar
|
ccde238c2e
|
Merge branch 'docs'
|
2024-11-30 01:01:37 +05:30 |
|
Dustin Loring
|
61c2a8b325
|
fix
|
2024-11-29 13:12:47 -05:00 |
|
Eduard Ruzga
|
802293fc20
|
Merge pull request #455 from oTToDev-CE/image-size
Socail Image - Filesize and Image size
|
2024-11-29 19:26:55 +02:00 |
|
Eduard Ruzga
|
9c1bcc3b68
|
Merge pull request #456 from oTToDev-CE/dependabot/npm_and_yarn/npm_and_yarn-4762c9dd00
Bump the npm_and_yarn group across 1 directory with 9 updates
|
2024-11-29 19:24:05 +02:00 |
|
dependabot[bot]
|
34b1235742
|
Bump the npm_and_yarn group across 1 directory with 9 updates
Bumps the npm_and_yarn group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.3.1` | `5.3.6` |
| [cross-spawn](https://github.com/moxystudio/node-cross-spawn) | `7.0.3` | `7.0.6` |
| [elliptic](https://github.com/indutny/elliptic) | `6.5.6` | `6.6.1` |
| [express](https://github.com/expressjs/express) | `4.19.2` | `4.21.1` |
| [micromatch](https://github.com/micromatch/micromatch) | `4.0.7` | `4.0.8` |
| [rollup](https://github.com/rollup/rollup) | `4.18.0` | `4.27.4` |
Updates `vite` from 5.3.1 to 5.3.6
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.3.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.3.6/packages/vite)
Updates `cross-spawn` from 7.0.3 to 7.0.6
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)
Updates `elliptic` from 6.5.6 to 6.6.1
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.6...v6.6.1)
Updates `express` from 4.19.2 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.1)
Updates `micromatch` from 4.0.7 to 4.0.8
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.7...4.0.8)
Updates `path-to-regexp` from 0.1.7 to 0.1.10
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.7...v0.1.10)
Updates `rollup` from 4.18.0 to 4.27.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.18.0...v4.27.4)
Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0)
Updates `serve-static` from 1.15.0 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](https://github.com/expressjs/serve-static/compare/v1.15.0...v1.16.2)
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: cross-spawn
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: elliptic
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: express
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: micromatch
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: path-to-regexp
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: rollup
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: send
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: serve-static
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-11-29 16:32:26 +00:00 |
|
Dustin Loring
|
d6f1036c39
|
reduced the filesize by over 7x, reduced image size to 1200x600
|
2024-11-29 10:33:05 -05:00 |
|
Anirban Kar
|
05e5ec8dd6
|
updated CI name
|
2024-11-28 18:55:21 +05:30 |
|
Anirban Kar
|
2a72c2fe92
|
pipeline fix
|
2024-11-28 18:53:27 +05:30 |
|
Anirban Kar
|
81d8615d76
|
updated name
|
2024-11-28 18:27:19 +05:30 |
|
Anirban Kar
|
151fdb1a28
|
Merge branch 'main' into docs
|
2024-11-28 18:21:35 +05:30 |
|
Anirban Kar
|
1ce7a423dc
|
added faq
|
2024-11-28 18:09:55 +05:30 |
|
Sujal Shah
|
b4712738fe
|
feat: search chats
|
2024-11-27 18:37:54 +05:30 |
|
SujalXplores
|
62bdbc416c
|
chore(doc): add prompt caching to README
|
2024-11-27 00:21:57 +05:30 |
|
SujalXplores
|
394d1439c1
|
feat: prompt caching
|
2024-11-27 00:17:00 +05:30 |
|
PuneetP16
|
43839b1318
|
[fix]: artifact actionlist rendering in chat
|
2024-11-26 15:45:49 +05:30 |
|
PuneetP16
|
4fb64800d3
|
[fix]: shell commands failing on app reload
|
2024-11-26 14:24:41 +05:30 |
|
Eduard Ruzga
|
9b62edd910
|
Merge pull request #413 from wonderwhy-er/Import-folder
(Ready for Review) Start chat with Folder Import
|
2024-11-26 10:03:29 +02:00 |
|
Eduard Ruzga
|
d41a4acb89
|
Merge pull request #422 from SujalXplores/feat/improve-sidebar
Feat/improve sidebar
|
2024-11-26 09:32:25 +02:00 |
|
Eduard Ruzga
|
60cfb5a0b7
|
Merge pull request #411 from SujalXplores/fix/prettier-issue
fix: prettier issue
|
2024-11-26 09:31:12 +02:00 |
|
Eduard Ruzga
|
f0a668b811
|
Merge pull request #378 from mrsimpson/force-local-linting
Force local linting
|
2024-11-25 23:30:39 +02:00 |
|
Eduard Ruzga
|
574f0a05b3
|
Merge pull request #414 from SujalXplores/fix/eslint-issues
fix: silent eslint issues
|
2024-11-25 23:13:28 +02:00 |
|
eduardruzga
|
15d490dda4
|
Merge with master fixes
|
2024-11-25 19:57:53 +02:00 |
|
eduardruzga
|
e2d4b0a4f2
|
Merge remote-tracking branch 'coleam00/main' into Import-folder
# Conflicts:
# app/components/chat/BaseChat.tsx
|
2024-11-25 19:52:50 +02:00 |
|
eduardruzga
|
050bf2028f
|
Added parsing if ignore file and added handling of binary files
|
2024-11-25 19:50:01 +02:00 |
|
Cole Medin
|
66ef47cf73
|
Added roadmap to README FAQ
|
2024-11-25 09:40:52 -06:00 |
|
Cole Medin
|
23df7ae1b6
|
Created FAQ at bottom of README
|
2024-11-25 09:29:50 -06:00 |
|
SujalXplores
|
0ebd4a6a38
|
fix: tooltip UI
|
2024-11-25 20:46:49 +05:30 |
|
SujalXplores
|
b8b25baf5c
|
refactor: improve history item hover states and interactions
|
2024-11-25 20:46:17 +05:30 |
|
SujalXplores
|
dafe934d99
|
fix: sidebar scroll always showing up
|
2024-11-25 20:43:56 +05:30 |
|
Anirban Kar
|
f8987bec55
|
Merge pull request #412 from wonderwhy-er/Cleanup-extract-import-button
Small-cleanup-of-base-chat-component
|
2024-11-25 18:11:05 +05:30 |
|
Sujal Shah
|
12dcb8deb3
|
fix: add browser environment check for local API calls
|
2024-11-25 17:54:29 +05:30 |
|
Sujal Shah
|
f94165a421
|
fix: silent eslint issues
|
2024-11-25 14:00:18 +05:30 |
|
eduardruzga
|
3d2ab89cdc
|
Proof of concept for folder import
|
2024-11-25 10:24:03 +02:00 |
|