hundao
bac716eea3
fix: pass feedback="" on evaluated ACCEPT verdicts in SubagentJudge and implicit judge
...
Fixes #6107
2026-03-10 15:24:39 +08:00
Navya Bijoy
14daf672e8
Fix: SessionManager._cleanup_stale_active_sessions indiscriminately cancels healthy concurrent agent sessions ( #6081 )
...
* fixes a bug in the SessionManager
* chore: remove debug print from test
---------
Co-authored-by: hundao <alchemy_wimp@hotmail.com >
2026-03-10 15:18:11 +08:00
Emmanuel Nwanguma
e352ae5145
fix(mcp): close errlog file handle to prevent resource leak ( #6094 )
...
Track the errlog file handle opened on non-Windows systems and
properly close it during cleanup to prevent file descriptor leaks.
Changes:
- Add _errlog_handle instance variable to track the file handle
- Store handle reference when opening os.devnull
- Close handle in _cleanup_stdio_async() after other cleanup
- Clear reference in disconnect() for safety
Fixes #6002
2026-03-10 15:06:51 +08:00
Richard Tang
06fd045b3e
micro-fix: track reported_to_parent to prevent false empty-turn detection
...
Turns that call report_to_parent were incorrectly treated as "truly
empty" because the flag was not propagated. Thread it through
_run_single_turn and include it in the empty-turn guard.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-09 21:10:47 -07:00
Richard Tang
9700ac71bb
micro-fix: wrong reference for hive_coder
2026-03-09 19:50:07 -07:00
Richard Tang
9be1d03b5c
chore ruff lint
2026-03-09 19:45:36 -07:00
Richard Tang
0d09510539
Merge remote-tracking branch 'origin/main' into feat/queen-planning-phase
2026-03-09 19:42:10 -07:00
Richard Tang
639c37ba17
feat: prompt to init the agent
2026-03-09 19:34:01 -07:00
Richard Tang
2258c23254
Merge branch 'feature/queen-global-memory' into feat/queen-planning-phase
2026-03-09 19:11:32 -07:00
Richard Tang
9714ea106d
feat: improve initialize_and_build_agent clarity
2026-03-09 18:54:48 -07:00
Timothy
add6efe6f1
fix(micro-fix): increase stall threshold
2026-03-09 18:40:13 -07:00
Richard Tang
7ceb1efd02
fix: replace old tool name reference
2026-03-09 18:40:01 -07:00
Timothy
a29ecf8435
chore(micro-fix): fix ci test blockage
2026-03-09 18:27:21 -07:00
Richard Tang
d0ba5ef4f4
fix: update the wrong variable name
2026-03-09 18:12:29 -07:00
Richard Tang
860f637491
feat: add validation for module import
2026-03-09 17:53:50 -07:00
Richard Tang
acb2cab317
feat: minor prompt change for switching to building mode
2026-03-09 17:41:23 -07:00
Richard Tang
b453806918
feat: execution end message
2026-03-09 17:29:58 -07:00
Richard Tang
7ba8a0f51b
feat: strengthen validation logic when loading
2026-03-09 17:08:20 -07:00
Richard Tang
f6f398b6b1
feat: add GCU knowledge to planning
2026-03-09 17:02:13 -07:00
Richard Tang
8d4657c13e
Merge branch 'feat/queen-planning-phase' into feature/queen-global-memory
2026-03-09 16:10:42 -07:00
Richard Tang
bdcbcff6f3
feat: better instruction for planning mode switch
2026-03-09 16:01:34 -07:00
Richard Tang
a22b321692
feat: improve phase switching tools
2026-03-09 15:33:03 -07:00
Richard Tang
c05c30dd9a
feat: add meta agent tools to planning
2026-03-09 15:14:34 -07:00
Richard Tang
90762f275b
feat: give planning mode the load tool
2026-03-09 14:55:53 -07:00
Richard Tang
2b12a9c91a
Merge remote-tracking branch 'origin/feature/queen-global-memory' into feature/queen-global-memory
2026-03-09 14:47:27 -07:00
Richard Tang
9a94595a42
feat: extract the shared knowledge between planning and building
2026-03-09 14:45:31 -07:00
Richard Tang
e1540dfaa6
refactor: drop hive code CLI
2026-03-09 14:30:13 -07:00
Richard Tang
4f5ac6d1b1
refactor: rename hive_coder to queen and extract queen orchestrator
2026-03-09 14:23:31 -07:00
Richard Tang
c87d7b13da
refactor: rename hive_coder to queen and extract queen orchestrator
2026-03-09 14:23:16 -07:00
Timothy
c4acf0b659
fix: memory consolidation hook, simplify generated memory files
2026-03-09 14:15:01 -07:00
Richard Tang
2ed814455a
Merge branch 'feat/queen-planning-phase' into feature/queen-global-memory
2026-03-09 12:57:23 -07:00
Timothy
ad1a4ef0c3
fix: cancellation button
2026-03-09 12:48:20 -07:00
Timothy
2111c808a9
feat: queen memory v1
2026-03-09 11:55:39 -07:00
Richard Tang
cdf76ae3b9
fix: eventloop test
2026-03-09 10:23:56 -07:00
Richard Tang
42d0592941
refactor: judge evaluate
2026-03-09 10:09:15 -07:00
Richard Tang
1de7cf821d
fix: handle judge with empty message
2026-03-09 09:58:29 -07:00
Timothy
4ea8540e25
fix: better logging for memory consolidation event
2026-03-08 20:44:40 -07:00
Timothy
bfa3b8e0f6
fix: queen memory health
2026-03-08 20:28:53 -07:00
Richard Tang
55eccfd75f
feat: intake node prompt in planning mode
2026-03-08 20:27:24 -07:00
Timothy
1e994a77b5
feat: queen agent global memory
2026-03-08 19:54:46 -07:00
Richard Tang
d12afeb35d
chore: ruff lint
2026-03-08 19:46:49 -07:00
Richard Tang
e84fefd319
feat: separate the queen and worker tools in prompts
2026-03-08 19:40:30 -07:00
Richard Tang
d2b510014d
feat: adjust tools and knowledge separation between planning and building
2026-03-08 19:21:50 -07:00
Richard Tang
3ed5fda448
feat: planning phase for the queen
2026-03-08 18:49:45 -07:00
RichardTang-Aden
9129b4a42e
Merge pull request #5975 from aden-hive/feat/queen-responsibility
...
Release / Create Release (push) Waiting to run
feat: separate queen responsibility by phases
2026-03-06 19:21:53 -08:00
Richard Tang
e906646d49
Merge remote-tracking branch 'origin/feature/thinking-hook' into feat/queen-responsibility
2026-03-06 19:15:29 -08:00
Timothy
086a532521
fix: skip queen judge, turn off aggressive compaction
2026-03-06 19:14:25 -08:00
Richard Tang
19dd40ed3a
chore: ruff lint
2026-03-06 19:11:53 -08:00
Richard Tang
196f3d645f
feat: building phase prompts improvements
2026-03-06 18:59:12 -08:00
Richard Tang
80fd91d175
feat: building phase prompt optimization
2026-03-06 18:53:33 -08:00