You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exec: OutputSnapshot now includes StdoutOffset and StderrOffset fields; ProcessDetails.Annotations renamed to Metadata with any-type support; SupervisedTaskOptions.Annotations renamed to Metadata.
✨ Features
exec: Add process output capture limits and snapshot annotations (8730efd)
exec: Track absolute stream positions for output continuity across restarts (cbff964)
🔧 Maintenance
release: pin sub-modules to v1.21.60 [skip ci] (17beb03)
exec: OutputSnapshot now includes StdoutOffset and StderrOffset fields; ProcessDetails.Annotations renamed to Metadata with any-type support; SupervisedTaskOptions.Annotations renamed to Metadata.
✨ Features
exec: Add process output capture limits and snapshot annotations (8730efd)
exec: Track absolute stream positions for output continuity across restarts (cbff964)
🔧 Maintenance
release: pin sub-modules to v1.21.60 [skip ci] (17beb03)
aichat: CobraToolProviderOptions.Permission callback is removed and
replaced with Policy and Strategies fields. ToolSet() now requires a non-nil
context to scope request values.
entity: Remove automatic verb-based tool safety inference. Entity verbs (list/get/create/update/delete) no longer stamp ReadOnlyHint/DestructiveHint; consumers must supply explicit MCPToolHints for safety semantics.
♻️ Code Refactoring
aichat: Move permissions to captain, carry whole operations (e141c35)
markdown: split markdown rendering into focused modules (7167cad)
⚡ Performance Improvements
task: cache completed external run snapshots (3e8ed60)
✅ Tests
cmd: locate the example fixture without runtime.Caller (2088167)
✨ Features
api: add markdown dialect support with options propagation (873c858)
api: Add structured error responses with OpenTelemetry tracing (afef807)
entity: Add comprehensive error responses and action lookup support (a0ab0a1)
flags: add enum tag support for closed-set flag values (e4d0cc8)
task: Add stop control to task groups without explicit controllers (59c3e20)
🐛 Bug Fixes
mcp: honor XDG_CONFIG_HOME when locating the server registry (ed69784)
rpc: keep a classified error's status on the legacy surface (43aea34)
📦 Build System
aichat: pin captain v0.0.53 for the tool-strategy API (0987235)
examples: refresh the entity demo's module pins (fef09a2)
🔧 Maintenance
release: pin sub-modules to v1.21.58 [skip ci] (03124e1)
Next steps: Take a moment to review the security alert above. Review
the linked package source code to understand the potential risk. Ensure the
package is not malicious before proceeding. If you're unsure how to proceed,
reach out to your security team or ask the Socket team for help at
support@socket.dev.
Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.
Mark the package as acceptable risk. To ignore this alert only
in this pull request, reply with the comment
@SocketSecurity ignore golang/modernc.org/libc@v1.74.1. You can
also ignore all packages with @SocketSecurity ignore-all.
To ignore an alert for all future pull requests, use Socket's Dashboard to
change the triage state of this alert.
Warn
Obfuscated code: golang modernc.org/libc is 90.0% likely obfuscated
Next steps: Take a moment to review the security alert above. Review
the linked package source code to understand the potential risk. Ensure the
package is not malicious before proceeding. If you're unsure how to proceed,
reach out to your security team or ask the Socket team for help at
support@socket.dev.
Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.
Mark the package as acceptable risk. To ignore this alert only
in this pull request, reply with the comment
@SocketSecurity ignore golang/modernc.org/libc@v1.74.1. You can
also ignore all packages with @SocketSecurity ignore-all.
To ignore an alert for all future pull requests, use Socket's Dashboard to
change the triage state of this alert.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.0.29→v0.0.60v1.21.57→v1.21.61v1.21.55→v1.21.61v1.21.55→v1.21.61v1.21.55→v1.21.61v1.57.0→v1.59.0v1.56.0→v1.59.0v0.1.27→v0.1.31v1.0.39→v1.0.42v3.24.84→v3.24.89v1.0.90→v1.0.92v1.0.88→v1.0.92Release Notes
flanksource/captain (github.com/flanksource/captain)
v0.0.60Compare Source
v0.0.59Compare Source
v0.0.58Compare Source
v0.0.57Compare Source
v0.0.56Compare Source
v0.0.55Compare Source
v0.0.54Compare Source
v0.0.53Compare Source
v0.0.52Compare Source
v0.0.51Compare Source
v0.0.50Compare Source
v0.0.49Compare Source
v0.0.48Compare Source
v0.0.47Compare Source
v0.0.46Compare Source
v0.0.45Compare Source
Changelog
b079372fix(ai): disable GPT-5.6 reasoning with function toolsv0.0.44Compare Source
Changelog
3304de9fix(ui): restore dark mode theme colors (#89)v0.0.43Compare Source
Changelog
b8f43b4fix(ui): use Clicky 0.3.25 tool mode prop (#84)v0.0.42Compare Source
Changelog
139ac63feat(migrations): add schema-scoped migration supportv0.0.41Compare Source
Changelog
5cc3a61chore(docs): Update docs build config and dependencies with pnpm workspace rules8073909feat(api): Add durable token authentication and TLS for remote Captain accessdd911e8feat(api): declare per-backend permission capabilities4c329dcfeat(cli): add captain permissions matrix51a3cd8feat(sandbox): Add managed git-agent deployment and HTTPS sandbox support67e246dfeat(sandbox): Add redacted agent login mirroring to sandbox destinationsdbdb4d8fix(agent): Enforce budget timeout on agent runner invocations65c407ffix(api): describe the permissions block in the generated schema0ea0579fix(cli): Support buffered providers in workflow streaming043dcd0fix: Prevent directory traversal attacks in credentials and token paths256b36brefactor(aichat): refactor rename runtime_settings to runtime_profilee552f59refactor(api): refactor tool catalog to use ToolPolicy instead of ToolMode1143c4frefactor(api): resolve tool authority from strategies over typed operations4c9b574refactor(api,fe): Refactor method calls to use receiver methods instead of field access1eaa65crefactor(commit): skip git-ignored paths in commit attribution2f4a96crefactor(test): refactor gitagent e2e test to use configurable session database9c4484frefactor: unify tool permission vocabulary and layeringe316949refactor: use ai.ResolveModelSelectors for catalog id resolutionb60aae2test(test): Wait for agent task completion in e2e testv0.0.40Compare Source
Changelog
7906f69perf(database): reduce transcript ingest write amplificationv0.0.39Compare Source
Changelog
7a88159feat: capture Claude CLI session cost estimates (#77)v0.0.38Compare Source
Changelog
1712d6cfix(cost): align public accounting view contractsfc866f8fix(cost): preserve model-call accounting consistencyv0.0.37Compare Source
Changelog
be74402fix(aichat): unify streaming and persistence outcomes (#74)v0.0.36Compare Source
Changelog
7f38d60fix(ai): make model discovery auth-consistent (#67)v0.0.35Compare Source
Changelog
214256fchore(ui): bump clicky-ui to 0.3.24 (#72)v0.0.34Compare Source
Changelog
88baac1fix(codex): emit complete correlated tool results (#66)v0.0.33Compare Source
Changelog
9abc95cfix(api): remove dead routes and prevent SPA fallthrough (#73)v0.0.32Compare Source
Changelog
237f79cMake chat sessions authoritative and forkable (#70)v0.0.31Compare Source
Changelog
d158690fix: preserve approvals submitted before prompt runs wait (#71)v0.0.30Compare Source
Changelog
d4b78a5Resolve hierarchical runtime profiles (#62)flanksource/clicky (github.com/flanksource/clicky)
v1.21.61Compare Source
⚠ BREAKING CHANGES
✨ Features
🔧 Maintenance
v1.21.60Compare Source
⚠ BREAKING CHANGES
✨ Features
🔧 Maintenance
v1.21.59Compare Source
⚠ BREAKING CHANGES
Claude-Session-Id:
1eadaa8-699a-44c2-8b63-f550033a6ffa♻️ Code Refactoring
✨ Features
🐛 Bug Fixes
👷 CI/CD
🔧 Maintenance
security
v1.21.58Compare Source
⚠ BREAKING CHANGES
replaced with Policy and Strategies fields. ToolSet() now requires a non-nil
context to scope request values.
♻️ Code Refactoring
⚡ Performance Improvements
✅ Tests
✨ Features
🐛 Bug Fixes
📦 Build System
🔧 Maintenance
flanksource/commons (github.com/flanksource/commons)
v1.59.0Compare Source
Features
BREAKING CHANGES
http.har.maxBodySizetohttp.har.response.body.length; default increased from 65536 to4194304bytesClaude-Session-Id:
01a046f-4293-7391-b920-187a7083ba68v1.58.0Compare Source
Features
flanksource/commons-db (github.com/flanksource/commons-db)
v0.1.31Compare Source
What's Changed
Full Changelog: v0.1.30...v0.1.31
v0.1.30Compare Source
What's Changed
Full Changelog: v0.1.29...v0.1.30
v0.1.29Compare Source
What's Changed
Full Changelog: v0.1.28...v0.1.29
v0.1.28Compare Source
What's Changed
Full Changelog: v0.1.27...v0.1.28
flanksource/deps (github.com/flanksource/deps)
v1.0.42Compare Source
Bug Fixes
v1.0.41Compare Source
Bug Fixes
v1.0.40Compare Source
Bug Fixes
flanksource/gomplate (github.com/flanksource/gomplate/v3)
v3.24.89Compare Source
Bug Fixes
Code Refactoring
Features
BREAKING CHANGES
Claude-Session-Id:
36467eb-f368-4040-bc75-e28248497b4cv3.24.88Compare Source
v3.24.87Compare Source
v3.24.86Compare Source
Bug Fixes
v3.24.85Compare Source
Bug Fixes
Features
flanksource/is-healthy (github.com/flanksource/is-healthy)
v1.0.92Compare Source
v1.0.91Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate.