Commit Graph

  • c23bda430f refactor(project): remove Partner-SandboxRunner module and clean related files slhafzjw 2026-04-26 18:20:07 +08:00
  • aa98c29744 refactor(communication): optimize prompt to avoid unexpected output in communication producer slhafzjw 2026-04-26 16:38:13 +08:00
  • eade39328a refactor(memory-selector): refactor memory recalling into async worker slhafzjw 2026-04-25 23:22:43 +08:00
  • 94adf9a368 fix(openai-provider): add cached structured-output downgrade to prompt-only JSON fallback slhafzjw 2026-04-25 22:12:07 +08:00
  • dd5ab3aaf3 fix(openai-provider): generate and inject response-type JSON shape instruction for structured chat slhafzjw 2026-04-25 20:23:28 +08:00
  • 075a8ece3e refactor(action-planner): optimize prompts and initiate-turn input slhafzjw 2026-04-25 19:31:51 +08:00
  • 4bc2e4adbf refactor(action-executor): add FINAL_CHECK fallback correction at chain end and pass check mode/result in corrector input slhafzjw 2026-04-25 16:56:47 +08:00
  • 9240ed44c4 refactor(action-evaluator): optimize prompt slhafzjw 2026-04-25 14:41:56 +08:00
  • 878fe4dc10 refactor(action-planner): simplify tendencies state hint naming and always follow up on refused candidates slhafzjw 2026-04-25 13:17:23 +08:00
  • 03bae6424e fix(openai-provider): ensure structured chat adds JSON instruction when missing slhafzjw 2026-04-25 00:11:57 +08:00
  • a14e123ff6 fix(communication): rolling out all chat messages on auto triggered and raise dialog rolling trigger length limit slhafzjw 2026-04-24 23:20:56 +08:00
  • d4277aed33 chore(config-center): downgrade skipped reload deletion log from info to debug slhafzjw 2026-04-24 23:08:58 +08:00
  • e37dc7bc9b refactor(action-executor): emit action-finished state hint and trigger cognition turn on executable completion slhafzjw 2026-04-24 22:28:25 +08:00
  • 51706eb55e refactor(action-planner): replace pending confirm blocks with StateHintContent and streamline tendency turns slhafzjw 2026-04-24 22:04:02 +08:00
  • eb3e5f3f34 refactor(context): add StateHintContent to fit information exchange between different modules with communication producer slhafzjw 2026-04-23 22:01:10 +08:00
  • 164078bf42 refactor(action-evaluator): optimize prompt slhafzjw 2026-04-22 15:41:53 +08:00
  • 13d04f85e2 fix(action): correct behavior of resume intervention slhafzjw 2026-04-21 21:38:04 +08:00
  • 3a5d0f1cb4 refactor(action): optimize builtin actions descriptions and param explanations slhafzjw 2026-04-21 21:31:23 +08:00
  • aa05d3817b fix(action-evaluator): fix content of available-meta-actions block slhafzjw 2026-04-21 17:23:08 +08:00
  • 45f7d1c51e refactor(action): optimize resolved context domains slhafzjw 2026-04-21 17:21:59 +08:00
  • 3d56966381 fix(action): fix unexpected scheduled action losing slhafzjw 2026-04-21 17:12:44 +08:00
  • de340029c6 refactor(action): optimize prompts slhafzjw 2026-04-21 16:56:24 +08:00
  • 96101de227 refactor(trace): trace full snapshot of context workspace on changes slhafzjw 2026-04-21 16:48:21 +08:00
  • 2927cb2b6f fix(config): fix config reloading errors that caused by using wrong relative paths to load config file slhafzjw 2026-04-21 15:07:35 +08:00
  • 4af8feb178 fix(memory): enhance null-safe in memory-related modules slhafzjw 2026-04-21 09:18:49 +08:00
  • 43c2c648ac refactor(framework): support inject Standalone module into Sub module slhafzjw 2026-04-21 09:05:51 +08:00
  • a64c8f6c97 feat(exception): trace exception log in LogExceptionReporter slhafzjw 2026-04-21 08:49:05 +08:00
  • 406b7ba831 refactor(action): update watcher self-turn message for immediate action slhafzjw 2026-04-21 08:48:25 +08:00
  • 9c902e68d0 fix(dto): add NoArgsConstructor to support formatted chat slhafzjw 2026-04-20 23:10:39 +08:00
  • 4e894384bf refactor(block): optimize state action triggered block fading factor slhafzjw 2026-04-20 23:08:23 +08:00
  • a5cee79a8f fix(state): enable first-time state file save and block overwrites until explicit load slhafzjw 2026-04-20 22:40:39 +08:00
  • d1da99c44d fix(action): correct action chain fixing error slhafzjw 2026-04-20 22:26:31 +08:00
  • d90c514159 fix(communication): fix errors while import external xml node into input xml slhafzjw 2026-04-20 16:40:36 +08:00
  • ac715602a6 refactor(gateway): print warn log while receiving invalid input slhafzjw 2026-04-20 15:36:23 +08:00
  • e1a5a07e2a Merge branch 'codex-review-localrunnerclient-v2' slhafzjw 2026-04-20 14:48:51 +08:00
  • 9108d1db46 feat(gateway): support assign hostname on websocket gateway slhafzjw 2026-04-20 14:38:58 +08:00
  • e9eaaa24db fix(BuiltinCommand): spill session streams to log files codex-review-localrunnerclient-v2 slhafzjw 2026-04-20 14:37:40 +08:00
  • 2ec2d8e096 fix(CommandExecutionService): preserve stdout and stderr outputs slhafzjw 2026-04-20 14:32:25 +08:00
  • 95a3f782e6 Merge branch 'codex-review-localrunnerclient-v2' slhafzjw 2026-04-20 14:06:03 +08:00
  • 6ec3bfcc9b fix(model): correct deserialization behavior of model provider config slhafzjw 2026-04-19 18:52:57 +08:00
  • b4d6be849b fix(agent): run system exit after agent launch failed slhafzjw 2026-04-19 18:52:10 +08:00
  • a9e41eb4c7 fix(config): repair unexpected exiting in method initAll slhafzjw 2026-04-19 18:51:23 +08:00
  • eea72c747c fix(DirectoryWatchSupport): isolate handler failures slhafzjw 2026-04-19 17:31:36 +08:00
  • 137b1ee917 fix(CommandExecutionService): avoid persistent reader executor slhafzjw 2026-04-19 17:30:16 +08:00
  • c5aa558319 fix(McpActionExecutor): handle client call failures gracefully slhafzjw 2026-04-19 17:27:27 +08:00
  • 7ce7461f79 refactor(exception): correct exception report print message slhafzjw 2026-04-19 17:26:42 +08:00
  • 8c8b0883bb fix(BuiltinCommand): expire finished command sessions by ttl slhafzjw 2026-04-19 17:26:20 +08:00
  • dd8e20838d fix(BuiltinCommand): apply execution policy to command tools slhafzjw 2026-04-19 17:23:04 +08:00
  • 15d7eb6850 fix(DynamicActionMcp): apply execution policy to tool handler slhafzjw 2026-04-19 17:21:37 +08:00
  • 657023694c fix(OriginExecution): apply execution policy to process launch slhafzjw 2026-04-19 17:19:39 +08:00
  • 9b97fffc5c fix(LocalRunnerClient): unregister policy listener on close slhafzjw 2026-04-19 17:13:40 +08:00
  • 14df95fc59 fix(McpConfigWatcher): clean stale actions on client removal slhafzjw 2026-04-19 17:13:04 +08:00
  • 864bda95e4 refactor(action): register no blocks while no actions recovered slhafzjw 2026-04-19 00:51:22 +08:00
  • bfa3562335 refactor(exception): optimize exception report behavior slhafzjw 2026-04-19 00:47:31 +08:00
  • 9b24b662da chore: add slf4j log annotation on AgentModule implementations slhafzjw 2026-04-19 00:36:15 +08:00
  • 41c611cb70 refactor(framework): support inject Standalone into Standalone modules slhafzjw 2026-04-19 00:34:45 +08:00
  • 6ca77bdb74 feat(perceive): add SystemStatsMonitor slhafzjw 2026-04-18 23:51:23 +08:00
  • e5ce6d6722 refactor(memory): rename MemoryUpdater into MemoryRecallProfileExtractor, and create prompt slhafzjw 2026-04-18 23:50:48 +08:00
  • a7ef9bff49 refactor(memory): enhance topic-based memory runtime on recalling and indexing slhafzjw 2026-04-18 22:28:40 +08:00
  • 92c8e01000 feat(memory): create prompts for submodules of memory selector slhafzjw 2026-04-18 19:19:05 +08:00
  • e0543a8966 refactor(communication): create prompts for summarizer, and optimize message structure slhafzjw 2026-04-17 23:16:20 +08:00
  • 0c079c127e chore: remove useless annotations on module slhafzjw 2026-04-17 18:09:40 +08:00
  • 96301dc64a refactor(action): use synchronized lock to prevent concurrent problems in executable actions executing slhafzjw 2026-04-17 18:05:04 +08:00
  • 3fd90c0f5b refactor(context): sort context blocks by descending slhafzjw 2026-04-17 16:01:50 +08:00
  • 8928ec9e07 feat(action): create prompts for submodules of ActionExecutor slhafzjw 2026-04-17 15:01:45 +08:00
  • 503afecbe2 refactor(action): redefine ExtractorResult structure to support openai sdk better, and make failed meta-action executing should be recorded as history normally slhafzjw 2026-04-16 23:27:46 +08:00
  • 281984bb05 feat(action): redefine structure of evaluator result to support json schema of openai sdk, and create system prompt for sub-modules of ActionPlanner slhafzjw 2026-04-16 21:38:11 +08:00
  • 062af4b7d2 feat(communication): update prompt slhafzjw 2026-04-16 21:05:39 +08:00
  • 380c674d06 feat(communication): enrich and correct system-prompt in CommunicationProducer, and support NO_REPLY answering slhafzjw 2026-04-16 17:44:36 +08:00
  • 347560d979 refactor(context): rename VisibleDomain into FocusedDomain, and optimize related context usage slhafzjw 2026-04-15 22:16:33 +08:00
  • 999a6a8d7e refactor(dialog): remove legacy data class slhafzjw 2026-04-15 17:24:22 +08:00
  • f510dc5a42 refactor(context): support wait a debounce delay before executing turn slhafzjw 2026-04-15 16:36:23 +08:00
  • d8ff0b5ea4 refactor(context): simplify constructor and inputs encoding of running flow context slhafzjw 2026-04-15 15:45:42 +08:00
  • dc147000ba refactor(runtime): support collect context by source and interrupt same-source running flow by module order slhafzjw 2026-04-15 14:32:52 +08:00
  • 247057e100 fix(test): fix MemoryRuntimeTest slhafzjw 2026-04-14 15:07:32 +08:00
  • 33ffd782c4 refactor(cognition): remove duplicate recent chat block building logic, refresh which in cognition core uniformly slhafzjw 2026-04-14 12:40:56 +08:00
  • a847f3bff8 refactor(rolling): separate dialog rolling with memory topic binding, now support register after-rolling consumer independently slhafzjw 2026-04-14 11:14:37 +08:00
  • 28d0a43ef3 refactor(log): support advice invoke or invoke with no result via different methods to avoid unnecessary nullable check slhafzjw 2026-04-14 10:08:31 +08:00
  • cb4380eb1e feat(trace): support trace context workspace changes slhafzjw 2026-04-13 22:48:31 +08:00
  • 737f9d122a feat(trace): support trace input/output information on Running/Sub AgentModule slhafzjw 2026-04-13 22:27:11 +08:00
  • e65d3302c6 feat(trace): support create advice for method with no return value slhafzjw 2026-04-13 21:57:10 +08:00
  • fece67135f feat(trace): support create loggable advice and implement common trace recorder slhafzjw 2026-04-13 21:39:42 +08:00
  • d30e58ff83 refactor(framework): centralize model exception reporting in ActivateModel and remove duplicated module-level handlers slhafzjw 2026-04-12 22:15:08 +08:00
  • 93304878ad refactor(memory): migrate slice/topic/date lookup to Result flow and unify MemoryLookupException reporting slhafzjw 2026-04-12 20:13:11 +08:00
  • e37a282141 fix(test): adapt ActionExecutor tests to Result-based extractor/corrector execution flow slhafzjw 2026-04-12 19:19:07 +08:00
  • 04d6ad6d80 refactor(core): normalize memory unit after adding new slice before return slhafzjw 2026-04-12 19:08:35 +08:00
  • 9755672750 refactor(action-core): wrap runner submit flow with Result.runCatching and centralize action error handling slhafzjw 2026-04-12 18:51:33 +08:00
  • e0f955694d refactor(framework): wrap module execution in Result and report failures via exception handler slhafzjw 2026-04-12 17:33:11 +08:00
  • c14e6f84e7 refactor(action-core): migrate action modules to Result return flow and unify exception reporting slhafzjw 2026-04-12 17:29:10 +08:00
  • 19f56d11f0 refactor(framework): add Result chain APIs and align runtime exception handling slhafzjw 2026-04-12 16:58:36 +08:00
  • 94d91d9746 feat(agent): support add custom configurable object in Agent launch flow slhafzjw 2026-04-11 21:07:50 +08:00
  • fac6e24e49 feat(exception): support report necessary exception info into context slhafzjw 2026-04-11 18:52:53 +08:00
  • 2aae1b1f14 refactor(action-core): return Result for meta action lookups and adapt runtime callers slhafzjw 2026-04-11 18:30:24 +08:00
  • 1b48e955bd refactor(core): migrate deprecated exceptions to new hierarchy and align tests slhafzjw 2026-04-11 16:10:34 +08:00
  • b8cb2afbcf refactor(framework): unify model invocation result and exception handling slhafzjw 2026-04-11 14:50:12 +08:00
  • 3732555f02 refactor(framework): migrate startup chain exceptions to AgentException hierarchy slhafzjw 2026-04-10 22:39:59 +08:00
  • ec52d64e73 refactor(exception): register exception reporters on Agent launcher slhafzjw 2026-04-10 19:04:11 +08:00
  • 7b963df991 refactor(exception): establish new exception system, and move the legacy into deprecated package slhafzjw 2026-04-10 18:41:13 +08:00
  • 4876d621b2 将 .java 重命名为 .kt slhafzjw 2026-04-10 18:37:49 +08:00
  • 663d66fdea chore: remove legacy exception handler and adjust runtime class location slhafzjw 2026-04-10 14:31:56 +08:00