about summary refs log tree commit diff
AgeCommit message (Expand)Author
2026-04-14Add openai-models.Arun Isaac
2026-04-14Add json-get.Arun Isaac
2026-04-14Generalize json-post to json-request.Arun Isaac
2026-04-13Expose run-tea-loop interface from (kaagum tea).Arun Isaac
2026-04-13Recognize that OpenRouter and OpenAI have different URI path prefixes.Arun Isaac
2026-04-13Document default values of arguments in --help.Arun Isaac
2026-04-13Attach models to sessions.Arun Isaac
2026-04-13Advertise agent info from config.scm.Arun Isaac
2026-04-13Add project title to config.scm.Arun Isaac
2026-04-13Package emacs-agent-shell-kaagum.Arun Isaac
2026-04-12Add Emacs agent-shell integration.Arun Isaac
2026-04-12Update pronunciation of kaagum.Arun Isaac
2026-04-12Use italics instead of quotation marks.Arun Isaac
2026-04-12Use Unicode left and right quotation marks.Arun Isaac
2026-04-12Rename project to kaagum.Arun Isaac
2026-04-12Raise &tool-call-parse-failure when required arguments are missing.Arun Isaac
2026-04-12Let tool kinds be constants, rather than functions.Arun Isaac
2026-04-12Add search tool.Arun Isaac
2026-04-12Generalize list tool.Arun Isaac
2026-04-12Error out when reading binary files.Arun Isaac
2026-04-12Error out when reading non-existent files.Arun Isaac
2026-04-12Allow the read tool to subset lines.Arun Isaac
2026-04-12Make tool parameters optional by default.Arun Isaac
2026-04-12Strip message fields based on role.Arun Isaac
2026-04-11Refactor sending agent requests into separate function.Arun Isaac
2026-04-11Make acp-message-json a lens.Arun Isaac
2026-04-10Add /tools command.Arun Isaac
2026-04-10Add markdown table builder function.Arun Isaac
2026-04-10Pass tools to slash commands.Arun Isaac
2026-04-10Move state/session lenses right after <state>/<session> types.Arun Isaac
2026-04-10Expose persistent permissions to the user.Arun Isaac
2026-04-10Implement persistent tool permissions.Arun Isaac
2026-04-10Refactor, introducing the state-cwd lens.Arun Isaac
2026-04-10Document pending-approval tool call status.Arun Isaac
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-09Catch and report files that don't exist.Arun Isaac
2026-04-09Mention file path in title of read tool.Arun Isaac
2026-04-09Provide title, kind and rawInput to client when requesting permission.Arun Isaac
2026-04-09Sanitize arguments in spec->tool-call.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-08Parse tool call arguments early.Arun Isaac
2026-04-08Process tool calls one at a time.Arun Isaac