Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
338ee4f
Add x-session-affinity to fireworks test script
jahooma Mar 18, 2026
e1e259a
Initialize analytics within app
jahooma Mar 18, 2026
9eac8d0
Try getting country code from request headers
jahooma Mar 18, 2026
617e0f7
Bump version to 1.0.632
github-actions[bot] Mar 18, 2026
61de941
Remove /connect from codebuff
jahooma Mar 18, 2026
1b250f5
More usage stats scripts
jahooma Mar 18, 2026
fd575f2
Revamped context pruner: separate budget for user messages; build by…
jahooma Mar 18, 2026
aa15e68
context pruner: Include file editing results in summary. exclude some…
jahooma Mar 18, 2026
98c09a6
Add ttft_ms column to message table
jahooma Mar 19, 2026
c120535
Include is freebuff in identify user
jahooma Mar 19, 2026
eeebd1f
In-memory rate limits for free mode
jahooma Mar 19, 2026
8c29d8e
Include freebuff prop in chat completions events
jahooma Mar 19, 2026
af91d6b
--isolated browser use
jahooma Mar 19, 2026
52df8d8
Rate limit: add 1 second rate limit of 1 request
jahooma Mar 19, 2026
76e3ba6
Update fireworks deployment id
jahooma Mar 19, 2026
278a51e
Loosen freemode rate limits slightly
jahooma Mar 19, 2026
0bcd73f
Correct fireworks deployment id
jahooma Mar 19, 2026
8c98b95
Bump version to 1.0.633
github-actions[bot] Mar 19, 2026
8297189
Bump Freebuff version to 0.0.21
github-actions[bot] Mar 19, 2026
4677d28
switch fireworks test to use api by default
jahooma Mar 19, 2026
177d3c1
Fix tests
jahooma Mar 19, 2026
0cf182b
Tweak help menu
jahooma Mar 19, 2026
190caee
Improvements for set_output tool prompt/params parsing
jahooma Mar 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
865 changes: 809 additions & 56 deletions agents/__tests__/context-pruner.test.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion agents/browser-use/browser-use.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const definition: AgentDefinition = {
mcpServers: {
'chrome-devtools': {
command: 'npx',
args: ['-y', 'chrome-devtools-mcp@latest', '--headless'],
args: ['-y', 'chrome-devtools-mcp@latest', '--headless', '--isolated'],
},
},

Expand Down
Loading
Loading