index
:
kaagum
this commit
keyring
main
Tiny, security-focused AI agent in Guile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
6 days
Switch default model to anthropic/claude-opus-4.8.
HEAD
main
Arun Isaac
6 days
Add Kagi extract tool.
Arun Isaac
6 days
Set path to certs directory, not the nss-certs store item.
Arun Isaac
6 days
Set pipefail when running API key commands.
Arun Isaac
6 days
Enable Kagi tools with --kagi-api-key-command.
Arun Isaac
6 days
Add Kagi search tool.
Arun Isaac
6 days
End cancelled turn using end-turn-effects.
Arun Isaac
7 days
tea: End turn with refusal if LLM query fails.
Arun Isaac
7 days
openai: Return the &http-error condition on completions API failure.
Arun Isaac
7 days
web: Raise &http-error condition on failure.
Arun Isaac
7 days
tea: Let end-turn-effects accept a stop reason argument.
Arun Isaac
7 days
trace: fsync immediately.
Arun Isaac
7 days
web: Trace web requests even when they fail with an error code.
Arun Isaac
2026-07-22
Add tracing.
Arun Isaac
2026-05-24
Add Contributing section in README.
v0.1.0
Arun Isaac
2026-05-24
Add "Getting started" section in README.
Arun Isaac
2026-05-24
Improve tool call containerization description in README.
Arun Isaac
2026-05-24
Name planned tools in README.
Arun Isaac
2026-05-24
Mention that the client's file read/write capabilities are never used.
Arun Isaac
2026-05-24
Mention local modesl in README.
Arun Isaac
2026-05-22
Generalize Forgejo issue tool to work with GitHub.
Arun Isaac
2026-05-20
Remove deprecated %list-files export.
Arun Isaac
2026-05-20
Add Forgejo issue reading tool.
Arun Isaac
2026-05-20
Change to cwd only when it exists in the tool call container.
Arun Isaac
2026-05-20
Depend on and capture reference to %certificates-directory.
Arun Isaac
2026-05-18
Refactor web request utilities to separate module.
Arun Isaac
2026-05-18
Close files in binary-file? even when an exception is raised.
Arun Isaac
2026-05-17
Check types of tool call arguments.
Arun Isaac
2026-05-17
Read output from child in container before waiting for it to exit.
Arun Isaac
2026-05-17
Fold parentheses onto previous line.
Arun Isaac
2026-05-17
Depend on guile-next instead of guile-3.0.
Arun Isaac
2026-05-17
Compile guile sources with pre-inst-env.
Arun Isaac
2026-05-17
Add GUILD_FLAGS to Makefile.
Arun Isaac
2026-05-17
Trim whitespace on either side of the API key.
Arun Isaac
2026-05-17
Use the state monad.
Arun Isaac
2026-05-11
Appending missing @ to @PROJECT_TITLE@ placeholder.
Arun Isaac
2026-05-11
Report request parameters as irritants on failed HTTP requests.
Arun Isaac
2026-04-20
Report used and total model context length to client.
Arun Isaac
2026-04-20
Capture model context length from OpenAI API.
Arun Isaac
2026-04-20
Report session cost to client.
Arun Isaac
2026-04-20
Capture and track session cost.
Arun Isaac
2026-04-20
Report per-turn token usage to client.
Arun Isaac
2026-04-20
Capture and track per-turn token usage.
Arun Isaac
2026-04-20
Add add lens.
Arun Isaac
2026-04-19
Document client-request-id field of <state> record type.
Arun Isaac
2026-04-19
Use request ID from state rather than from request object.
Arun Isaac
2026-04-19
Set client request ID in state before serving request.
Arun Isaac
2026-04-19
Refactor turn ending into separate function.
Arun Isaac
2026-04-17
Explicitly enable automatic prompt caching.
Arun Isaac
2026-04-15
Add brainstorming section to README.
Arun Isaac
[next]