chore: upgrade coder/serpent to allow more readable durations (#20886)

https://github.com/coder/serpent/pull/28 added this capability.

https://github.com/coder/serpent/compare/v0.11.0...v0.12.0

---------

Signed-off-by: Danny Kopping <danny@coder.com>
This commit is contained in:
Danny Kopping
2025-11-24 09:24:06 +00:00
committed by GitHub
parent a6581c7157
commit 443b0c851d
7 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ AIBRIDGE OPTIONS:
See
https://docs.claude.com/en/docs/claude-code/settings#environment-variables.
--aibridge-retention duration, $CODER_AIBRIDGE_RETENTION (default: 1440h)
--aibridge-retention duration, $CODER_AIBRIDGE_RETENTION (default: 60d)
Length of time to retain data such as interceptions and all related
records (token, prompt, tool use).
+1 -1
View File
@@ -753,5 +753,5 @@ aibridge:
inject_coder_mcp_tools: false
# Length of time to retain data such as interceptions and all related records
# (token, prompt, tool use).
# (default: 1440h, type: duration)
# (default: 60d, type: duration)
retention: 1440h0m0s