Skip to content

Commit 35cb832

Browse files
Merge pull request #73 from srijanAtGithub/dev
Dev
2 parents 11169be + aa4f74c commit 35cb832

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

Cowork/cowork_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def _load_settings():
5757
log = structlog.get_logger()
5858

5959
BANNER = """
60-
╔═════════ Sicily Cowork v2.7.0 ═══════════╦════════════════ What Sicily Can Do ════════════════╗
60+
╔═════════ Sicily Cowork v2.7.1 ═══════════╦════════════════ What Sicily Can Do ════════════════╗
6161
║ ║ ║
6262
║ ║ Sicily can search, inspect, read, organize, ║
6363
║ Files are sandboxed to this directory. ║ and safely modify the contents of your ║

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ The Telegram interface where the agent lives day-to-day — chat naturally, and
3535
`sicily start` launches Sicily as a local terminal assistant, sandboxed to whichever directory you run it from. No Telegram, no server, no scheduled tasks — just you and your files.
3636

3737
<img src="Media/cowork_terminal_1.png" alt="Sicily Cowork Terminal" width="100%">
38-
<video src="Media/Cowork_Demo_Video_1.mp4" autoplay loop muted playsinline width="100%" controls></video>
38+
39+
https://github.com/user-attachments/assets/0747b40f-929a-4504-959a-d72e426f2739
3940

4041
Sicily indexes your files at startup using a **hybrid RAG pipeline** (TF-IDF keyword search + ChromaDB semantic search, merged via Reciprocal Rank Fusion) and uses that index as the first step before reading anything directly. The index is incremental and global — files already indexed from a previous session are reused, not re-embedded.
4142

@@ -67,17 +68,17 @@ Navigator is a Chrome extension that brings Sicily to any web page, backed by a
6768

6869
**Right-click writing tools:** select any text on any page and get Apple-like writing tools in the context menu — rewrite, summarise, or ask a question about the selection, right where you're reading.
6970

70-
<video src="Media/Writing_Tools_Demo.mp4" autoplay loop muted playsinline width="100%" controls></video>
71+
https://github.com/user-attachments/assets/97de426d-9e4c-41e9-82ce-99ffb57cc9f1
7172

7273
**Side panel:** a persistent panel with its own set of reading and research tools —
7374

7475
A persistent side panel for chatting, summarising, and organising as you browse — one-click page summaries, one-click tab organisation, and a "find more like this" for surfacing similar pages, plus a reading list to save pages for later.
7576

76-
<video src="Media/Reading_Tools_Demo_1.mp4" autoplay loop muted playsinline width="100%" controls></video>
77+
https://github.com/user-attachments/assets/5f244172-a61f-4287-be19-9bbbb9c7a0ce
7778

7879
Drag snippets into the chat or into topic-based collections, then pull them back in anytime — @ to reference an open tab, # to reference a collection.
7980

80-
<video src="Media/Reading_Tools_Demo_2.mp4" autoplay loop muted playsinline width="100%" controls></video>
81+
https://github.com/user-attachments/assets/2216e3e7-65d6-4e80-b983-561251bbfc70
8182

8283
---
8384

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "sicily"
7-
version = "2.7.0"
7+
version = "2.7.1"
88
description = "Add your description here"
99
readme = "README.md"
1010
requires-python = ">=3.12"

0 commit comments

Comments
 (0)