| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| .github/workflows/ | 18-Oct-2025 | - | 12 | 9 | ||
| Model/ | 30-Oct-2025 | - | 1,990 | 1,487 | ||
| RemoteResponse/ | 18-Oct-2025 | - | 67 | 46 | ||
| Storage/ | 18-Oct-2025 | - | 1,419 | 934 | ||
| _test/ | 30-Oct-2025 | - | 627 | 369 | ||
| cli/ | 18-Oct-2025 | - | 321 | 243 | ||
| conf/ | 30-Oct-2025 | - | 137 | 91 | ||
| db/ | 18-Oct-2025 | - | 34 | 27 | ||
| lang/ | 18-Oct-2025 | - | 464 | 377 | ||
| script/ | 30-Oct-2025 | - | 527 | 410 | ||
| syntax/ | 30-Oct-2025 | - | 277 | 186 | ||
| vendor/ | 18-Oct-2025 | - | 63,900 | 60,994 | ||
| .gitattributes | D | 18-Oct-2025 | 39 | 3 | 2 | |
| AGENTS.md | D | 30-Oct-2025 | 5.8 KiB | 163 | 122 | |
| AIChat.php | D | 18-Oct-2025 | 440 | 17 | 8 | |
| AbstractCLI.php | D | 18-Oct-2025 | 1.5 KiB | 55 | 42 | |
| Chunk.php | D | 18-Oct-2025 | 3.9 KiB | 205 | 117 | |
| Embeddings.php | D | 30-Oct-2025 | 14.5 KiB | 458 | 273 | |
| LICENSE | D | 18-Oct-2025 | 17.7 KiB | 340 | 281 | |
| ModelFactory.php | D | 18-Oct-2025 | 5 KiB | 175 | 103 | |
| ModelSetting.php | D | 18-Oct-2025 | 1.6 KiB | 56 | 37 | |
| README | D | 18-Oct-2025 | 939 | 28 | 19 | |
| TextSplitter.php | D | 30-Oct-2025 | 5.3 KiB | 165 | 88 | |
| action.php | D | 30-Oct-2025 | 3.6 KiB | 102 | 74 | |
| cli.php | D | 18-Oct-2025 | 15.5 KiB | 506 | 438 | |
| composer.json | D | 18-Oct-2025 | 293 | 15 | 14 | |
| composer.lock | D | 18-Oct-2025 | 7.4 KiB | 217 | 216 | |
| deleted.files | D | 18-Oct-2025 | 11 | 2 | 1 | |
| helper.php | D | 30-Oct-2025 | 12.4 KiB | 431 | 246 | |
| plugin.info.txt | D | 30-Oct-2025 | 210 | 9 | 8 | |
| remote.php | D | 18-Oct-2025 | 3.5 KiB | 111 | 52 | |
| renderer.php | D | 18-Oct-2025 | 13.5 KiB | 605 | 412 | |
| script.js | D | 18-Oct-2025 | 90 | 3 | 0 | |
| style.less | D | 18-Oct-2025 | 262 | 17 | 14 |
README
1aichat plugin for DokuWiki 2 3Chat with a LLM about the contents of your wiki 4 5All documentation for this plugin can be found at 6https://www.dokuwiki.org/plugin:aichat 7 8If you install this plugin manually, make sure it is installed in 9lib/plugins/aichat/ - if the folder is called different it 10will not work! 11 12Please refer to http://www.dokuwiki.org/extensions for additional info 13on how to install extensions in DokuWiki. 14 15---- 16Copyright (C) Andreas Gohr <gohr@cosmocode.de> 17 18This program is free software; you can redistribute it and/or modify 19it under the terms of the GNU General Public License as published by 20the Free Software Foundation; version 2 of the License 21 22This program is distributed in the hope that it will be useful, 23but WITHOUT ANY WARRANTY; without even the implied warranty of 24MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25GNU General Public License for more details. 26 27See the LICENSING file for details 28