Commit Graph

1623 Commits

Author SHA1 Message Date
1bbb182df3 Merge branch 'development_mahmoud' into development_kristof
* development_mahmoud:
  chore: update install script
  test: fix startupmanager test
  fix openai import
2024-12-25 17:53:13 +01:00
04e18f439b generator code for herolib 2024-12-25 17:52:57 +01:00
Mahmoud-Emad
6e769b6af5 test: fix startupmanager test
- The test was failing because it assumed the process `redis-server` was not already running.
- This commit adds a check to see if the process exists. If it does, it stops it before starting it.
- If it doesn't exist, it creates it before starting it.
- This ensures the test is more robust and reliable.
2024-12-25 15:58:02 +00:00
64d913d730 fix openai import 2024-12-25 17:46:19 +02:00
63660bbb90 hero lang 2024-12-25 16:19:37 +01:00
Mahmoud Emad
ccfc7c4656 fix: improve package management and screen status
- Fix issues in package installation and removal across
different platforms (Ubuntu, macOS, Alpine, Arch).
- Improve error handling and add sudo support where
necessary.
- Enhance screen status check to accurately reflect
process activity.
- Address minor bugs in `db.v`, `done.v`, and
`net_test.v`.
- Correct minor inconsistencies in package names.
2024-12-25 17:12:08 +02:00
Mahmoud Emad
7242564b80 refactor: Process actions in code blocks and actions
- Removed commented-out code from `element_action.v` and
  `element_codeblock.v`.
- Enabled processing of actions within code blocks.
- The code now correctly handles multiple actions within a
  code block.
- Improves the handling of actions within Markdown.
2024-12-25 14:02:39 +02:00
f77c7ba874 the base 2024-12-25 12:38:51 +01:00
4848703a8b the base 2024-12-25 12:37:24 +01:00
Mahmoud Emad
10e27d2962 feat: add base module
- Add base module with context, session, and configurator.
- Implement session management and configuration loading/saving.
- Introduce error handling and logging mechanisms.
- Include template files for Lua scripts.
2024-12-25 13:31:03 +02:00
Mahmoud Emad
873d689a8f Merge branch 'main' into development_mahmoud 2024-12-25 13:24:35 +02:00
098fe97d73 the base 2024-12-25 12:23:15 +01:00
Mahmoud Emad
9508f2f73b refactor: Remove unnecessary int casts in lookup.v
- Remove unnecessary casts from `int(lut.keysize)` to `lut.keysize`
- This simplifies the code and improves readability.
- No functional changes are introduced.
2024-12-25 13:13:59 +02:00
a8801e43fe the base 2024-12-25 11:56:28 +01:00
fbae8eeb2a the base 2024-12-25 11:44:17 +01:00
27ef87f9c7 the base 2024-12-25 11:36:34 +01:00
a2a47ed7ee the base 2024-12-25 11:18:08 +01:00
a7e714058f the base 2024-12-25 10:18:31 +01:00
37d2501067 the base 2024-12-25 10:11:52 +01:00
8c58633c56 herojson 2024-12-25 09:37:32 +01:00
4ef1d75331 hsjon 2024-12-25 09:36:40 +01:00
4e030b794d the base 2024-12-25 09:23:31 +01:00
4a50de92e3 the base 2024-12-25 08:40:56 +01:00