about summary refs log tree commit diff
AgeCommit message (Expand)Author
4 daysUse request ID from state rather than from request object.Arun Isaac
4 daysSet client request ID in state before serving request.Arun Isaac
4 daysRefactor turn ending into separate function.Arun Isaac
7 daysExplicitly enable automatic prompt caching.Arun Isaac
8 daysAdd brainstorming section to README.Arun Isaac
8 daysDo not indicate line number range when whole file is being read.Arun Isaac
8 daysMove file existence checks out of files-recursively.Arun Isaac
8 daysHandle regular files in files-recursively.Arun Isaac
10 daysRemove duplicate tool call status update.Arun Isaac
10 daysSupport setting the model via session config options.Arun Isaac
10 daysAdd openai-models.Arun Isaac
10 daysAdd json-get.Arun Isaac
10 daysGeneralize json-post to json-request.Arun Isaac
10 daysExpose run-tea-loop interface from (kaagum tea).Arun Isaac
10 daysRecognize that OpenRouter and OpenAI have different URI path prefixes.Arun Isaac
10 daysDocument default values of arguments in --help.Arun Isaac
10 daysAttach models to sessions.Arun Isaac
10 daysAdvertise agent info from config.scm.Arun Isaac
10 daysAdd project title to config.scm.Arun Isaac
10 daysPackage emacs-agent-shell-kaagum.Arun Isaac
11 daysAdd Emacs agent-shell integration.Arun Isaac
11 daysUpdate pronunciation of kaagum.Arun Isaac
11 daysUse italics instead of quotation marks.Arun Isaac
11 daysUse Unicode left and right quotation marks.Arun Isaac
11 daysRename project to kaagum.Arun Isaac
12 daysRaise &tool-call-parse-failure when required arguments are missing.Arun Isaac
12 daysLet tool kinds be constants, rather than functions.Arun Isaac
12 daysAdd search tool.Arun Isaac
12 daysGeneralize list tool.Arun Isaac
12 daysError out when reading binary files.Arun Isaac
12 daysError out when reading non-existent files.Arun Isaac
12 daysAllow the read tool to subset lines.Arun Isaac
12 daysMake tool parameters optional by default.Arun Isaac
12 daysStrip message fields based on role.Arun Isaac
13 daysRefactor sending agent requests into separate function.Arun Isaac
13 daysMake acp-message-json a lens.Arun Isaac
14 daysAdd /tools command.Arun Isaac
14 daysAdd markdown table builder function.Arun Isaac
14 daysPass tools to slash commands.Arun Isaac
14 daysMove state/session lenses right after <state>/<session> types.Arun Isaac
14 daysExpose persistent permissions to the user.Arun Isaac
14 daysImplement persistent tool permissions.Arun Isaac
14 daysRefactor, introducing the state-cwd lens.Arun Isaac
14 daysDocument pending-approval tool call status.Arun Isaac
14 daysRefactor 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