Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: secmon-lab/warren

Tags

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(chat): add no-authorization flag for development and refactor me…

…mory prompt handling to improve template generation (#94)

v0.7.0

Toggle v0.7.0's commit message
docs(migration): document breaking changes in authorization policies …

…for v0.7.0 to enhance security and clarity

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(memory): implement memory scoring and feedback system (#83)

* feat(memory): implement memory scoring and feedback system to enhance memory usefulness evaluation and management

* test: improve error handling in tests and replace mock client implementation for better session behavior in BigQuery agent tests

* refactor(feedback): rename TotalScore to totalScore for internal use and update references accordingly

* refactor(feedback): simplify score validation by introducing clampScore function and remove redundant tests for score calculation

* fix(feedback.go): ensure memory slices are non-nil before template iteration to prevent runtime errors

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(chat.go): add check for empty tasks in OnTaskDone to prevent unne…

…cessary processing and improve clarity (#82)

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: repository layer (#79)

* refactor repository

* refactor(ticket): replace Metadata.Title and Metadata.Description with Title and Description for consistency across the codebase

* refactor(ticket.go): remove error handling for zero magnitude vectors to simplify the FindNearestTickets function

* feat(activity): add activity utility functions for ticket and alert operations to enhance activity tracking and management

* chore(go.mod): update fireconf dependency version to v0.1.1 for stability and consistency

v0.5.0

Toggle v0.5.0's commit message
docs(installation_gcp): update index creation instructions for clarit…

…y and add execution memories records subcollection index

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(dependencies): update Gollem module to latest (#49)

* chore(dependencies): update Go module dependencies to latest versions for improved stability and performance

* feat(logging): implement request ID generation and tracing in middleware for improved request tracking and logging consistency

* feat(dispatch.go): add request ID handling to newBackgroundContext for better traceability

* chore(go.mod): update gollem dependency to the latest version for improved functionality and stability

* refactor(chat.go): rename hook methods for clarity and add task completion hook to enhance functionality

* chore(go.mod): update gollem dependency to the latest version for improved functionality and stability

* feat(chat): enhance chat functionality with execution tracing and Slack markdown guidelines for message formatting

v0.3.0

Toggle v0.3.0's commit message
fix(chat.go): update formatting for completed and skipped tasks to us…

…e single tilde for strikethrough effect

v0.2.0

Toggle v0.2.0's commit message
fix(go.mod): update masq dependency version to v0.1.12-0.202508060030…

…19-f30e7de4dc21

v0.1.0

Toggle v0.1.0's commit message
chore(go.mod): update gollem dependency from v0.8.4 to v0.9.0 for imp…

…rovements and bug fixes