Joe Laverty
4e63531fa6
feat(enterprise): Self hosted gitlab support ( #14141 )
2026-04-27 17:22:21 -04:00
Tim O'Farrell
4c8179cd08
Remove deprecated webhook file stores (V0 cleanup) ( #14164 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-27 14:10:35 -06:00
Tim O'Farrell
9e3aed7f53
refactor: move settings and secrets stores to app_server ( #14165 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-27 13:54:33 -06:00
Tim O'Farrell
3a40ecb931
Remove deprecated openhands.events package (V0) ( #14162 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-27 12:53:41 -06:00
Tim O'Farrell
f8b4f9369f
refactor: remove unused methods from ProviderHandler ( #14160 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-27 12:23:43 -06:00
Tim O'Farrell
28d26f8178
Remove dead MonitoringListener code ( #14157 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-27 11:10:57 -06:00
Tim O'Farrell
a89811f952
refactor: move ConversationTrigger to app_conversation_models and remove unused data models ( #14156 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-27 10:50:14 -06:00
Tim O'Farrell
aea611602f
Remove openhands.llm package (legacy V0 code) ( #14154 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-27 10:13:24 -06:00
Tim O'Farrell
fc4c62a73d
Removed V0 conversation stats ( #14152 )
2026-04-27 09:51:35 -06:00
Tim O'Farrell
731183e069
Remove enterprise/integrations/solvability package and related dead code ( #14150 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-27 09:20:29 -06:00
Tim O'Farrell
c22c03eeb6
Remove ConversationStore interface and implementations (V1 migration cleanup) ( #14147 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-27 08:05:53 -06:00
Tim O'Farrell
237948978b
V0 Code Removals: Conversation Validator, MCP Updates, and Cleanup ( #14135 )
...
Co-authored-by: OpenHands Bot <contact@all-hands.dev >
Co-authored-by: allhands-bot <allhands-bot@users.noreply.github.com >
2026-04-27 06:51:15 -06:00
Juan Michelini
2a6f5c8976
feat: Auto-forward LMNR_* environment variables to agent-server ( #14123 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-24 20:49:48 -03:00
Tim O'Farrell
e86067c15b
Removed V0 runtime ( #14117 )
2026-04-24 15:40:37 -06:00
aivong-openhands
137bede1f5
APP-1325: show GitLab/Slack sections without GitHub App configured ( #14097 )
2026-04-24 15:10:38 -04:00
Tim O'Farrell
8a1d80ac8f
Removed Architecture diagrams ( #14120 )
2026-04-24 12:45:02 -06:00
Tim O'Farrell
77043da280
Removed V0 third party runtimes ( #14119 )
2026-04-24 12:23:01 -06:00
Tim O'Farrell
180a35f013
Removed V0 controller ( #14060 )
2026-04-24 11:05:17 -06:00
Tim O'Farrell
18365e0323
APP-1359 Removed V0 microagent Package ( #14053 )
2026-04-24 09:28:19 -06:00
Tim O'Farrell
7498353ed5
APP-1360 Removed V0 memory package ( #14057 )
2026-04-24 08:22:16 -06:00
Tim O'Farrell
b62bdfd143
chore: delete unused Python code identified by vulture analysis ( #14111 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-24 07:36:57 -06:00
Tim O'Farrell
fb98faf4ac
refactor: remove external dependencies on V0 packages (controller, memory, microagent) ( #14106 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-23 17:09:46 -06:00
John-Mason P. Shackelford
a8f62aa30c
feat: add secrets field to AppConversationStartRequest for direct API secret passing ( #14009 )
...
Add the ability for API callers to pass secrets directly when starting
a conversation, without requiring them to be pre-stored in the database.
Changes:
- Add optional `secrets: dict[str, SecretStr]` field to
AppConversationStartRequest model
- Update `_build_start_conversation_request_for_user()` to merge
API-provided secrets with existing secrets (from git providers/database)
- API-provided secrets take precedence over existing secrets with same name
- Add new `openhands/app_server/constants.py` with secret validation:
- Blocked names: container config vars (OH_*, WORKER_*, etc.)
- Blocked prefixes: LLM_* (to enforce app-server LLM controls)
- Configurable size limits via environment variables
- Add warning log when API secrets override existing secrets
- Bump agent-server image to 1.18.1-python (SDK v1.18.1 with MCP
secrets expansion support)
Closes #14007
2026-04-23 18:23:31 -04:00
Tim O'Farrell
1a7449b03a
Remove dead code. ( #14103 )
2026-04-23 13:42:40 -06:00
Rohit Malhotra
1091901be2
Fix: Register SetTitleCallbackProcessor for webhook-created conversations ( #14102 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-23 14:53:37 -04:00
Tim O'Farrell
478c998f04
APP-1363 : Remove V0 io Package ( #14094 )
2026-04-23 09:31:01 -06:00
Tim O'Farrell
a9fc93ffbf
More pieces of V0 carved off ( #14089 )
2026-04-23 08:26:40 -06:00
Tim O'Farrell
cc100c0d10
Removed the V0 resolver ( #14062 )
2026-04-23 07:48:32 -06:00
Rohit Malhotra
7bc3300981
Add missing SqlAlchemy type stub to mypy ( #13413 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-22 20:52:27 +00:00
Rohit Malhotra
f313cfceb9
fix: correct SQLAlchemy type annotations in DbSessionInjector ( #14075 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-22 16:13:39 -04:00
Rohit Malhotra
6b29a82de3
fix: correct SQLAlchemy Result and Table type annotations ( #14076 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-22 19:43:14 +00:00
Rohit Malhotra
033c6202b7
fix: handle nullable datetime in _fix_timezone methods ( #14073 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-22 19:16:26 +00:00
Rohit Malhotra
16374dc9c0
fix: add ColumnElement type annotation for SQLAlchemy filter conditions ( #14072 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-22 19:06:08 +00:00
Graham Neubig
a8926068ff
fix: restore org settings payload contract ( #14051 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
Co-authored-by: hieptl <hieptl.developer@gmail.com >
2026-04-22 15:03:40 -04:00
chuckbutkus
f318792a17
security: Invalidate SESSION_API_KEY on pause and require RUNNING status ( #14001 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
Co-authored-by: Tim O'Farrell <tofarr@gmail.com >
2026-04-22 12:49:28 -06:00
Rohit Malhotra
505095d50a
fix: migrate core SQLAlchemy models to SQLAlchemy 2.0 mapped_column ( #14065 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-22 17:54:08 +00:00
Tim O'Farrell
1605e97d80
APP-1374 Removed V0 sessions ( #14061 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-22 08:47:17 -06:00
Tim O'Farrell
13e9d7584a
Remove openhands.server.conversation_manager package (V0 to V1 migration) ( #14034 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-21 20:17:11 -06:00
Tim O'Farrell
e0a4c35c9c
APP-1362 Remove V0 linter Package ( #14055 )
2026-04-21 20:05:20 -06:00
Tim O'Farrell
701231cbf3
APP-1361 Remove V0 security Package ( #14054 )
2026-04-21 20:05:10 -06:00
Tim O'Farrell
c49ed64b64
APP-1366 Removed V0 Critic ( #14056 )
2026-04-21 15:35:30 -06:00
chuckbutkus
cf7e88c8c3
security: Require RUNNING status for session API key validation ( #14002 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-21 18:48:22 +00:00
Hiep Le
d8c67a4d3d
fix(backend): repair org-defaults LLM save flow and sync managed keys to members ( #14044 )
2026-04-22 00:38:52 +07:00
Rohit Malhotra
237e9f530e
feat: pass WEB_HOST to agent context in V1 conversations ( #14050 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-21 12:12:14 -04:00
Tim O'Farrell
fd014e8e23
Removing the deprecated agenthub package ( #14024 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-19 21:42:22 -06:00
OpenHands Bot
89f3dceeb8
fix(security): redact session_api_key from WebSocket access logs ( #14019 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-19 16:54:31 +00:00
OpenHands Bot
dcb6ac3599
fix(security): redact API keys from MCP config logging ( #14020 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-19 13:53:40 -03:00
Tim O'Farrell
3b264dd419
Remove deprecated V0 FastAPI endpoints ( #13952 )
...
Co-authored-by: openhands <openhands@all-hands.dev >
2026-04-19 08:41:16 -06:00
xsf
e8249f00a8
docs: align AgentHub task tracking references ( #13708 )
...
Co-authored-by: Engel Nyst <engel.nyst@gmail.com >
2026-04-18 15:40:14 +02:00
JL2001
1af04f2833
docs: fix app_server README to reflect actual module structure ( #13890 )
2026-04-18 15:26:24 +02:00