Commit Graph

1421 Commits

Author SHA1 Message Date
LeonOstrez
1067cb75fd Merge pull request #759 from Pythagora-io/anthropic
Experimental support for Anthropic Claude API
2024-03-19 19:20:15 -07:00
Senko Rasic
71b8d77de7 add Anthropic settings to .env.example 2024-03-19 18:54:39 -07:00
Senko Rasic
dac903dd77 add React/JS starter template (using Vite as the dev server) 2024-03-19 18:47:42 -07:00
LeonOstrez
66339d6c8e Merge pull request #755 from Pythagora-io/dotenv-first
Prefer settings in .env over environment variables
2024-03-19 17:13:13 -07:00
Senko Rasic
59d9061170 Experimental support for Anthropic Claude API 2024-03-19 16:35:05 -07:00
Senko Rasic
deea438008 update tests as well for the dotenv override change 2024-03-18 19:04:54 -07:00
Senko Rasic
8f6e593628 Prefer settings in .env over environment variables 2024-03-18 17:31:53 -07:00
LeonOstrez
a08b470155 update version to 0.1.6 0.1.6 2024-03-16 23:39:38 -07:00
LeonOstrez
0180c18bed Merge pull request #743 from Pythagora-io/development
Development
2024-03-16 23:38:52 -07:00
LeonOstrez
c2354df164 add button so that users dont accidentally start example project 2024-03-16 23:37:43 -07:00
LeonOstrez
fc37306a62 Merge pull request #737 from Pythagora-io/dotenv-problem-help
give clear instructions how to finish setting up incomplete venv
2024-03-16 23:36:22 -07:00
Senko Rasic
7df14a53f0 give clear instructions how to finish setting up incomplete python virtual environment 2024-03-15 18:10:27 +01:00
LeonOstrez
2118da3f6d log fixes 2024-03-15 00:54:41 -07:00
Pratham Dubey
e4e8e1354d Issue #727 added the missing OPENAI_ENDPOINT env entry in the Docker file 2024-03-14 21:35:14 +05:30
LeonOstrez
f2b8d8cae8 update version to 0.1.5 0.1.5 2024-03-12 00:32:37 -07:00
LeonOstrez
e42daa315d Merge pull request #717 from Pythagora-io/development
Development
2024-03-12 00:32:05 -07:00
LeonOstrez
b76e3d3a42 Merge pull request #716 from Pythagora-io/fix-iteration
hardcode troubleshooter questions
2024-03-12 00:30:29 -07:00
LeonOstrez
68cc1ceec4 add continue button to extension 2024-03-11 23:07:14 -07:00
LeonOstrez
02037b862e update version to 0.1.4 0.1.4 2024-03-11 08:56:22 -07:00
LeonOstrez
5a271f6303 Merge pull request #714 from Pythagora-io/development
Development
2024-03-11 08:55:45 -07:00
LeonOstrez
1f8fa5e4f9 Merge pull request #713 from Pythagora-io/fix-dotenv
prefer cli args over environment flags (so ext can override)
2024-03-11 08:54:50 -07:00
Senko Rasic
a64c8f4c11 prefer cli args over environment flags (so ext can override) 2024-03-11 15:43:55 +01:00
LeonOstrez
fb2b698464 update version to 0.1.3 0.1.3 2024-03-10 19:19:59 -07:00
LeonOstrez
89a6c64c35 Merge pull request #712 from Pythagora-io/development
Development
2024-03-10 19:16:00 -07:00
LeonOstrez
e1c5a0003c Merge pull request #711 from Pythagora-io/key-expired-more-info
show more information on key expired error
2024-03-10 18:16:55 -07:00
LeonOstrez
3a8e7321a8 add logging endpoint when getting 401 from bricks 2024-03-10 18:16:20 -07:00
LeonOstrez
33135fa680 hardcode troubleshooter questions 2024-03-10 17:35:56 -07:00
Senko Rasic
fa4b5c842e show more information on key expired error 2024-03-10 23:09:08 +01:00
LeonOstrez
b741e9eb1e Update README.md 2024-03-08 18:35:11 -08:00
zvone187
dcfe433a87 Update README.md 2024-03-08 13:12:57 -08:00
LeonOstrez
6743d5f30c update version to 0.1.2 0.1.2 2024-03-06 21:28:03 -08:00
LeonOstrez
483f868c4f update readme 2024-03-06 21:27:29 -08:00
LeonOstrez
0ee3fb4f67 Merge pull request #705 from Pythagora-io/fix-stats
fix gathering and printing stats
2024-03-06 18:51:16 -08:00
Senko Rasic
9d1bfae8aa fix gathering and printing stats even when not sending them to the server
This is used for extension to show stats in the UI
2024-03-06 21:44:23 +01:00
LeonOstrez
13eba249af add gemfile to KNOWN_FILES 2024-03-05 14:11:11 -08:00
Senko Rasic
01c40eb4fc update tests to not fail on v0.1.x 2024-03-05 11:43:28 +01:00
LeonOstrez
a2aae75049 update version to 0.1.0 0.1.0 2024-03-05 01:45:38 -08:00
LeonOstrez
67a721ddf9 Merge pull request #695 from Pythagora-io/development
Development
2024-03-05 01:43:19 -08:00
LeonOstrez
3612d5aafc Merge pull request #702 from Pythagora-io/small-fixes
multiple small fixes
2024-03-04 23:55:05 -08:00
LeonOstrez
6cccbf2c47 multiple small fixes 2024-03-04 23:46:28 -08:00
Senko Rašić
85cbb43096 Merge pull request #700 from Pythagora-io/env
prefer env over args for key/endpoint
2024-03-05 07:39:27 +01:00
LeonOstrez
d1339039b6 use API key and endpoint from .env if it is empty then use from args. Args are mainly for extension. 2024-03-04 21:34:48 -08:00
LeonOstrez
bd69585e81 Merge pull request #699 from Pythagora-io/bricks-key-expiry-handling
report expired bricks keys to extension
2024-03-04 12:48:08 -08:00
LeonOstrez
87f11c797a fix f-string without any placeholders 2024-03-04 12:45:28 -08:00
Senko Rasic
0330eca0e9 report expired bricks keys to extension 2024-03-04 19:42:26 +01:00
LeonOstrez
8834387ebe Merge pull request #694 from Pythagora-io/misc-fixes
Misc fixes
2024-03-02 09:31:41 -08:00
Senko Rasic
e31c67667d improve agentic prints 2024-03-02 10:29:46 +01:00
Senko Rasic
2c3c85c018 misc fixes
* add more files to known filenames and default ignores
* gracefully ignore file creation/removal OS errors
* handle user inputs larger than 64k
* show nice error message for TokenLimitError
* fix incorrect llm response stored in case of TokenLimitError
* gracefully handle edge case when saving template files
2024-03-02 10:29:46 +01:00
Senko Rašić
80a73c0185 Merge pull request #693 from Pythagora-io/fixes
Fixes
2024-03-02 09:56:34 +01:00
LeonOstrez
4c632a8fd2 add task review description to bug report generator, refactor message for loading of project, minor changes for extension logs 2024-03-01 19:23:56 -08:00