Commit Graph

384 Commits

Author SHA1 Message Date
Luc BOLOGNA
351b6b8fcb Update .gitignore
Modified the .gitignore file to ignore all .vs directories at any level within the project's directory structure. The line /.vs has been replaced with **/.vs.
2024-12-26 13:09:16 +01:00
Luc BOLOGNA
2d87d3751d **Update .gitignore and improve build.nu script**:
- Updated the `.gitignore` file to ignore Visual Studio's `.vs` directories.
- Modified the `update_dotnet_version` function in `build.nu` to enhance the regular expression used for parsing information from the `dotnet --info` command.

**Changes:**
1. **Updated .gitignore:**
   - Added patterns to ignore Visual Studio's `.vs` directories to keep the repository clean and reduce unnecessary files tracked by Git.

2. **Improved build.nu Script:**
   - Fixed an issue with the `nu build.nu publish` command under Windows 11, Visual Studio 2022, and .NET SDK 9.
   - Updated the regular expression in the `update_dotnet_version` function to correctly parse the version information from the `dotnet --info` output.

**Example Output of `dotnet --info`:**
```plaintext
.NET SDK:
 Version:           9.0.101
 Commit:            eedb237549
 Workload version:  9.0.100-manifests.4a280210
 MSBuild version:   17.12.12+1cce77968

[...]

Host:
  Version:      9.0.0
  Architecture: x64
  Commit:       9d5a6a9aa4
```
2024-12-26 13:02:06 +01:00
Thorsten Sommer
02b6f526da
Added CFF (#234) 2024-12-13 15:16:26 +01:00
Thorsten Sommer
a365539282
Renamed EDI to ERI (#233) 2024-12-13 14:33:38 +01:00
Thorsten Sommer
7250b270f5
Prepared release v0.9.22 (#230) 2024-12-04 12:04:39 +01:00
Thorsten Sommer
d437d08640
Updated readme (#229) 2024-12-04 11:53:49 +01:00
Thorsten Sommer
61f7a3dd72
Fixed bugs related to the workspaces component (#228) 2024-12-04 11:44:12 +01:00
Thorsten Sommer
55d7895f58
Added preview feature configuration (#227) 2024-12-03 21:02:37 +01:00
Thorsten Sommer
e2859b3d76
Define the writer mode as experimental preview (#226) 2024-12-03 15:52:45 +01:00
Thorsten Sommer
0a951ead3e
Added the writer mode experiment (#167) 2024-12-03 15:32:38 +01:00
Thorsten Sommer
432ae30fdf
Updated RAG tasks (#225) 2024-12-03 15:28:21 +01:00
Thorsten Sommer
799112eb9d
Added embedding configurations (#224) 2024-12-03 15:24:40 +01:00
Thorsten Sommer
f806ee28c5
Updated readme (#223) 2024-11-24 10:19:05 +01:00
Thorsten Sommer
32ff143b21
Added configuration for preview feature visibility (#222) 2024-11-24 10:11:56 +01:00
Thorsten Sommer
90a1f681c5
Readme: added link to o1 issue (#221) 2024-11-24 09:41:59 +01:00
Thorsten Sommer
99fe9f3a4f
Updated RAG tasks (#220) 2024-11-23 13:35:42 +01:00
Thorsten Sommer
cf8a9800f3
Prepared release v0.9.21 (#219) 2024-11-23 13:25:24 +01:00
Thorsten Sommer
f57e971f80
Upgraded dependencies (#218) 2024-11-23 13:19:43 +01:00
Thorsten Sommer
0d104f5abc
Remember chat provider (#217) 2024-11-23 13:04:02 +01:00
Thorsten Sommer
ba6b8d2b3c
Fixed auto-save when sending assistant results to a new chat (#216) 2024-11-23 10:54:58 +01:00
Thorsten Sommer
1c72c4d6ec
Migrated to use the shared random instance (#214) 2024-11-16 12:20:04 +01:00
Thorsten Sommer
4ca5aba58f
Fixed workspace titles (#213) 2024-11-16 11:59:09 +01:00
Thorsten Sommer
c4d2574508
Prepared release v0.9.20 (#212) 2024-11-15 21:50:12 +01:00
Thorsten Sommer
ceac9cefe5
Fixed bugs related to storing and loading chats (#211) 2024-11-15 21:22:57 +01:00
Thorsten Sommer
ebe2ad62c6
Prepared release v0.9.19 (#210) 2024-11-14 07:03:01 +01:00
Thorsten Sommer
9c0dea9927
Updated supporters (#209) 2024-11-14 06:54:19 +01:00
Thorsten Sommer
d2a2d658e6
Fixed a bug regarding hostnames of self-hosted providers (#208) 2024-11-14 06:39:35 +01:00
Thorsten Sommer
d82427ba56
Upgraded dependencies (#207) 2024-11-14 06:24:29 +01:00
Thorsten Sommer
386121d198
Updated RAG news (#206) 2024-11-13 20:42:41 +01:00
Thorsten Sommer
f9245d52c2
Added provider metadata regarding embeddings (#205) 2024-11-13 20:33:52 +01:00
Thorsten Sommer
9fa2a1a135
Updated readme (#203) 2024-11-10 10:41:20 +01:00
Thorsten Sommer
69288699b3
Prepared v0.9.18 (#202) 2024-11-09 22:16:37 +01:00
Thorsten Sommer
826d15729b
Added the Google provider (#201) 2024-11-09 22:04:00 +01:00
Thorsten Sommer
2ae40c59a3
Added Groq provider (#200) 2024-11-09 20:13:14 +01:00
Thorsten Sommer
119100bbce
Cleaned bias descriptions (#199) 2024-11-09 19:37:54 +01:00
Thorsten Sommer
f92fab24b3
Updated RAG tasks (#198) 2024-11-08 22:49:09 +01:00
Thorsten Sommer
671abf3b07
Updated RAG tasks (#196) 2024-11-05 21:42:46 +01:00
Thorsten Sommer
d0a366258a
Refactored runtime (#192) 2024-11-05 21:39:21 +01:00
Thorsten Sommer
58d7478f3a
Updated RAG tasks (#195) 2024-11-05 14:35:54 +01:00
Thorsten Sommer
e8216b70a5
Added new Anthropic model claude-3-5-heiku-20241022 (#194) 2024-11-05 08:43:16 +01:00
Thorsten Sommer
152d5f9b4f
Added PR regarding runtime refactoring (#193) 2024-11-04 20:48:25 +01:00
Thorsten Sommer
f1104c5e09
Created RAG task list (#190) 2024-11-03 21:39:29 +01:00
Thorsten Sommer
3ccb097705
Updated news section (#189) 2024-11-03 20:52:31 +01:00
Thorsten Sommer
b9416e66c3
Prepared release v0.9.17 (#188) 2024-11-03 12:17:04 +01:00
Thorsten Sommer
9f576e8572
Added new Anthropic models (#187) 2024-11-03 12:06:54 +01:00
Thorsten Sommer
629613f75a
Prepared release v0.9.16 (#186) 2024-11-02 23:13:30 +01:00
Thorsten Sommer
abbb8c1650
Fixed the appearance of the "no diff" message for text diffs (#185) 2024-11-02 23:03:07 +01:00
Thorsten Sommer
d2ac4e26b0
Added workspace display options (#184) 2024-11-02 22:53:02 +01:00
Thorsten Sommer
bd97c0fb4b
Fixed the "send to" issue, where you could select the bias-of-the-day (#183) 2024-11-02 11:55:09 +01:00
Thorsten Sommer
8bd54e6d61
Added second supporter (#182) 2024-11-02 11:40:17 +01:00