Commit graph

2143 commits

Author SHA1 Message Date
Matt Rubens
ce76ba2cae
Update README.md 2025-02-02 15:16:27 -05:00
Matt Rubens
3e303ea22e
Merge pull request #742 from RooVetGit/discord_fix_again
Discord fix again
2025-02-02 15:15:40 -05:00
Matt Rubens
0bcfbd46f3 Different approach to escaping 2025-02-02 15:12:25 -05:00
Matt Rubens
7e237df2e8 Revert "Merge pull request #740 from RooVetGit/discord_fix"
This reverts commit e16e132470, reversing
changes made to 0e7e5c50be.
2025-02-02 15:03:41 -05:00
Matt Rubens
e16e132470
Merge pull request #740 from RooVetGit/discord_fix
More secure webhook
2025-02-02 15:00:31 -05:00
Matt Rubens
dfee716ff0 More secure webhook 2025-02-02 14:59:38 -05:00
Matt Rubens
0e7e5c50be
Merge pull request #739 from RooVetGit/discord_pr_threads
Post PRs to a thread instead
2025-02-02 14:56:44 -05:00
Matt Rubens
bf799d72db Post PRs to a thread instead 2025-02-02 14:54:44 -05:00
Matt Rubens
cddd92b0ad
Merge pull request #732 from RooVetGit/fix_mode_wrapping
Make list of modes multi-line on the prompts page
2025-02-02 02:55:35 -05:00
Matt Rubens
a01d923f2f Make list of modes multi-line on the prompts page 2025-02-02 02:32:36 -05:00
Matt Rubens
f493619c0b
Merge pull request #731 from RooVetGit/mrubens-patch-1
Discord message cleanup
2025-02-02 01:19:59 -05:00
Matt Rubens
1c5d6f33b3
Discord message cleanup 2025-02-02 01:18:20 -05:00
Matt Rubens
cdbc7c52a5
Merge pull request #725 from nissa-seru/fix-o3-formatting
Refactor openai-native, prepend string to developer instructions so t…
2025-02-02 01:08:02 -05:00
Matt Rubens
27976b791c Merge remote-tracking branch 'origin/main' into fix-o3-formatting 2025-02-02 00:53:15 -05:00
Matt Rubens
730bf8de97
Merge pull request #729 from RooVetGit/mrubens-patch-1
Run discord GHA against pull_request_target
2025-02-02 00:39:34 -05:00
Matt Rubens
e036c1e33b
Exclude changeset PRs 2025-02-02 00:38:28 -05:00
Matt Rubens
e37692c241
Run discord GHA against pull_request_target 2025-02-02 00:33:26 -05:00
Matt Rubens
fb596ff5fa
Merge pull request #724 from nissa-seru/dedupe-levenshtein
use fastest-levenshtein
2025-02-02 00:15:26 -05:00
Matt Rubens
9bbac80515
Merge pull request #727 from RooVetGit/mrubens-patch-1
Create a webhook for Discord
2025-02-02 00:12:12 -05:00
Matt Rubens
58111432da Make runnable on workflow dispatch 2025-02-02 00:04:27 -05:00
Matt Rubens
1d81d871bf Try a link without a preview 2025-02-01 23:56:14 -05:00
Matt Rubens
7440f86d2d
Create discord-pr-notify.yml 2025-02-01 23:39:44 -05:00
Nissa Seru
5a1299c57f use fastest-levenshtein 2025-02-01 22:54:31 -05:00
Nissa Seru
df932935cf Refactor openai-native, prepend string to developer instructions so that o1/o3 will use md 2025-02-01 22:53:54 -05:00
Matt Rubens
4040e934b2
Merge pull request #718 from MuriloFP/fix-context-calculation
fix: update context token calculation
2025-02-01 16:17:44 -05:00
Murilo Pires
26cc335cd3
Merge branch 'RooVetGit:main' into fix-context-calculation 2025-02-01 18:00:41 -03:00
MFPires
70af1d2cb3 fix: update context token calculation to match upstream
The context token calculation has been updated to:
- Include cache tokens (cacheWrites + cacheReads) in the total context size
- Use a cleaner approach to find the last valid API request
- Fix issue where placeholder messages without token info were being counted
- Match upstream's implementation of getTotalTokensFromMessage

This fixes the issue where context size was incorrectly showing as 139 tokens
without any API requests being made.
2025-02-01 17:38:52 -03:00
Matt Rubens
94b831c6ab
Merge pull request #714 from RooVetGit/opened_tabs_and_selection_mentions
Mention shortcuts to open tabs
2025-02-01 12:23:39 -05:00
Matt Rubens
70ad037016 Fix tests 2025-02-01 12:21:13 -05:00
Matt Rubens
14683cc3c5 Cleanup and release 2025-02-01 12:05:39 -05:00
Matt Rubens
1e5a257e52 Removed active selection for now 2025-02-01 11:57:36 -05:00
Chris Estreich
a568577c78
Merge pull request #702 from RooVetGit/cte/activation-cleanup 2025-02-01 08:39:39 -08:00
loup
064dc4e52f feat: opened tabs and selection in the @ menu 2025-02-01 11:16:38 -05:00
Matt Rubens
90ba9e18e1 Remove annoying test 2025-02-01 11:16:38 -05:00
Matt Rubens
edd0ac8eb0
Merge pull request #711 from hesara/fix-o1-mini-price
fix: Update pricing for OpenAI o1-mini
2025-02-01 09:49:37 -05:00
Matt Rubens
ce34dcdef8
Merge pull request #706 from RooVetGit/cte/dropdown-fix
Fix vscrui double scrollbar in Dropdown
2025-02-01 09:00:20 -05:00
Henri Sara
18e1bbf00d fix: Update pricing for OpenAI o1-mini
Together with o3-mini release, OpenAI reduced the price of o1-mini to match it.
2025-02-01 12:06:54 +02:00
cte
03b7763d53 Fix vscrui double scrollbar in Dropdown 2025-01-31 22:33:03 -08:00
Chris Estreich
780b9e0511
Merge pull request #703 from RooVetGit/cte/conditionally-disable-integration-tests
Don't run the `integration-test` job if there's no API key
2025-01-31 22:10:36 -08:00
cte
5c8df59889 Confirmed that check-openrouter-api-key works; remove debugging 2025-01-31 22:08:02 -08:00
cte
ab2dd09ac6 Test what happens if the secret does not exist 2025-01-31 22:06:25 -08:00
cte
de7f67f71e One more attempt 2025-01-31 22:03:33 -08:00
Matt Rubens
60e63a9041
Merge pull request #705 from RooVetGit/changeset-release/main
Changeset version bump
2025-02-01 00:57:03 -05:00
R00-B0T
1683ff82f1 Updating CHANGELOG.md format 2025-02-01 05:56:41 +00:00
github-actions[bot]
2c98c5586f changeset version bump 2025-02-01 05:55:59 +00:00
Matt Rubens
65257dae7d
Merge pull request #704 from RooVetGit/o3_reasoning_effort
Add o3-mini-high and o3-mini-low
2025-02-01 00:55:16 -05:00
Matt Rubens
d047c8beae Add o3-mini-high and o3-mini-low 2025-02-01 00:52:41 -05:00
cte
17fb94cb1b Secrets can't be used in conditionals, apparently 2025-01-31 21:50:06 -08:00
cte
b7cd98da54 Don't run the integration-test job if there's no API key 2025-01-31 21:44:50 -08:00
cte
aa806fdc17 Extension activation cleanup 2025-01-31 21:23:07 -08:00