open-code-review/internal
kite f363702a15 feat(agent): integrate session recording and token tracking for re-location task
Re-location LLM calls were invisible in session history and their token
  consumption was unaccounted for. Refactor the code_comment handling path
  to record re-location requests/responses into session JSONL, accumulate
  token usage into global counters, and display them in the viewer.

  Also fixes: async context cancellation risk (WithoutCancel), duplicate
  telemetry recording, missing timeout enforcement, missing {existing_code}
  placeholder in the re-location prompt, and renames Parse to ParseComments
  for clarity.
2026-05-30 23:25:12 +08:00
..
agent feat(agent): integrate session recording and token tracking for re-location task 2026-05-30 23:25:12 +08:00
config feat(agent): integrate session recording and token tracking for re-location task 2026-05-30 23:25:12 +08:00
diff feat(agent): integrate session recording and token tracking for re-location task 2026-05-30 23:25:12 +08:00
llm feat(llm): auto-append /chat/completions to OpenAI-compatible base URLs 2026-05-29 00:04:30 +08:00
model feat: init 2026-05-20 22:03:52 +08:00
release build: Remove version from binary names and update related scripts 2026-05-22 23:11:37 +08:00
session feat(agent): integrate session recording and token tracking for re-location task 2026-05-30 23:25:12 +08:00
stdout feat: init 2026-05-20 22:03:52 +08:00
suggestdiff feat: init 2026-05-20 22:03:52 +08:00
telemetry refactor(config): rename config directory from .open-code-review to .opencodereview 2026-05-25 23:07:36 +08:00
tool feat(agent): integrate session recording and token tracking for re-location task 2026-05-30 23:25:12 +08:00
viewer feat(agent): integrate session recording and token tracking for re-location task 2026-05-30 23:25:12 +08:00