Commit graph

72 commits

Author SHA1 Message Date
Tony Frazier
dafd788735 Merge remote-tracking branch 'origin/dev' into feat/jinja-prompting 2026-02-17 20:05:24 -05:00
munimunigamer
085ceb82e8
Merge branch 'dev' into feat/separate-image-profiles 2026-02-17 18:59:46 -06:00
munimunigamer
124c5c73ec merge: integrate origin/dev into feat/jinja-prompting
Resolves conflicts:
- lib.rs: renumber preset_packs migration to v30 (after dev's v25-29)
- ContextBuilder.ts: keep new ContextPipeline import over legacy promptService
- MemoryService.ts: keep dev's message ID tracking with new ContextBuilder rendering
- lorebookImporter.ts: combine dev's batch structure with ContextBuilder pipeline
2026-02-16 01:09:14 -06:00
munimunigamer
887c0f55ef chore(04-01): install CodeMirror packages and configure Vite
- Add svelte-codemirror-editor, codemirror, @codemirror/lang-liquid,
  @codemirror/commands, @codemirror/view, @codemirror/state
- Add optimizeDeps.exclude for codemirror and @codemirror/lang-liquid
  to prevent Vite pre-bundling issues
2026-02-12 23:31:55 -06:00
Failerko
a79819db8d chore: bump version to 0.7.0-pre.1 2026-02-10 19:43:19 +01:00
Failerko
a29f555023 feat: comfy wip; api connect, model fetch 2026-02-09 21:19:46 +01:00
munimunigamer
a4bc940dc1 feat(02-03): create pack service with validation and business logic
- Install zod for validation at system boundaries
- Create validation.ts with Zod schemas for pack data validation
- Create pack-service.ts with PackService class
- Implement initialize() for default pack seeding from PROMPT_TEMPLATES
- Implement createPack() to copy all templates and variables from default
- Implement deletePack() with business rules (no default, no in-use)
- Implement isTemplateModified() and getModifiedTemplates() for hash comparison
- Implement resetTemplate() to restore default content
- Support both system prompt and user content template patterns
2026-02-09 00:41:15 -06:00
munimunigamer
e1b9e513c5 chore(01-01): install liquidjs and add template type definitions
- Install liquidjs package for Jinja-like template rendering
- Create src/lib/services/templates/types.ts with all template/variable types
- Define VariableType (text/number/boolean/enum)
- Define VariableCategory (system/runtime/custom)
- Define VariableDefinition, TemplateContext, ValidationError, ValidationResult, RenderResult
2026-02-08 23:25:59 -06:00
munimunigamer
af35448e40 fix: lorebook entry fixes + final errors wwith types/json-schema 2026-02-06 16:05:22 -06:00
failerko
a4ae3bbf01
fix: prettier, eslint, pipeline (#71)
* fix: prettier, eslint, pipeline

* fix: eslintignore, branch trigger

* fix: eslint missing package

* chore: format

* fix: eslint config

* chore: lint wip

* chore: lint

* chore: lint

* chore: typecheck wip

* fix: typecheck

* fix: typecheck

* fix: pipeline: add build step

* feat: pre-push code quality check
2026-02-06 00:49:36 +01:00
munimunigamer
9bcc5fa89d Merge branch 'vercel-ai-sdk' 2026-02-02 22:18:42 -06:00
munimunigamer
d092bfecbb added providers with easy provider configurations 2026-02-02 21:52:20 -06:00
munimunigamer
efbb6830e1 fixed json for non-response models 2026-02-02 20:55:19 -06:00
Tony Frazier
9d86054d45 Remove unused jsonrepair module 2026-02-02 21:34:56 -05:00
Tony Frazier
d6d266719f Update AI SDK 2026-02-02 20:36:18 -05:00
failerko
af08df1a9a
chore: bump version to 0.6.0-pre.2 (#68) 2026-02-01 23:42:39 +01:00
failerko
04f7e319df
chore: bump version to 0.6.0-pre.1 (#66) 2026-02-01 23:23:48 +01:00
failerko
d0a9e9dfb0
Release/v0.6.0 beta.3 (#65)
* chore: bump version to 0.6.0-beta.3

* chore: enable push

* feat: artifact version replace, release script protections

* Update scripts/release.js

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* fix: console log

* feat: release script bumping

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-02-01 23:18:58 +01:00
munimunigamer
faff7495b6 using OpenAICompatible 2026-01-31 21:42:36 -06:00
munimunigamer
e1b24509ab implemented image generation service 2026-01-30 20:21:54 -06:00
munimunigamer
a6f362f145 init base implementation, only suggestions work 2026-01-29 00:51:00 -06:00
munimunigamer
775e296455 Bump version to 0.2.0-beta.1 2026-01-28 19:15:42 -06:00
munimunigamer
b26fdcffcc fixed drop down bugs 2026-01-28 18:10:46 -06:00
munimunigamer
a4835214e8 Bump version to 0.6.0-beta.1 2026-01-28 01:55:39 -06:00
munimunigamer
31b221af23 bump version to 0.6.0-alpha.4 2026-01-27 22:47:47 -06:00
munimunigamer
d67660d864 bump version to 0.6.0-alpha.3 2026-01-27 00:46:28 -06:00
munimunigamer
199ea6450f bump version to 0.6.0-alpha.2 2026-01-26 23:35:14 -06:00
munimunigamer
1d401fe449 Bump version to 0.6.0-alpha.1 2026-01-26 21:24:17 -06:00
munimunigamer
79cd91a6fc Merge remote-tracking branch 'origin/master' into shadcn-UI-rework 2026-01-25 10:25:15 -06:00
Javedz678
cf12b1ddd6 Ajouter une galerie pour les images intégrées. 2026-01-24 17:02:33 +05:30
munimunigamer
d4e312ec8d vault complete 2026-01-24 03:27:50 -06:00
munimunigamer
416e3d35cf added drawers 2026-01-23 22:18:48 -06:00
munimunigamer
2948b9c061 init commit 2026-01-23 22:18:48 -06:00
Kurvaz
277e151333 Version bump 2026-01-21 19:37:18 -07:00
Kurvaz
4d05d144f8 Use jsonHealing to improve consistency 2026-01-19 03:41:09 -07:00
Kurvaz
b180a1cf32 Version bump 2026-01-18 15:13:18 -07:00
Kurvaz
da4986b763 Version bump 2026-01-15 23:25:48 -07:00
Kurvaz
202b8b8ca2 Version bump 2026-01-15 17:09:23 -07:00
Kurvaz
a4fac46a97 Version bump 2026-01-14 14:15:24 -07:00
Kurvaz
5b63891e49 Version bump 2026-01-13 19:39:37 -07:00
Kurvaz
3077f39829 Version bump 2026-01-13 15:01:46 -07:00
Kurvaz
022cf857d5 Version bump 2026-01-13 10:27:25 -07:00
Kurvaz
6228b27848 Version bump 2026-01-12 16:44:41 -07:00
Kurvaz
a88f76963a Version bump 2026-01-12 05:37:59 -07:00
Kurvaz
59eb63e50a Version bump 2026-01-11 17:31:02 -07:00
Kurvaz
8dabb00c6a Bump version number 2026-01-10 21:13:12 -07:00
Kurvaz
49e7d46ddb Version bump 2026-01-10 12:35:50 -07:00
Kurvaz
3fb39dc3aa Version bump 2026-01-09 15:57:54 -07:00
Kurvaz
2fb519cc60 Version bump 2026-01-08 20:20:42 -07:00
Kurvaz
275f33b041 Fixed duplicate timeline entries 2026-01-08 13:52:24 -07:00