Conversation
b537a23 to
4f33cda
Compare
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.
Release Summary
This PR updates version numbers and changelogs. When merged, it will trigger a new release build.
When merged:
v0.6.0)think-app@0.8.0
Minor Changes
75fcea0: Maximize RAG context utilization with dynamic budget system and improve chat UX
Add dynamic context budget that scales with model context window size
Widen distance thresholds proportionally when budget allows more content
Include AI-generated summaries as context overview/fallback for each memory
Subtract page content from budget in browser extension chat to prevent overflow
Rewrite system prompt for better grounding and natural source attribution
Fix missing bullet point markers in chat message markdown rendering
Remove hover blur effect from assistant chat message bubbles
b9a6c30: Add skill system with built-in skills, editor, triggers, and chat integration
Add skills, skill_executions, and skill_triggers database tables
Add 3 built-in skills: Extract Action Items, Generate Insights, Export to Markdown
Add skill registry with validation and built-in skill seeding
Add skill executor with content extraction, template rendering, and LLM streaming
Add full CRUD API for user-created skills (create, update, delete, toggle)
Add skill editor with two-column layout, emoji picker, logo upload
Add skill import/export via .think-skill JSON format with validation
Add skill test runner with live SSE streaming preview
Add execution history with filtering by skill, status, and search
Add skill detail panel with recent executions and clickable memory links
Add trigger engine for automatic skill execution on memory save
Add trigger condition builder with field/operator/value rules and AND/OR logic
Add trigger preview with match ratio bar and memory type indicators
Add chat-based skill suggestions via pattern matching on message context
Add ChatSkillChips and ChatSkillResult components for in-chat skill execution
Add SSE streaming for chat skill results with real-time token updates
Respect output_format field during execution (plain, json, html, markdown)
Hide incompatible skills from selection list
Integrate skill results section into MemoryDetailPanel
think-extension@0.8.0