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