Skip to content

Releases: singnet/Omega

v0.1.19

v0.1.19 Pre-release
Pre-release

Choose a tag to compare

@alyona-snet alyona-snet released this 24 Aug 16:55
642c536

What's Changed

  • [OMEGA-304] Fix: remove unconditional ALERT_FAILED prompt instruction by @timur-ashkenov in #296
  • [OMEGA-306] Fix: Prevent channel auth takeover after restart by @timur-ashkenov in #298
  • [OMEGA-291] Add CI coverage for the OpenClaw delegation plugin by @TossSky in #304
  • [OMEGA-305] Fix: Reject unknown skill calls by @timur-ashkenov in #301
  • [OMEGA-314] Add unit tests for helper.py parsing functions by @Leul-Negash in #287
  • [OMEGA-169 & OMEGA-291] OmegaClaw as a coordinator with OpenClaw-like as an execution agent by @paul-v-snet in #291
  • [OMEGA-288] [FIX] wschat: don't drop unsent outbox messages after a mid-flush failure by @amiroussama in #264
  • [OMEGA-317] Wrong displaying of OmegaClaw version by @blackhammer116 in #306
  • [OMEGA-254] Split release workflow into build, QA approval and tagging stages by @BANGLADESH228 in #303
  • [OMEGA-349] Slack, add full user_id number in information returned by slack.py when message is received by @jazzbox35 in #312
  • [OMEGA-335] Remove Agentverse skill from OmegaClaw Core by @blackhammer116 in #317
  • Revise plugin addition request template by @alyona-snet in #322
  • [OMEGA-256] Add new functionality for slack textual attachments by @jazzbox35 in #316
  • Improve first PR template item by @vsbogd in #326
  • [OMEGA-348] simplify memoryDirectory variable and make possible to run w/ docker compose (aka "permanent files directory issue") by @jazzbox35 in #324
  • [OMEGA-358] Add initial plugin API documentation by @vsbogd in #320
  • [OMEGA-379] Add Plugin publishing instruction to /docs by @alyona-snet in #328

New Contributors

Full Changelog: v0.1.18...v0.1.19

v0.1.18

v0.1.18 Pre-release
Pre-release

Choose a tag to compare

@alyona-snet alyona-snet released this 04 Aug 12:54
b1852df

What's Changed

  • Update renovatebot/github-action action to v46.1.19 by @anseliv in #247
  • [OMEGA-239] memory | implements safe history and prompt files reading by @paul-v-snet in #249
  • Revert "[OMEGA-239] memory | implements safe history and prompt files reading" by @vsbogd in #255
  • [OMEGA-161][OMEGA-205] Add plugin API to universally load any kind of plugins, add existing communication channels and LLM providers as plugins by @vsbogd in #222
  • [OMEGA-239] Register the new memory safety tests in run_mandatory by @TossSky in #258
  • Reapply "[OMEGA-239] implements safe history and prompt files" by @paul-v-snet in #257
  • [OMEGA-223] Log Python exceptions instead of swallowing them by @Leul-Negash in #248
  • [OMEGA-240] skills | add get-io-policy skill by @paul-v-snet in #260
  • channels/auth.py | remove dead logger assignment by @Leul-Negash in #277
  • [OMEGA-269] docs, get-io-policy | add docs for the get-io-policy skill by @paul-v-snet in #279
  • [OMEGA-76] Add workflow plugin to allow adding new skills via MarkDown files by @vsbogd in #259
  • [OMEGA-174][OMEGA-219] Multi-line command argument parsing of MeTTaClaw by @patham9 in #223
  • [OMEGA-252] Allow configuring the model for each LLM provider using configuration file by @vsbogd in #268
  • [OMEGA-271] Add mock autotests for the workflow plugin by @TossSky in #280
  • [OMEGA-273][FIX] skills: file-write results are read back from disk (add write-file-b64) by @MartinEbner in #243
  • [OMEGA-222] Add heartbeat api by @vsbogd in #281
  • [OMEGA-263] Fix append-file concatenating without a newline (#204) by @Leul-Negash in #233
  • [OMEGA-133] Feat: CI for arm64 architecture implementation by @timur-ashkenov in #236
  • [OMEGA-218] Fix: Verified error reporting by @timur-ashkenov in #282
  • [OMEGA-201] Fix: Standalone channel authentication by @timur-ashkenov in #283
  • [OMEGA-243] Fix: Runtime Openai embeddings by @timur-ashkenov in #285
  • [OMEGA-292] Add plugin location to sys.path in the MeTTa loader by @Leul-Negash in #288
  • [OMEGA-181] System Versioning by @blackhammer116 in #238
  • [OMEGA-287] Feat: Queue channel messages until connected and send version on startup by @blackhammer116 in #286

New Contributors

Full Changelog: v0.1.17...v0.1.18

v0.1.16

v0.1.16 Pre-release
Pre-release

Choose a tag to compare

@jazzbox35 jazzbox35 released this 23 Jun 19:40
68ed8db

All enhancements and bug fixes through PR #188

v0.1.15

v0.1.15 Pre-release
Pre-release

Choose a tag to compare

@vsbogd vsbogd released this 17 Jun 06:04
8cf0800

What's Changed

  • Add curl and a set of pdf utilities so Max can easily fetch and utilize pdfs. by @jazzbox35 in #174
  • [OMEGA-119] Changing prompt by @vsbogd in #175

Full Changelog: v0.1.14...v0.1.15

v0.1.14

v0.1.14 Pre-release
Pre-release

Choose a tag to compare

@vsbogd vsbogd released this 16 Jun 20:41
d4b8162

What's Changed

  • [OMEGA-74] Telegram mock autotests by @TossSky in #139
  • Qa/omega 86 tests by @TossSky in #140
  • Feature/sonarqube setup by @BANGLADESH228 in #142
  • Update sonar.yml by @BANGLADESH228 in #149
  • [OMEGA-124] Merge kb load to embeddings facility to core by @jazzbox35 in #150
  • Revert "[OMEGA-124] Merge kb load to embeddings facility to core" by @vsbogd in #153
  • [OMEGA-37] QA Automation: Autotests integration into CI/CD pipeline by @sassless in #129
  • [OMEGA-104] Add raw LLM response collection point (LLM_RAW_RESPONSE_LOG_PATH) by @TossSky in #148
  • [OMEGA-90] Slack mock autotests by @TossSky in #146
  • [OMEGA-126] Show help when script is executed in interactive mode without args by @vsbogd in #143
  • [OMEGA-131] Speed up mock test harness and add agent readiness wait by @TossSky in #156
  • [OMEGA-132] Freeze Python packages versions by @vsbogd in #158
  • [OMEGA-134] Fix OpenAIProvider: pass system prompt via Responses API instructions instead of input by @TossSky in #157
  • [OMEGA-125] Fix OmegaClaw multiline send parsing for list responses by @PAY2109 in #144
  • [OMEGA-139] Install libraries using requirements files by @vsbogd in #163
  • [OMEGA-95] feat(llm): add dedicated OpenRouterProvider with reasoning support by @surafelfikru in #160
  • [OMEGA-38] Hide credentials from the Agent process by @vsbogd in #145
  • [OMEGA-138] DDGS for better web search forward compatibility by @patham9 in #162
  • Update the rag.py test branch with latest changes in core by @jazzbox35 in #166
  • [OMEGA-128] Fix for release publishing issue by @sassless in #161
  • [OMEGA-116] fix IndexError for balance_paranthesis by @surafelfikru in #164
  • [OMEGA-140] Web search smoke test in mandatory checks by @TossSky in #165
  • Fixes for OpenAI embeddings by @jazzbox35 in #171
  • [OMEGA-39] File-system access policy for the agent by @vsbogd in #159
  • [OMEGA-124] Merge kb load to embeddings facility to core by @vsbogd in #167
  • [OMEGA-130] - Added configurable knowledge-base import to Docker entrypoint by @blackhammer116 in #168
  • make llm key prompt immediately follow llm provider input by @jazzbox35 in #176

New Contributors

Full Changelog: v0.1.13...v0.1.14

v0.1.13

v0.1.13 Pre-release
Pre-release

Choose a tag to compare

@vsbogd vsbogd released this 22 May 14:32
df788fe

What's Changed

New Contributors

Full Changelog: v0.1.12...v0.1.13

v0.1.12

v0.1.12 Pre-release
Pre-release

Choose a tag to compare

@jazzbox35 jazzbox35 released this 18 May 14:38
e8c11d8
Merge pull request #123 from vsbogd/llm-mock

LLM mock improvements

v0.1.11

v0.1.11 Pre-release
Pre-release

Choose a tag to compare

@vsbogd vsbogd released this 21 Apr 17:00
bc1080a

What's Changed

  • Comprehensive documentation - intro, tutorials, and api reference by @matthewbehrend in #44
  • Improve main README and guarantee :latest pulls the true latest by @jazzbox35 in #50
  • Remove 'named Omega' by @HWLowy in #51
  • Enhance README with memory and metacognition details by @HWLowy in #52
  • Add PR template by @vsbogd in #54
  • IRC send fix by @patham9 in #53
  • Use PyTest style of unit testing by @vsbogd in #57
  • Shell timeout enforced by @patham9 in #55
  • Makes 2-arg command generation easier by @patham9 in #56
  • Avoid excess flood, send newlines as separate messages by @patham9 in #59

New Contributors

Full Changelog: v0.1.10...v0.1.11

V0.1.10

V0.1.10 Pre-release
Pre-release

Choose a tag to compare

@jazzbox35 jazzbox35 released this 17 Apr 16:01
d5d5200
Merge pull request #46 from jazzbox35/main

Changes to allow external memory and repeated auth tokens (Clone of PR 35)

v0.1.9

v0.1.9 Pre-release
Pre-release

Choose a tag to compare

@jazzbox35 jazzbox35 released this 16 Apr 20:06
354ff24
Merge pull request #43 from asi-alliance/AntiSpam

Anti-spam prompt and duplicate send filter re-added