Skip to content

chore(release): version packages#119

Merged
comppaz merged 1 commit intomainfrom
changeset-release/main
Feb 19, 2026
Merged

chore(release): version packages#119
comppaz merged 1 commit intomainfrom
changeset-release/main

Conversation

@comppaz
Copy link
Copy Markdown
Collaborator

@comppaz comppaz commented Feb 19, 2026

Release Summary

This PR updates version numbers and changelogs. When merged, it will trigger a new release build.

When merged:

  • Package versions are updated
  • CHANGELOG.md files are updated
  • A git tag is created (e.g., v0.6.0)
  • GitHub Actions builds macOS app, Windows app, and Chrome extension

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

@comppaz comppaz force-pushed the changeset-release/main branch from b537a23 to 4f33cda Compare February 19, 2026 15:22
@comppaz comppaz merged commit d4e985e into main Feb 19, 2026
2 checks passed
@comppaz comppaz deleted the changeset-release/main branch February 19, 2026 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant