Highlights
- Several layout improvements
What's Changed
- Fix some bugs by @edwardzjl in #1197
- build(deps-dev): bump @types/react from 19.1.5 to 19.1.6 in /web by @dependabot in #1199
- build(deps): bump js-sha256 from 0.11.0 to 0.11.1 in /web by @dependabot in #1201
- build(deps): bump @mui/icons-material from 7.1.0 to 7.1.1 in /web by @dependabot in #1198
- build(deps): bump @mui/material from 7.1.0 to 7.1.1 in /web by @dependabot in #1200
- build(deps-dev): bump @eslint/js from 9.27.0 to 9.28.0 in /web by @dependabot in #1203
- build(deps): bump docker/build-push-action from 6.17.0 to 6.18.0 by @dependabot in #1202
- build(des): upgrade server deps by @edwardzjl in #1208
- Improve dialog styling by @edwardzjl in #1210
- Minor improvements by @edwardzjl in #1211
- fix(manifests): fix readiness probe entrypoint by @edwardzjl in #1212
- chore: ignore uvcorn logging for readiness probe by @edwardzjl in #1213
- Polish LLM client creation by @edwardzjl in #1214
- build(deps-dev): bump @types/react-dom from 19.1.5 to 19.1.6 in /web by @dependabot in #1217
- build(deps): bump react-router-dom from 7.6.1 to 7.6.2 in /web by @dependabot in #1215
- build(deps-dev): bump eslint from 9.27.0 to 9.28.0 in /web by @dependabot in #1218
- build(deps-dev): bump @vitejs/plugin-react from 4.5.0 to 4.5.1 in /web by @dependabot in #1216
- build(deps-dev): bump vitest from 3.1.4 to 3.2.2 in /web by @dependabot in #1220
- Upgrade deps by @edwardzjl in #1226
- feat: implement readiness probe endpoint by @edwardzjl in #1227
- build(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /web in the npm_and_yarn group by @dependabot in #1228
- fix: improve toLocalISOString function for accurate local timezone fo… by @edwardzjl in #1229
- chore: update agent.py for code organization and clarity by @edwardzjl in #1230
- fix: patch content after converted to dict by @edwardzjl in #1231
- fix: get num tokens by @edwardzjl in #1232
- build(deps-dev): bump @types/react from 19.1.6 to 19.1.8 in /web by @dependabot in #1239
- build(deps-dev): bump @vitejs/plugin-react from 4.5.1 to 4.5.2 in /web by @dependabot in #1237
- build(deps-dev): bump vitest from 3.2.2 to 3.2.3 in /web by @dependabot in #1241
- build(deps-dev): bump eslint from 9.28.0 to 9.29.0 in /web by @dependabot in #1240
- build(deps-dev): bump @eslint/js from 9.28.0 to 9.29.0 in /web by @dependabot in #1238
- build(deps): upgrade server deps by @edwardzjl in #1242
- chore: upgrade ruff version in pre-commit-hooks by @edwardzjl in #1244
- Introduce alembic to manage database migrations by @edwardzjl in #1245
- fix: use auto-commit connection to setup langgraph checkpointer by @edwardzjl in #1251
- build(deps): bump @mui/icons-material from 7.1.1 to 7.1.2 in /web by @dependabot in #1248
- build(deps-dev): bump vite-plugin-compression2 from 2.0.1 to 2.2.0 in /web by @dependabot in #1250
- build(deps-dev): bump @vitejs/plugin-react from 4.5.2 to 4.6.0 in /web by @dependabot in #1247
- build(deps): bump @mui/material from 7.1.1 to 7.1.2 in /web by @dependabot in #1246
- build(deps-dev): bump vitest from 3.2.3 to 3.2.4 in /web by @dependabot in #1249
- build(deps): bump @emotion/styled from 11.14.0 to 11.14.1 in /web by @dependabot in #1260
- build(deps-dev): bump eslint from 9.29.0 to 9.30.0 in /web by @dependabot in #1261
- build(deps): bump @mui/material from 7.1.2 to 7.2.0 in /web by @dependabot in #1255
- build(deps): bump @mui/icons-material from 7.1.2 to 7.2.0 in /web by @dependabot in #1259
- build(deps-dev): bump @eslint/js from 9.29.0 to 9.30.0 in /web by @dependabot in #1256
- build(deps): upgrade server deps by @edwardzjl in #1262
- Polish 404 handling by @edwardzjl in #1264
- refactor: extract lifespan module by @edwardzjl in #1265
- refactor: extract exception handler by @edwardzjl in #1266
- build(deps): upgrade server deps by @edwardzjl in #1267
- refactor(web): create helper function to sort things by @edwardzjl in #1268
- feat(config): add SQLite DSN support for database URL settings by @edwardzjl in #1269
- chore(makefile): update help section for clarity by @edwardzjl in #1270
- perf(db): add REPEATABLE READ for Postgres standby engine by @edwardzjl in #1271
- fix(agent): check DB URL scheme instead of string prefix by @edwardzjl in #1272
- feat: init orm tables on sqlite by @edwardzjl in #1273
- refactor: make
agenta package by @edwardzjl in #1274 - refactor: use trimmer runnable instead of manually trimming by @edwardzjl in #1275
- build(deps-dev): bump globals from 16.2.0 to 16.3.0 in /web by @dependabot in #1280
- build(deps): bump react-router-dom from 7.6.2 to 7.6.3 in /web by @dependabot in #1279
- build(deps-dev): bump vite from 6.3.5 to 7.0.2 in /web by @dependabot in #1278
- build(deps-dev): bump eslint from 9.30.0 to 9.30.1 in /web by @dependabot in #1277
- build(deps-dev): bump @eslint/js from 9.30.0 to 9.30.1 in /web by @dependabot in #1276
- build(deps): upgrade server deps by @edwardzjl in #1284
- chore: polish github workflows and dependabot config by @edwardzjl in #1285
- chore: add stale bot by @edwardzjl in #1286
- feat: improve exception handlers by @edwardzjl in #1287
- feat: extract summary module by @edwardzjl in #1288
- chore: remove duplicated message trimming by @edwardzjl in #1289
Full Changelog: v0.16.3...v0.17.0