Skip to content

Tags: Onelevenvy/flock

Tags

v0.3.1

Toggle v0.3.1's commit message
fix(workflow): fix E0382 borrow after move compiler error in exec.rs …

…& dynamically sync app version in settings i18n

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat/fix: isolate session states for chat/approval and prevent status…

… reset on session switch (#324)

* feat: refactor agent store to isolate chat and tool approval states per session

* fix: prevent ready status reset and load history overwrite when switching active sessions

v0.2.9

Toggle v0.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: refactor scheduled cron jobs to support workflow and fix sandbo…

…x API key decryption in get_sandbox_config (#316)

* feat: add visual workflow support for scheduled cron tasks

* feat: refactor scheduled cron jobs schema to cleanly support separate assistant_id and workflow_id fields

* fix: decrypt sandbox api key in get_sandbox_config

* feat: persist assistant and workflow mappings inside session_metadata database to restore correct chat panels

* feat: improve cron automation execution visual feedback and fix visual workflow chat history sync

* feat: support real-time running status and action button locking during cron execution

v0.2.8

Toggle v0.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: correct variable interpolation syntax in builtin workflow seeds (#…

…315)

* fix: correct variable interpolation syntax in builtin workflow seeds

* chore: add descriptive node labels to builtin workflows for better user experience

v0.2.7

Toggle v0.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: change langgraph dependencies from local paths to git repository (

…#294)

v0.2.6

Toggle v0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: improve sandbox rendering, VNC playback, and browser tool e…

…xecution (#277)

* feat: implement Daytona sandbox Chinese fonts and dual-image rendering workflow

* fix: resolve VncView playback red-boxes and optimize DOM Tree markdown collapsible renderer

* fix: resolve browser actions evaluate exception fallback and refine tool schema action parameter docstrings

* docs: align optional action parameter in Browser docstrings to resolve LLM deferred-tool hallucination

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: bind specific sandbox tools to builtin computer use assistant a…

…nd avoid error toasts on sandbox page mount when sandbox is not configured (#269)

* feat: unify assistant multi-lang handling with I18nString and add builtin computer use assistant

* feat: bind specific sandbox tools to builtin computer use assistant and update db seed logic

* feat: bind concrete tools to all builtin assistants instead of provider ids

* fix: avoid error toasts on sandbox page mount when sandbox is not configured

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: render clickable urls in tools and credential descriptions usin…

…g system browser (#257)

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support multilingual adaptive names and descriptions for builti…

…n assistants and tools (#250)

* style: align schedule page header design and divider layout with other views

* fix: add native required attribute to mandatory scheduled task form fields

* fix: add conditional required validation and asterisks to MCP server form

* feat: support closing skills detail panels by clicking empty background space

* feat: replace sidebar Jimmy user with GitHub repo link and add browser open command

* feat: refactor sidebar component structure and update bottom layout to show github stars count

* refactor(flock-core): split db.rs into submodules, internationalize builtin assistants, and bind builtin tools to coder assistant

* feat(flock-tools): add multilingual adaptive switching for toolsets name and description based on frontend i18n

* feat(flock-core): support multilingual adaptive names and descriptions for builtin assistants

* chore(db-i18n): consolidate migrations to init_schema and change default language to English

* fix(flock-ui): fix unselectable visual bug for execution mode radio button in CreateTaskModal

* refactor(flock-ui): implement clean and scalable i18n schema for schedule descriptions using locales

* doc: update readme

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: configure tauri to pack and bundle flock_install/skills assets (

…#247)