Commit Graph

  • 6ffb1dc6a4 fix: update player-authored direction input comment from ~ / ~~ to # / ## in DirectorMessage.vue vegu-ai-tools 2026-04-25 18:35:39 +03:00
  • a466e1709d feat: update player direction input prefixes from ~ / ~~ to # / ## in documentation and code vegu-ai-tools 2026-04-24 02:33:03 +03:00
  • 000f8d6ae4 feat: add direction availability handling and prefix modes in SceneMessageInput vegu-ai-tools 2026-04-24 02:32:18 +03:00
  • a76b401a2a separate scene input into sub component vegu-ai-tools 2026-04-24 01:48:32 +03:00
  • 81e8d79fa8 feat: expand event documentation with new scene and game loop events vegu-ai-tools 2026-04-24 00:44:18 +03:00
  • 55ec9fb16a fix: backfill subtype in DirectorMessage for compatibility with older saves vegu-ai-tools 2026-04-24 00:16:31 +03:00
  • a4ee5a7110 prompt tweaks vegu-ai-tools 2026-04-23 13:48:43 +03:00
  • be58d4ff55 linting vegu-ai-tools 2026-04-22 02:14:44 +03:00
  • 5468da3fb0 node graph tweaks vegu-ai-tools 2026-04-22 02:13:02 +03:00
  • 43d94000ca feat: add compact layout option to StyleElement and update UxElementMessage for inline rendering vegu-ai-tools 2026-04-22 02:12:47 +03:00
  • dfe2aedbb7 feat: add information messages to SceneAppearance and enhance DirectorMessage vegu-ai-tools 2026-04-22 01:35:47 +03:00
  • d0a145e842 feat: add instructions column to scene type table and update styles vegu-ai-tools 2026-04-20 22:18:25 +03:00
  • 07a485f09f refactor baseline tests away from magic mock to use real objects instead vegu-ai-tools 2026-04-20 19:39:24 +03:00
  • ffac3ec8b2 scene intent instructions from templates vegu-ai-tools 2026-04-20 17:39:56 +03:00
  • 2494c15fa9 feat: update Scene Direction node to use agent default max_actions instead of hardcoded value vegu-ai-tools 2026-04-20 00:51:26 +03:00
  • a2034323e2 feat: increase default max actions per turn and adjust max limit for scene direction vegu-ai-tools 2026-04-20 00:51:12 +03:00
  • 74a060173a feat: implement player direction input using ~ and ~~ prefixes for scene control during automous scene direction vegu-ai-tools 2026-04-19 23:55:32 +03:00
  • 58a61d6a2e feat: add intent output to SetScenePhase node vegu-ai-tools 2026-04-19 21:14:42 +03:00
  • a55768d773 changlog backfill vegu-ai-tools 2026-04-18 14:42:41 +03:00
  • b566865477 feat: update description for Director Planning feature in WhatsNew component vegu-ai-tools 2026-04-18 14:36:48 +03:00
  • 30f1428447 fix: adjust editor container heights and tree container max heights for improved visibility in ActiveTab, GroupTab, and LLMTemplatesTab vegu-ai-tools 2026-04-18 14:01:23 +03:00
  • 62eeaaf836 feat: add template preview shortcuts for creating/editing overrides in ActiveTab vegu-ai-tools 2026-04-18 13:49:12 +03:00
  • 44516c3fe4 linting vegu-ai-tools 2026-04-18 13:24:31 +03:00
  • a14160f642 feat: update reasoning pattern specification in GPT-OSS template vegu-ai-tools 2026-04-18 13:23:47 +03:00
  • 71e47173fd feat: enhance reasoning pattern handling in client configuration and UI vegu-ai-tools 2026-04-18 13:23:41 +03:00
  • da21d181e8 formatting vegu-ai-tools 2026-04-17 13:06:09 +03:00
  • 7ed317ae5c feat: update run_frontend to separate stdout and stderr logging, and enhance port change notice vegu-ai-tools 2026-04-17 13:02:05 +03:00
  • 619f767d9d feat: enhance log_stream and run_frontend to support on_started callback for improved startup logging vegu-ai-tools 2026-04-17 12:53:01 +03:00
  • 9d792991f4 changelog vegu-ai-tools 2026-04-17 12:52:03 +03:00
  • 389865090a feat: update WhatsNew component for version 0.37.0 with detailed upgrade notes and new features vegu-ai-tools 2026-04-17 01:40:29 +03:00
  • 130b6d73c2 chore: bump version to 0.37.0.dev5 across project files vegu-ai-tools 2026-04-17 01:36:41 +03:00
  • a66f3a8328 docs vegu-ai-tools 2026-04-17 00:32:55 +03:00
  • a121d3e726 relock vegu-ai-tools 2026-04-16 23:23:33 +03:00
  • 30a7f9dfd1 relock vegu-ai-tools 2026-04-16 22:01:18 +03:00
  • fb6578afae feat: add default port change notice for users vegu-ai-tools 2026-04-16 14:26:46 +03:00
  • b4a4a3c8ab linting vegu-ai-tools 2026-04-16 01:30:53 +03:00
  • 0fb873d3c9 feat: Update host and port configuration for backend and frontend; add environment variable support vegu-ai-tools 2026-04-16 01:30:13 +03:00
  • 29f9036033 feat: Enhance keyboard modifier support for macOS vegu-ai-tools 2026-04-16 00:13:44 +03:00
  • e2e0162b55 lock save file vegu-ai-tools 2026-04-15 00:12:51 +03:00
  • 5f85cc532d fix: optimize model eviction logic in ChromaDBMemoryAgent vegu-ai-tools 2026-04-14 23:57:39 +03:00
  • 4e82220de8 changelog vegu-ai-tools 2026-04-14 23:50:23 +03:00
  • b02e721beb model testing harness scene vegu-ai-tools 2026-04-14 23:48:38 +03:00
  • ff20ed24e2 fix: prevent mutable state leakage in MakeDict and MakeList nodes vegu-ai-tools 2026-04-14 22:17:22 +03:00
  • 72e2a1f57b director gameplay tools vegu-ai-tools 2026-04-13 17:43:20 +03:00
  • 3528957d07 nodegraph analsys and mutation tools for agentic use vegu-ai-tools 2026-04-13 17:40:07 +03:00
  • 35650c0924 docs vegu-ai-tools 2026-04-13 17:33:11 +03:00
  • 7586248764 fiox regression with advance time no longer prompting for user guidance vegu-ai-tools 2026-04-12 20:18:41 +03:00
  • f5a29f75b1 sync to main scene updates vegu-ai-tools 2026-04-12 20:05:12 +03:00
  • a4d51894e5 docs vegu-ai-tools 2026-04-12 19:53:32 +03:00
  • f11f93ee0a linting vegu-ai-tools 2026-04-12 19:03:41 +03:00
  • 9159e230dc implement character folders vegu-ai-tools 2026-04-12 18:57:39 +03:00
  • a4fff689ee enhance action notes for similarity queries and questions in MemoryRAGMixin vegu-ai-tools 2026-04-12 14:46:44 +03:00
  • d9f712fcee linting vegu-ai-tools 2026-04-09 02:35:38 +03:00
  • 29ebef0907 close arc impl vegu-ai-tools 2026-04-09 02:35:23 +03:00
  • 437f796182 linting vegu-ai-tools 2026-04-09 00:20:45 +03:00
  • 489ed1059a code cleanup vegu-ai-tools 2026-04-09 00:19:45 +03:00
  • 66b32c651c refactor revision rewrite vegu-ai-tools 2026-04-09 00:06:20 +03:00
  • b53c8eaaf0 fixed advanced introduce dialog behavior and removed unnecessary scene snapshot logic in websocket handler. vegu-ai-tools 2026-04-05 23:02:49 +03:00
  • 4316cfe9c6 Merge branch 'main' into prep-0.37.0 vegu-ai-tools 2026-04-05 19:05:27 +03:00
  • a1d209a9ae 0.36.1 (#263) 0.36.1 veguAI 2026-04-05 18:20:25 +03:00
  • f563d6e3a5 update changelog prep-0.36.1 vegu-ai-tools 2026-04-05 18:10:03 +03:00
  • 30beb1cbe0 linting vegu-ai-tools 2026-04-05 02:29:20 +03:00
  • 283638c193 Add configurable action confirmation timeout in Director Chat settings vegu-ai-tools 2026-04-05 02:28:26 +03:00
  • cd8b792c1c Add ActionFailed exception to handle action execution failures in director actions vegu-ai-tools 2026-04-05 01:38:30 +03:00
  • 20211a3e27 consolidate plan management actions vegu-ai-tools 2026-04-05 01:26:22 +03:00
  • 7518c6783c linting vegu-ai-tools 2026-04-05 01:25:45 +03:00
  • a0fd6d7f97 tests vegu-ai-tools 2026-04-05 01:24:18 +03:00
  • af8bd803f0 Add cleanup_orphaned_plans function to manage unreferenced plans in chat context vegu-ai-tools 2026-04-05 01:18:57 +03:00
  • 1483d1b6c2 task management actions vegu-ai-tools 2026-04-05 00:54:28 +03:00
  • deb64236f5 prompt tweaks vegu-ai-tools 2026-04-04 15:19:02 +03:00
  • 76f83122dd llm prompt template tests vegu-ai-tools 2026-04-04 15:20:18 +03:00
  • 7eb99f835d prompt tweaks vegu-ai-tools 2026-04-04 15:19:02 +03:00
  • 7906ea03c5 update test baseliens vegu-ai-tools 2026-04-04 14:48:50 +03:00
  • cd9ac22db4 update test baselines vegu-ai-tools 2026-04-04 14:44:07 +03:00
  • 2c0dbed687 Add instruction for backend restart in VersionMismatchAlert component vegu-ai-tools 2026-04-04 14:41:32 +03:00
  • 1bbca448ce prompt tweaks vegu-ai-tools 2026-04-04 14:34:25 +03:00
  • 60aeade21a set dev version vegu-ai-tools 2026-04-04 14:39:08 +03:00
  • 6e76a4b0f1 prompt tweaks vegu-ai-tools 2026-04-04 14:34:25 +03:00
  • ac9379c236 update what's new vegu-ai-tools 2026-04-04 14:26:51 +03:00
  • 2c80936eb5 set 0.36.1 vegu-ai-tools 2026-04-04 14:25:28 +03:00
  • 945bf0623e prompt tweaks vegu-ai-tools 2026-04-04 14:22:15 +03:00
  • f32b820845 gemma-4 template vegu-ai-tools 2026-04-04 14:21:00 +03:00
  • ecf83b2885 revert llama.cpp add_special change vegu-ai-tools 2026-04-04 13:51:35 +03:00
  • 6fcc337fa1 llm prompt template management ux vegu-ai-tools 2026-04-04 13:51:13 +03:00
  • 12a0652215 Add 'add_special' parameter to payload in LlamaCppClient vegu-ai-tools 2026-04-04 13:28:09 +03:00
  • b9a49e8737 gemma-4 template fixes vegu-ai-tools 2026-04-04 13:25:26 +03:00
  • d827c57851 prompt tweaks vegu-ai-tools 2026-04-04 13:24:33 +03:00
  • a4d4633597 linting vegu-ai-tools 2026-04-04 00:57:18 +03:00
  • 7aa7dc987c Add system prompt template variable and override indicators; enhance UI for system prompts vegu-ai-tools 2026-04-04 00:56:24 +03:00
  • 64d29e8c42 Add Search Strictness slider with adjustable distance_mod for embeddings vegu-ai-tools 2026-04-04 00:20:05 +03:00
  • 2a36c779bc fix issue where switching memory agent device would require a restart to work vegu-ai-tools 2026-04-03 18:40:18 +03:00
  • 1b369e41c4 remove <bos> token vegu-ai-tools 2026-04-03 18:27:16 +03:00
  • d6ed4b0cb4 prompt tweaks vegu-ai-tools 2026-04-03 18:18:03 +03:00
  • ee0b4edbc0 reset plan vegu-ai-tools 2026-04-03 18:13:38 +03:00
  • 5c86442acd Refactor SceneToolsDirector component to streamline UI elements and remove unnecessary alerts. Consolidated sliders for turn count and dialogue ratio into a more compact layout, enhancing user experience. vegu-ai-tools 2026-04-03 18:13:27 +03:00
  • 2225320634 only compact context during deduplication vegu-ai-tools 2026-04-03 18:04:37 +03:00
  • b396b498d1 Refactor ClientModal to introduce an Advanced tab for settings vegu-ai-tools 2026-04-03 16:58:41 +03:00
  • c3454bbd5f Refactor advance time scene tool menu vegu-ai-tools 2026-04-03 16:27:44 +03:00
  • 673382199d dedupe off vegu-ai-tools 2026-04-03 08:42:17 +03:00
  • 62744a8f76 Add dedupe property to Prompt From Template Node for controlling prompt deduplication in templates with structured repeated content. Update CHANGELOG to reflect this enhancement. vegu-ai-tools 2026-04-03 08:42:10 +03:00