Dark-Alex-17
  • Joined on 2026-01-11
Dark-Alex-17 pushed to main at Dark-Alex-17/gman 2026-02-02 17:37:02 +00:00
044d5960eb feat: sort local keys alphabetically when listing them
Dark-Alex-17 pushed tag v0.3.0 to Dark-Alex-17/gman 2026-02-02 01:30:07 +00:00
Dark-Alex-17 pushed to main at Dark-Alex-17/gman 2026-02-02 01:29:54 +00:00
c0aa379b20 bump: version 0.2.3 → 0.3.0 [skip ci]
Dark-Alex-17 pushed to main at Dark-Alex-17/gman 2026-02-02 01:04:23 +00:00
f9fd9692aa build: Modified integration tests so they don't run when cross-compiling to non-x86 systems
Dark-Alex-17 pushed to main at Dark-Alex-17/gman 2026-02-02 00:50:05 +00:00
f1ff3ddc0b bump: version 0.2.3 → 0.3.0 [skip ci]
Dark-Alex-17 pushed to main at Dark-Alex-17/gman 2026-02-02 00:24:30 +00:00
2615b23d6e test: Removed deprecated function calls from cli_tests module and sped up proptests
628a13011e build: upgraded to the most recent Azure SDK version
cff4420ee0 fix: Upgraded AWS dependencies to address CWE-20
9944e29ef0 fix: A critical security flaw was discovered that essentially had all local secrets be encrypted with an all-zero key
c95bae1761 fix: Addressed XNonce::from_slice deprecation warning
Compare 6 commits »
Dark-Alex-17 pushed tag v0.0.6 to Dark-Alex-17/gman 2026-02-02 00:16:26 +00:00
Dark-Alex-17 pushed tag v0.0.5 to Dark-Alex-17/gman 2026-02-02 00:16:26 +00:00
Dark-Alex-17 pushed tag v0.0.4 to Dark-Alex-17/gman 2026-02-02 00:16:26 +00:00
Dark-Alex-17 pushed tag v0.0.3 to Dark-Alex-17/gman 2026-02-02 00:16:26 +00:00
Dark-Alex-17 pushed tag v0.0.2 to Dark-Alex-17/gman 2026-02-02 00:16:26 +00:00
Dark-Alex-17 pushed tag v0.0.1 to Dark-Alex-17/gman 2026-02-02 00:16:26 +00:00
Dark-Alex-17 pushed to main at Dark-Alex-17/loki 2026-02-02 00:06:23 +00:00
d5e0728532 feat: Implemented retry logic for failed tool invocations so the LLM can learn from the result and try again; Also implemented chain loop detection to prevent loops
25c0885dcc fix: Claude tool calls work incorrectly when tool doesn't require any arguments or flags; would provide an empty JSON object or error on no args
f56ed7d005 feat: Added gemini-3-pro to the supported vertexai models
d79e4b9dff Fixed some typos in tool call error messages
Compare 4 commits »
Dark-Alex-17 pushed to develop at Dark-Alex-17/managarr 2026-01-30 22:45:31 +00:00
4f9bc34d23 docs: Updated the README so that the example configuration only includes references to Servarrs that are actually supported [#55]
Dark-Alex-17 pushed to develop at Dark-Alex-17/managarr 2026-01-30 22:36:37 +00:00
a2aa9507a9 fix: Improved the first-time run behavior so that it outputs the default configuration file it tries to load to help users locate the file on first-runs
Dark-Alex-17 pushed to develop at Dark-Alex-17/managarr 2026-01-29 19:57:06 +00:00
c791b985f0 docs: Updated README to tell users to use 'managarr config-path' as the default method to discover the location of the default configuration file
Dark-Alex-17 pushed to develop at Dark-Alex-17/managarr 2026-01-29 19:55:16 +00:00
5c517a748c fix: 'managarr config-path' should work without a pre-existing config already in place [#54]
Dark-Alex-17 pushed to develop at Dark-Alex-17/managarr 2026-01-29 17:26:20 +00:00
892c687077 docs: Updated README with config-path as another way to find the default config file for a given system
c6d5b98e86 feat: Implemented a 'config-path' command to print out the default Managarr configuration file path to help address #54
Compare 2 commits »
Dark-Alex-17 pushed to main at Dark-Alex-17/loki 2026-01-27 20:49:50 +00:00
cdd829199f build: Created justfile to make life easier
Dark-Alex-17 pushed to main at Dark-Alex-17/loki 2026-01-27 20:15:28 +00:00
e3c644b8ca docs: Created a CREDITS file to document the history and origins of Loki from the original AIChat project