Changelog
Notes for every released build. Auto-updates ship the same content quietly in the app.
-
v1.6.0
View on GitHub →What's Changed
- Add Windows support for @files and @apps agents by @leopsidom in https://github.com/leopsidom99/astros/pull/81
- Windows files apps icons prefs by @leopsidom in https://github.com/leopsidom99/astros/pull/84
- Focus search input losing focus on preview issue by @leopsidom in https://github.com/leopsidom99/astros/pull/83
- Fix attach to application on windows by @leopsidom in https://github.com/leopsidom99/astros/pull/86
- Fix Notion OAuth connect: use system-browser loopback by @leopsidom in https://github.com/leopsidom99/astros/pull/87
- Update search list in place instead of blanking while refining by @leopsidom in https://github.com/leopsidom99/astros/pull/88
- Scope agent on Enter when picked in default mode by @leopsidom in https://github.com/leopsidom99/astros/pull/89
- Fuzzy agent search over namespaces, aliases, and names by @leopsidom in https://github.com/leopsidom99/astros/pull/90
- Fix sync after clear local db by @leopsidom in https://github.com/leopsidom99/astros/pull/91
- Scoped agent search inside the
#reference syntax by @leopsidom in https://github.com/leopsidom99/astros/pull/92 - Consolidate conversation uri / display uri on preview pane by @leopsidom in https://github.com/leopsidom99/astros/pull/93
- Conversation url consolidation by @leopsidom in https://github.com/leopsidom99/astros/pull/94
- Add Light/Dark/System theme toggle by @leopsidom in https://github.com/leopsidom99/astros/pull/95
- Fix mention agent in group chat by @leopsidom in https://github.com/leopsidom99/astros/pull/96
- Remove redundant stream preview meta header by @leopsidom in https://github.com/leopsidom99/astros/pull/97
- Fix attached-image handling in Astros agent (understand + transform) by @leopsidom in https://github.com/leopsidom99/astros/pull/98
- Add focusPrevious action property to refocus prior app on hand-off by @leopsidom in https://github.com/leopsidom99/astros/pull/99
- Fix database REPL input floating at top instead of bottom by @leopsidom in https://github.com/leopsidom99/astros/pull/100
- Add grouped "Recents" section on first open by @leopsidom in https://github.com/leopsidom99/astros/pull/101
- Unify primary-action dispatch through executeCommand by @leopsidom in https://github.com/leopsidom99/astros/pull/102
- Unify clipboardText/copyText/snippetText into a single text field by @leopsidom in https://github.com/leopsidom99/astros/pull/103
- fix snippet paste by @leopsidom in https://github.com/leopsidom99/astros/pull/104
- support preview tabular file by @leopsidom in https://github.com/leopsidom99/astros/pull/105
- fix ghost go links row on top of dropdown by @leopsidom in https://github.com/leopsidom99/astros/pull/106
- Slack-style side-threads in AI conversations by @leopsidom in https://github.com/leopsidom99/astros/pull/107
- Dev-only per-git-branch PGlite database isolation by @leopsidom in https://github.com/leopsidom99/astros/pull/108
- Add "Add to Dashboard" action for files and URLs by @leopsidom in https://github.com/leopsidom99/astros/pull/109
- Minor fixes on dashboard agent by @leopsidom in https://github.com/leopsidom99/astros/pull/110
- Add tabular agent and surface token usage and costs for llm by @leopsidom in https://github.com/leopsidom99/astros/pull/111
- fix eager search for go links by @leopsidom in https://github.com/leopsidom99/astros/pull/112
- Generalize Astros delegation into capability-based routing + discovery by @leopsidom in https://github.com/leopsidom99/astros/pull/113
- Fix altair chart styling by @leopsidom in https://github.com/leopsidom99/astros/pull/114
- Have tabular handle large file by @leopsidom in https://github.com/leopsidom99/astros/pull/115
- Stream tabular preview so large files no longer fail by @leopsidom in https://github.com/leopsidom99/astros/pull/116
- improve federated search performance by @leopsidom in https://github.com/leopsidom99/astros/pull/117
- Preference to include or exclude agents from federated search by @leopsidom in https://github.com/leopsidom99/astros/pull/118
- Agent auth provider refactor by @leopsidom in https://github.com/leopsidom99/astros/pull/119
- Phase 4 (client): collapse agent sync to one WireAgent entity by @leopsidom in https://github.com/leopsidom99/astros/pull/120
- Wire google per service by @leopsidom in https://github.com/leopsidom99/astros/pull/121
- Add in-app .docx preview via the WCV document viewer by @leopsidom in https://github.com/leopsidom99/astros/pull/122
- Add profile management page by @leopsidom in https://github.com/leopsidom99/astros/pull/124
- sync guard by @leopsidom in https://github.com/leopsidom99/astros/pull/123
- Sync profile by @leopsidom in https://github.com/leopsidom99/astros/pull/125
- Seed sync profile by @leopsidom in https://github.com/leopsidom99/astros/pull/126
- move profiles to pglite table by @leopsidom in https://github.com/leopsidom99/astros/pull/127
- Several improvements on status line by @leopsidom in https://github.com/leopsidom99/astros/pull/128
- wire not connected to agent detail page by @leopsidom in https://github.com/leopsidom99/astros/pull/129
- Track action-menu usage and frecency-sort the action menu by @leopsidom in https://github.com/leopsidom99/astros/pull/130
- Add label to gen ai models and allow adding custom models by @leopsidom in https://github.com/leopsidom99/astros/pull/131
- More agents taxonomy by @leopsidom in https://github.com/leopsidom99/astros/pull/132
- Agents table consolidation by @leopsidom in https://github.com/leopsidom99/astros/pull/133
- Add Anthropic Claude as a native AI model provider by @leopsidom in https://github.com/leopsidom99/astros/pull/134
- Document: never push to the main branch by @leopsidom in https://github.com/leopsidom99/astros/pull/135
- Show "Not connected" row on empty-query scoped model agents by @leopsidom in https://github.com/leopsidom99/astros/pull/136
- Footer action rework by @leopsidom in https://github.com/leopsidom99/astros/pull/137
- Retain recents by time window so earlier items stay searchable by @leopsidom in https://github.com/leopsidom99/astros/pull/138
- Switch tabular agent visualization from Vega-Lite to D3.js by @leopsidom in https://github.com/leopsidom99/astros/pull/139
- tabular: keep the attached file across reply-box follow-ups by @leopsidom in https://github.com/leopsidom99/astros/pull/141
- Tabular d3 viz by @leopsidom in https://github.com/leopsidom99/astros/pull/142
- Add a configure command to every agent by @leopsidom in https://github.com/leopsidom99/astros/pull/144
- tabular: bounded SQL repair loop with accumulated failure context by @leopsidom in https://github.com/leopsidom99/astros/pull/143
- Persist attachment references on saved conversation messages by @leopsidom in https://github.com/leopsidom99/astros/pull/145
- Move go links, snippets, dashboards management into agent detail pages by @leopsidom in https://github.com/leopsidom99/astros/pull/146
- adjust style for multiline input by @leopsidom in https://github.com/leopsidom99/astros/pull/147
- Per-conversation artifact workspace for the tabular agent by @leopsidom in https://github.com/leopsidom99/astros/pull/148
- Nest tabular workspace under userData/agentsData/ by @leopsidom in https://github.com/leopsidom99/astros/pull/149
- Per-conversation file explorer + hide redundant option list in agent chats by @leopsidom in https://github.com/leopsidom99/astros/pull/150
- Remove dead
commandcapability; addevaluatecapability by @leopsidom in https://github.com/leopsidom99/astros/pull/151 - Tabular agent: Python/JS chart rendering + chart UX fixes by @leopsidom in https://github.com/leopsidom99/astros/pull/154
- Tabular: first-turn dataset overview + interactive data grids by @leopsidom in https://github.com/leopsidom99/astros/pull/155
- Fix idle search bar height: shrink to 48px and stop persisting it by @leopsidom in https://github.com/leopsidom99/astros/pull/156
- Remember window size and position per display by @leopsidom in https://github.com/leopsidom99/astros/pull/157
- Tabular: CSV artifact twins + split-panel workspace file preview by @leopsidom in https://github.com/leopsidom99/astros/pull/158
- Docs: require git branch --show-current before every commit by @leopsidom in https://github.com/leopsidom99/astros/pull/159
- Fix tabular sheetfile links: render for all turns, bind handler on creation by @leopsidom in https://github.com/leopsidom99/astros/pull/160
- Fix flicker: sheetfile/chart embeds revert to raw JSON during status phase by @leopsidom in https://github.com/leopsidom99/astros/pull/161
- Refactor stream.ts: bind transcript click handlers at element creation by @leopsidom in https://github.com/leopsidom99/astros/pull/162
- Tabular: multi-file analysis with join-key detection by @leopsidom in https://github.com/leopsidom99/astros/pull/163
Full Changelog: https://github.com/leopsidom99/astros/compare/v1.5.2...v1.6.0
-
v1.5.2
View on GitHub →What's Changed
- Consolidate license key into connect with astros.cx by @leopsidom in https://github.com/leopsidom/astros/pull/80
Full Changelog: https://github.com/leopsidom/astros/compare/v1.5.1...v1.5.2
-
v1.5.1
View on GitHub →What's Changed
- Astros global search and chat by @leopsidom in https://github.com/leopsidom/astros/pull/73
- Support image generation for astros by @leopsidom in https://github.com/leopsidom/astros/pull/74
- Restore conversations on restore by @leopsidom in https://github.com/leopsidom/astros/pull/75
- Support image generation in astros by @leopsidom in https://github.com/leopsidom/astros/pull/76
- Support text snippets by @leopsidom in https://github.com/leopsidom/astros/pull/77
- Add native agent for browsing history management by @leopsidom in https://github.com/leopsidom/astros/pull/78
- Tweak history search API to be usable in astros by @leopsidom in https://github.com/leopsidom/astros/pull/79
Full Changelog: https://github.com/leopsidom/astros/compare/v1.5.0...v1.5.1
-
v1.5.0
View on GitHub →What's Changed
- fix: find apps relocated to /System/Library/CoreServices/Applications by @leopsidom in https://github.com/leopsidom/astros/pull/53
- fix styles by @leopsidom in https://github.com/leopsidom/astros/pull/54
- move preview tool bar to action footer by @leopsidom in https://github.com/leopsidom/astros/pull/55
- Support referencing file or url in chat by @leopsidom in https://github.com/leopsidom/astros/pull/56
- Default search list empty query by @leopsidom in https://github.com/leopsidom/astros/pull/57
- refactor ai chat to use WCV architecture by @leopsidom in https://github.com/leopsidom/astros/pull/58
- Mention multiple agents in one conversation by @leopsidom in https://github.com/leopsidom/astros/pull/59
- Add infrasture for unit tests and playwright tests by @leopsidom in https://github.com/leopsidom/astros/pull/60
- Add native docusign agent by @leopsidom in https://github.com/leopsidom/astros/pull/61
- Fix hit enter key not focusing on agent bug by @leopsidom in https://github.com/leopsidom/astros/pull/62
- Fix lint issues by @leopsidom in https://github.com/leopsidom/astros/pull/63
- Command + delete to do all reset by @leopsidom in https://github.com/leopsidom/astros/pull/64
- Support loading many urls as grid by @leopsidom in https://github.com/leopsidom/astros/pull/65
- Fix more copy contents by @leopsidom in https://github.com/leopsidom/astros/pull/66
- Playwright test for navigation by @leopsidom in https://github.com/leopsidom/astros/pull/67
- Set up ci for playwright test by @leopsidom in https://github.com/leopsidom/astros/pull/68
- fzf style search for agent search by @leopsidom in https://github.com/leopsidom/astros/pull/70
- Rework files agent by @leopsidom in https://github.com/leopsidom/astros/pull/71
- add agents on top of search by @leopsidom in https://github.com/leopsidom/astros/pull/69
- Cut off irrelevant files by @leopsidom in https://github.com/leopsidom/astros/pull/72
Full Changelog: https://github.com/leopsidom/astros/compare/v1.4.3...v1.5.0
-
v1.4.3
View on GitHub →Full Changelog: https://github.com/leopsidom/astros/compare/v1.4.2...v1.4.3
-
v1.4.2
View on GitHub →What's Changed
- Support multi profile in google by @leopsidom in https://github.com/leopsidom/astros/pull/45
- Support multi account sign in in webview by @leopsidom in https://github.com/leopsidom/astros/pull/46
- Support multi search mode by @leopsidom in https://github.com/leopsidom/astros/pull/48
- Support go links and agents installation sync by @leopsidom in https://github.com/leopsidom/astros/pull/49
- installable agents from marketplace by @leopsidom in https://github.com/leopsidom/astros/pull/47
- Support files to browser upload workflow by @leopsidom in https://github.com/leopsidom/astros/pull/50
- Support AI conversations by @leopsidom in https://github.com/leopsidom/astros/pull/51
Full Changelog: https://github.com/leopsidom/astros/compare/v1.4.1...v1.4.2
-
v1.4.1
View on GitHub →Full Changelog: https://github.com/leopsidom/astros/compare/v1.4.0...v1.4.1
-
v1.4.0
View on GitHub →What's Changed
- Support custom agents installation by @leopsidom in https://github.com/leopsidom/astros/pull/23
- Freeze options ranking after user navigation by @leopsidom in https://github.com/leopsidom/astros/pull/24
- Record agent usage and use it for ranking by @leopsidom in https://github.com/leopsidom/astros/pull/25
- Add AGENTS.md with Cursor Cloud development instructions by @leopsidom in https://github.com/leopsidom/astros/pull/26
- Add reload button to URL preview toolbar by @leopsidom in https://github.com/leopsidom/astros/pull/27
- Preview toolbar: Chrome/Material-style navigation icons by @leopsidom in https://github.com/leopsidom/astros/pull/28
- refactor go links as agent by @leopsidom in https://github.com/leopsidom/astros/pull/29
- fix(preferences): allow highlight and copy in preferences window by @leopsidom in https://github.com/leopsidom/astros/pull/30
- Refactor preferences window layout (Agents + hotkeys) by @leopsidom in https://github.com/leopsidom/astros/pull/31
- Support file search sort by modified at by @leopsidom in https://github.com/leopsidom/astros/pull/32
- Support command K commands on focused items by @leopsidom in https://github.com/leopsidom/astros/pull/33
- Arrow up and down for navigation and support long press by @leopsidom in https://github.com/leopsidom/astros/pull/35
- Action menu to main process by @leopsidom in https://github.com/leopsidom/astros/pull/36
- Support unified preview browsing history by @leopsidom in https://github.com/leopsidom/astros/pull/37
- Wcv carousel refactor by @leopsidom in https://github.com/leopsidom/astros/pull/38
- Resize on moving across screens of different sizes by @leopsidom in https://github.com/leopsidom/astros/pull/39
- Ai stream preview use MCV by @leopsidom in https://github.com/leopsidom/astros/pull/40
- Add continuous view for carousel by @leopsidom in https://github.com/leopsidom/astros/pull/41
- Google drive and s3 agents by @leopsidom in https://github.com/leopsidom/astros/pull/43
- Google cloud storage agent and support install agent as sub agent of another agent by @leopsidom in https://github.com/leopsidom/astros/pull/44
Full Changelog: https://github.com/leopsidom/astros/compare/v1.3.3...v1.4.0