about summary refs log tree commit diff
path: root/kaakaa/tea.scm
AgeCommit message (Expand)Author
2026-04-10Refactor permission selection decoding.Arun Isaac
2026-04-09Send tool call results to the client as a vector of content.Arun Isaac
2026-04-09Do not repeat tool title, kind and rawInput.Arun Isaac
2026-04-09Send tool_call_update instead of tool_call for tool call updates.Arun Isaac
2026-04-09Notify client about new tool call before asking for permission.Arun Isaac
2026-04-09Abstract out construction of agent_message_chunk notifications.Arun Isaac
2026-04-09Implement /cwd command.Arun Isaac
2026-04-09Implement slash commands.Arun Isaac
2026-04-09Provide title, kind and rawInput to client when requesting permission.Arun Isaac
2026-04-09Check for tool existence in spec->tool-call.Arun Isaac
2026-04-08Handle tool call parse failures early.Arun Isaac
2026-04-08Process tool calls one at a time.Arun Isaac
2026-04-08Push check for tool calls and cancellation into state->llm-request.Arun Isaac
2026-04-08Re-fill comments and docstrings.Arun Isaac
2026-04-03Initial commitArun Isaac