Commit Graph

17 Commits

Author SHA1 Message Date
Nikhil
22fe4db2eb feat: upload sentry source maps (#129)
* feat: add sentry source maps

* feat: upload sourcemaps to sentry
2025-12-25 16:58:53 -08:00
Nikhil
999bde30df feat: update the version to be from apps/server and rename main package.json (#128) 2025-12-25 16:20:50 -08:00
Nikhil
803ea51dbf feat: fix tests and refactor (#125)
* fix: clean-up old docs

* feat: refactored test utils

* fix: clean-up dev scripts and move to scripts/dev

* fix: clean-up script

* fix: refactor tests into properly controller tests and cdp tests
2025-12-25 14:32:45 -08:00
Dani Akash
038056161e feat: setup biome as the new linter (#114)
* feat: install biome

* chore: remove eslint

* chore: remove prettier

* chore: fix lint issues

* chore: added biome precommit hook
2025-12-23 21:58:41 +05:30
Dani Akash
0fc9741a5d refactor: streamline monorepo structure (#112)
* feat: refactor packages into single project

* feat: created apps directory

* chore: removed duplicate packages

* fix: delete package-lock.json

since project uses bun
2025-12-22 23:39:21 +05:30
Nikhil
9a0c7b44d5 feat: test provider api for testing models + bun format (#82)
* feat: test-provider api

* fix: simple error msg formatding
2025-12-09 14:33:39 -08:00
Nikhil
6a1f9fb926 feat: pre-commit hook for format (#81)
* fix: separate lint and format

* chore: run format on the repo

* feat: add pre-commit hook to run format

* test
2025-12-09 12:56:17 -08:00
shivammittal274
d3c5dfa588 Fix SIGILL crash on older CPUs by using baseline build targets (#73)
Switch from x64-modern (requires AVX2) to x64-baseline (SSE4.2 only)
for Linux and Windows builds. This fixes the "Illegal instruction"
crash on pre-Haswell Intel CPUs (Ivy Bridge, Sandy Bridge) and
pre-Excavator AMD CPUs that lack AVX2 support.

Fixes: MCP server crashes with SIGILL on Ivy Bridge CPUs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-12-06 10:36:30 -08:00
Nikhil
bc9b3ea6da fix: remove ?binary from compile to prevent shell-util wasm (#65) 2025-12-03 11:05:56 -08:00
Nikhil
dfe53bccdd Better server build (#50)
* env.dev and env.prod separate

* build-script for releease of server
2025-11-06 08:15:09 -08:00
Nikhil Sonti
40a364f0e5 Rename to BrowserOS agent 2025-11-03 17:29:41 -08:00
Nikhil
cee71da999 BrowserOS server fixes -- execution dir, windows binary fixes (#47)
* patch windows exe to remove bun

* rcedit: windows-server exe

* args: execution-dir added
2025-11-03 17:14:36 -08:00
shivammittal274
c199f37ec9 mcp tests added for navigation only (#40)
* mcp tests added for navigation only

* browserOs mcp tests fixed
2025-10-31 10:06:22 -07:00
shivammittal274
51e304cc56 tests fixed 2025-10-29 17:17:15 -07:00
Nikhil
830f372575 New folder structure (#5)
* monorepo: core

* monorepo: tools and server

* mono: repo refactor

* moved tests, removed old files

* update server tests

* agent server location and TBD

* fix formatting

* add new workflows

* rename core to common, mcp-server, to mcp, agent-server to agent

* remove nodejs tests

* test: add simple GitHub Actions workflow for running tests on PR

* test workflow

* feat: add test coverage reporting to GitHub Actions workflow

- Run tests with --coverage flag to generate coverage reports
- Display coverage summary in PR comments
- Upload coverage artifacts for analysis
- Show coverage in GitHub Actions summary

* simple test workflow
2025-10-13 14:19:39 -07:00
Nikhil Sonti
95bf9a08e7 clean-up 2025-10-08 12:23:45 -07:00
Nikhil Sonti
ecee96e3e3 base commit 2025-10-08 09:48:48 -07:00