about summary refs log tree commit diff
AgeCommit message (Expand)Author
6 daysCapture and track per-turn token usage.Arun Isaac
6 daysAdd add lens.Arun Isaac
6 daysDocument client-request-id field of <state> record type.Arun Isaac
6 daysUse request ID from state rather than from request object.Arun Isaac
6 daysSet client request ID in state before serving request.Arun Isaac
6 daysRefactor turn ending into separate function.Arun Isaac
9 daysExplicitly enable automatic prompt caching.Arun Isaac
10 daysAdd brainstorming section to README.Arun Isaac
10 daysDo not indicate line number range when whole file is being read.Arun Isaac
11 daysMove file existence checks out of files-recursively.Arun Isaac
11 daysHandle regular files in files-recursively.Arun Isaac
12 daysRemove duplicate tool call status update.Arun Isaac
12 daysSupport setting the model via session config options.Arun Isaac
12 daysAdd openai-models.Arun Isaac
12 daysAdd json-get.Arun Isaac
12 daysGeneralize json-post to json-request.Arun Isaac
12 daysExpose run-tea-loop interface from (kaagum tea).Arun Isaac
12 daysRecognize that OpenRouter and OpenAI have different URI path prefixes.Arun Isaac
13 daysDocument default values of arguments in --help.Arun Isaac
13 daysAttach models to sessions.Arun Isaac
13 daysAdvertise agent info from config.scm.Arun Isaac
13 daysAdd project title to config.scm.Arun Isaac
13 daysPackage emacs-agent-shell-kaagum.Arun Isaac
13 daysAdd Emacs agent-shell integration.Arun Isaac
14 daysUpdate pronunciation of kaagum.Arun Isaac
14 daysUse italics instead of quotation marks.Arun Isaac
14 daysUse Unicode left and right quotation marks.Arun Isaac
14 daysRename 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