68bc571a83Fixed sleep mode after a long and fierce battle.
Storm Dragon
2025-08-14 20:53:03 -04:00
fb8c64a4062 new options added for the ai assistant. First, describe images, which *should* describe any images on the screen. The second is browse for image, which will provide a description for the selected image specifically.
Storm Dragon
2025-08-12 15:34:35 -04:00
15bcc0589aRemove a debug file that accidently got committed.
Storm Dragon
2025-08-12 03:09:14 -04:00
287522c293Cthulhu should now work no matter where it gets installed.
Storm Dragon
2025-08-12 03:01:33 -04:00
e6cee379eeRemove libpeas dependency since we don't use it any more.
Storm Dragon
2025-08-12 02:53:27 -04:00
21b7cff27cUpdates to meson.build.
Storm Dragon
2025-08-11 16:44:36 -04:00
2d24a5b126Fixes to the new meson/ninja build system. Pretty close to working... I think.
Storm Dragon
2025-08-11 16:27:27 -04:00
aa369af689Allow building without help dependencies.
Storm Dragon
2025-08-11 13:41:27 -04:00
02fa1e4356Rest of the conversion to meson/ninja missed in the first push. Thanks again Claud for the assist.
Storm Dragon
2025-08-11 13:27:22 -04:00
8bcc85f82cMigrated to meson/ninja for building. There may be bugs. Thanks Claud for the assist.
Storm Dragon
2025-08-11 13:16:43 -04:00
7b84cd7492Ollama AI can now have customized api endpoint instead of always using localhost.
Storm Dragon
2025-08-11 12:10:21 -04:00
a80bca78d1Clickables now present a message when loading. Focus is preserved. Woogoo
Storm Dragon
2025-08-10 21:53:49 -04:00
b715e9071bPress enter on clickables to activate them like any other web control. Very experimental.
Storm Dragon
2025-08-10 21:28:56 -04:00
eae9a5896eBackport browser fixes for chromium and new d-bus functionality from Orca.
Storm Dragon
2025-08-10 12:45:50 -04:00
89df8991f7More work on finding and fixing bugs. I want to improve stability before progressing with new functionality.
Storm Dragon
2025-08-06 00:10:23 -04:00
c9cfe3e0f4Went bug huntin' Squished a bunch of 'em little critters.
Storm Dragon
2025-08-05 23:57:23 -04:00
37bd89ab87many updates to AI Assistant plugin. Improved UI, hopefully improved accuracy as well.
Storm Dragon
2025-08-05 19:05:45 -04:00
a322c1d9b2Bug fix in ActionPresenter.
Storm Dragon
2025-08-04 01:00:40 -04:00
493350f049Work on backporting new d-bus functionality from Orca.
Storm Dragon
2025-08-04 00:55:55 -04:00
97f6cec0edImprovements to action menu.
keyboard
Storm Dragon
2025-08-04 00:36:27 -04:00
ecb1ae4fe5Keyboard seems to be working, same methods as orca now.
Storm Dragon
2025-08-04 00:21:49 -04:00
9c8063c55eAI assistance pretty much integrated. 2 options currently that actually work, Claud and Ollama. More planned for later, so other options available they just don't do anything.
Storm Dragon
2025-08-03 14:24:03 -04:00
270def0a59Implement complete AI Assistant plugin with Claude Code integration
Storm Dragon
2025-08-03 13:45:34 -04:00
a8672165d8AI capabilities added. Working 90 percent with ollama, more providers and functionality coming soon.
Storm Dragon
2025-08-03 00:07:59 -04:00
9ead764b2eFixed a bug in control+shift key parsing for plugins.
Storm Dragon
2025-08-02 23:03:52 -04:00
d41d9076d1Notify users that to apply changes, Cthulhu has to be restarted. The previous attempt was not screen reader accessible, a terrible thing for a screen reader itself to have inaccessible components lol.
Storm Dragon
2025-08-02 13:14:23 -04:00
06894693b0Plugin manager added. No more hand editing the settings file to enable and disable plugins. Hopefully less breakage. Updates to the local build and clean files for installing test builds.
Storm Dragon
2025-08-02 05:11:56 -04:00
cb20579625Indentation plugin finally working. Indentation now indicated by beeps.
Storm Dragon
2025-08-02 04:23:51 -04:00
3679609923Keep settings files when cleaning. My bad that actually got removed in the first place.
Storm Dragon
2025-08-02 03:59:52 -04:00
dfe51aa45fBump version file so it matches the latest commit date.
Storm Dragon
2025-08-02 02:35:45 -04:00
06d1c21d03Update documentation and PKGBUILD for new features
Storm Dragon
2025-07-31 14:17:32 -04:00
05a4f90af2Add local development infrastructure and documentation
Storm Dragon
2025-07-31 14:03:48 -04:00
613fc514fbMerge branch 'testing' of ssh://git.stormux.org:1101/storm/cthulhu into testing
Storm Dragon
2025-07-31 04:07:10 -04:00
a71da1ad2aSome work on the audio indentation plugin.
Storm Dragon
2025-07-31 04:07:01 -04:00
0c26025a81Updates to build files.
Storm Dragon
2025-07-01 15:55:00 -04:00
0405200980New plugin, updates to a few other things. Yes, I know that's not descriptive, but apparently I forgot to add a few things last time. lol
Storm Dragon
2025-07-01 13:56:18 -04:00
90aecf8055Changes to the plugin manager.
Storm Dragon
2025-06-05 04:13:24 -04:00
48d99e8813Improved debugging to help track down this bug.
Storm Dragon
2025-06-05 04:02:28 -04:00
314aa18a1bAnother another attempt to fix the plugin keybindings.
Storm Dragon
2025-06-05 03:42:02 -04:00
a21f1aa13banother attempt to fix the keybinding problem for plugins.
Storm Dragon
2025-06-05 03:32:01 -04:00
5181944de0Move timestamps to the end of the log message instead of the beginning. Makes debugging much less of a PITA.
Storm Dragon
2025-04-20 15:27:59 -04:00
0a8bb684ecFixed an error in a call to a cthulhu module.
Storm Dragon
2025-04-20 03:20:12 -04:00
d94ba1accbAdd optional parameter to _on_settings_changed()
Storm Dragon
2025-04-20 03:13:43 -04:00
0580dda131A few documentation updates.
Storm Dragon
2025-04-11 13:17:26 -04:00
d36b664319Merge branch 'testing' Plugins are in a much better state now, mostly working. The exception is, plugins that create a keyboard shortcut don't actually bind the shortcut. That one is turning out to be a lot harder to fix than I originally thought.
2025.04.05
Storm Dragon
2025-04-05 16:32:17 -04:00
02be96aa69Try to fix clipboard and simple plugins.
Storm Dragon
2025-04-04 18:04:58 -04:00
48575ab6cdRemoved the old plugin manager. It didn't work anyway and needs to be rewritten.
Storm Dragon
2025-04-04 17:28:31 -04:00
2c28021ed4Removed the old plugin manager. It didn't work anyway and needs to be rewritten.
Storm Dragon
2025-04-04 17:27:30 -04:00
8a79725df8Update clipboard plugin to new pluggy format.
Storm Dragon
2025-04-04 17:08:18 -04:00
1b4c4916e3Hopefully fixed an error in simple plugin system.
Storm Dragon
2025-04-04 16:33:53 -04:00
35a83327acConvert simple plugin plugin to new plugin format. Hmm, gotta get in a couple more... plugin plugin plugin! lol
Storm Dragon
2025-04-04 16:25:28 -04:00
c712bea421Attempt to fix keybindings not working from plugins.
Storm Dragon
2025-04-04 16:03:35 -04:00