Skip to content

feat: add sys prompt#18

Merged
tusharmath merged 1 commit intomainfrom
feat/add-sys-prompt
Dec 19, 2024
Merged

feat: add sys prompt#18
tusharmath merged 1 commit intomainfrom
feat/add-sys-prompt

Conversation

@laststylebender14
Copy link
Copy Markdown
Contributor

No description provided.

@tusharmath tusharmath merged commit d5cf0f8 into main Dec 19, 2024
@amitksingh1490 amitksingh1490 deleted the feat/add-sys-prompt branch October 1, 2025 14:53
Zetkolink added a commit to Zetkolink/forgecode that referenced this pull request Apr 8, 2026
Bugs fixed:
- #1: Unified timestamp format — all tables use strftime('%s','now') (unix seconds)
- #2: delete_file_refs and delete_workspace wrapped in transactions
- tailcallhq#19: Removed chrono_now(), use SQLite DEFAULT instead

Security:
- tailcallhq#15: All workspace methods verify ownership (authenticate_and_verify_owner)
- Added db.verify_workspace_owner() method

Code quality:
- tailcallhq#7: ForgeServiceImpl fields private, added new() constructor
- tailcallhq#8: IntoStatus trait eliminates 15+ duplicate .map_err() calls
- tailcallhq#9: Removed unused lock_conn helper, kept consistent pattern
- tailcallhq#11: Documented ends_with filter limitation in qdrant.rs
- tailcallhq#10: reqwest Client with 120s timeout + 10s connect_timeout
- tailcallhq#18: Added extract_workspace_id() helper

Co-Authored-By: ForgeCode <noreply@users.noreply.github.com>
Zetkolink added a commit to Zetkolink/forgecode that referenced this pull request Apr 8, 2026
Bugs fixed:
- #1: Unified timestamp format — all tables use strftime('%s','now') (unix seconds)
- #2: delete_file_refs and delete_workspace wrapped in transactions
- antinomyhq#19: Removed chrono_now(), use SQLite DEFAULT instead

Security:
- antinomyhq#15: All workspace methods verify ownership (authenticate_and_verify_owner)
- Added db.verify_workspace_owner() method

Code quality:
- antinomyhq#7: ForgeServiceImpl fields private, added new() constructor
- antinomyhq#8: IntoStatus trait eliminates 15+ duplicate .map_err() calls
- antinomyhq#9: Removed unused lock_conn helper, kept consistent pattern
- antinomyhq#11: Documented ends_with filter limitation in qdrant.rs
- antinomyhq#10: reqwest Client with 120s timeout + 10s connect_timeout
- antinomyhq#18: Added extract_workspace_id() helper
Zetkolink added a commit to Zetkolink/forgecode that referenced this pull request Apr 8, 2026
Bugs fixed:
- #1: Unified timestamp format — all tables use strftime('%s','now') (unix seconds)
- #2: delete_file_refs and delete_workspace wrapped in transactions
- tailcallhq#19: Removed chrono_now(), use SQLite DEFAULT instead

Security:
- tailcallhq#15: All workspace methods verify ownership (authenticate_and_verify_owner)
- Added db.verify_workspace_owner() method

Code quality:
- tailcallhq#7: ForgeServiceImpl fields private, added new() constructor
- tailcallhq#8: IntoStatus trait eliminates 15+ duplicate .map_err() calls
- tailcallhq#9: Removed unused lock_conn helper, kept consistent pattern
- tailcallhq#11: Documented ends_with filter limitation in qdrant.rs
- tailcallhq#10: reqwest Client with 120s timeout + 10s connect_timeout
- tailcallhq#18: Added extract_workspace_id() helper
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.

2 participants