Create Release 0.1.0-alpha1#124
Merged
StableLlama merged 363 commits intomainfrom Mar 28, 2026
Merged
Conversation
Bumps [marked](https://github.com/markedjs/marked) from 17.0.3 to 17.0.4. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](markedjs/marked@v17.0.3...v17.0.4) --- updated-dependencies: - dependency-name: marked dependency-version: 17.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@google/genai](https://github.com/googleapis/js-genai) from 1.43.0 to 1.44.0. - [Release notes](https://github.com/googleapis/js-genai/releases) - [Changelog](https://github.com/googleapis/js-genai/blob/main/CHANGELOG.md) - [Commits](googleapis/js-genai@v1.43.0...v1.44.0) --- updated-dependencies: - dependency-name: "@google/genai" dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…/frontend/develop/marked-17.0.4 chore(deps): bump marked from 17.0.3 to 17.0.4 in /src/frontend
…/frontend/develop/google/genai-1.44.0 chore(deps): bump @google/genai from 1.43.0 to 1.44.0 in /src/frontend
…nd call_writing_llm tools; preserve chapter content state in story mapping
…; update instructions for editing tasks
…styling for better visualization
…tests for chat stream logic
Enhance editing tools and improve chapter content management
Done now: Split undo/redo with named dropdown entries and multi-step actions. Browser back/forward mapped to undo/redo. Reorder + sourcebook mutations now register named undo steps.
Current state Undo/redo now covers: Story/chapter/book edits and reorder actions Sourcebook CRUD Machine settings Chat tool-call batches (with backend batch snapshots) Project image metadata/upload/delete/placeholder and replacement flows Project create/delete (with export/import snapshot strategy)
…ate snapshots or callback-based reversals: story/chapter/book edits + reorder sourcebook CRUD machine settings chat tool-call batches (backend snapshots) project images (including replacement overwrite restore) project create/delete/import/convert
New tests for chat tool batch undo/redo
Chapter/book reorder and book create made backend-reversible
Enhance undo / redo
…ealth functionality
…ernal entries handling in sourcebook list; increase test coverage
… values and update related tests
…s; add ToolCallArguments component for better argument display
…pace display - Added markdown highlighting support to PlainTextEditable component. - Implemented functions for converting whitespace characters to display markers. - Introduced decoration logic for various markdown elements (headings, lists, links, etc.). - Updated rendering logic to handle markdown and whitespace display modes. - Created utility functions for DOM manipulation related to text selection and caret positioning. - Added tests for new utility functions in domUtils and markdownToolbarUtils. - Refactored SourcebookEntryDialog to utilize PlainTextEditable for description input.
…improved rendering and previews
…uding validation tests
…c/frontend/develop/marked-17.0.5 chore(deps): bump marked from 17.0.4 to 17.0.5 in /src/frontend
…c/frontend/develop/jsdom-29.0.1 chore(deps-dev): bump jsdom from 29.0.0 to 29.0.1 in /src/frontend
Bumps [eslint](https://github.com/eslint/eslint) from 10.0.3 to 10.1.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.0.3...v10.1.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…c/frontend/develop/eslint-10.1.0 chore(deps-dev): bump eslint from 10.0.3 to 10.1.0 in /src/frontend
More fixes
Short story chapter handling
…in path expression Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…in path expression Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Fix current develop branch
StableLlama
added a commit
that referenced
this pull request
Mar 28, 2026
Merge pull request #124 from StableLlamaAI/develop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sync develop to main