Ankit Mahato
223b584fa9
Fix UI Providers Tests
2025-09-28 15:41:27 +05:30
Ankit Mahato
99e6d43f32
Fix navigation order for Terminal and Settings pages
...
Corrects the navigation indices for Terminal (Logs) and Settings pages in both desktop and mobile dashboards and navbars, ensuring consistent navigation and page rendering.
2025-09-28 15:12:22 +05:30
Ankit Mahato
e787ec3d54
Merge branch 'main' of https://github.com/foss42/apidash into pr/890
2025-09-28 14:18:53 +05:30
Ankit Mahato
3545c75cd5
Refactor terminal and remove duplicate code.
2025-09-28 13:55:32 +05:30
Udhay-Adithya
dc7aa246d7
feat: implement search highlighting across terminal tiles and expandable sections
2025-09-28 12:49:47 +05:30
Ankit Mahato
f7680b63ef
Merge branch 'main' into pr/867
2025-09-24 00:40:51 +05:30
Udhay-Adithya
8114cc2f18
feat: split terminal level filter menu from terminal page
2025-09-21 16:48:24 +05:30
Udhay-Adithya
285717d7e5
fix: request id handling in js runtime notifier and terminal page
2025-09-21 16:16:35 +05:30
Udhay-Adithya
cbb9ad9583
fix: update request name fallback to 'Untitled'
2025-09-21 15:50:45 +05:30
Udhay-Adithya
eb4dcfe5d3
feat: add timestamp toggle and request name to terminal log tiles
2025-09-14 01:26:37 +05:30
Udhay-Adithya
9463c47a9d
refactor: rename 'Terminal' label to 'Logs' in dashboard and navbar
2025-09-11 01:46:29 +05:30
Udhay-Adithya
44acee2f7a
refactor: move serialization methods for terminal entries from terminal page to terminal provider
2025-09-11 01:27:43 +05:30
Udhay-Adithya
e43550345d
feat: improve terminal page ui
2025-09-11 01:22:28 +05:30
Udhay-Adithya
d5ba4ab463
fix: reverse entry order in terminal list display
2025-09-10 13:07:47 +05:30
Udhay-Adithya
3bb9fb2531
refactor: split terminal models
2025-09-10 12:55:42 +05:30
Udhay-Adithya
e29448ed46
feat: add terminal page ui
2025-09-07 23:49:57 +05:30
Udhay-Adithya
6fc2dcee1e
fix: update grant type state management to ensure UI refresh on change
2025-09-01 16:29:52 +05:30
Manas Hejmadi
94c38d398c
REFACTOR: moved agent_utils -> apidash_agent_calls
2025-08-31 16:38:52 +05:30
Manas Hejmadi
a8444852b8
REFACTOR: All SystemPrompts & Rulesets moved to lib/system_prompt_templates
2025-08-31 16:32:45 +05:30
Ankit Mahato
b4f0332920
Update ai_model_selector_dialog.dart
2025-08-31 12:55:51 +05:30
Ankit Mahato
5fa8399777
Update ai_model_selector_dialog.dart
2025-08-31 12:55:02 +05:30
Manas Hejmadi
54adea829b
AIUIGen: Added Responsiveness
2025-08-31 01:15:09 +05:30
Manas Hejmadi
cc91cdcf12
Responsiveness added to ToolCalling code
2025-08-31 01:01:28 +05:30
Manas Hejmadi
6e6022855c
aiui & toolgen: enabled other request types support
2025-08-30 22:56:16 +05:30
Manas Hejmadi
2f5f243fed
REFACTOR: toolgen files code splitting
2025-08-30 02:49:56 +05:30
Manas Hejmadi
8d3b67e5bf
REFACTOR: moved caller code into agent_utils
2025-08-29 22:45:47 +05:30
Manas Hejmadi
5a1dda0b49
REFACTOR: moved agentic_ui_features to common_widgets
2025-08-29 22:09:36 +05:30
Manas Hejmadi
6e36cd40d3
ai_ui_designer_widgets split into multiple files
2025-08-29 22:05:48 +05:30
Manas Hejmadi
41c729b85d
REFACTOR: AIUI Designer & ToolGen Widgets moved to agentic_ui_elements
2025-08-29 21:07:13 +05:30
Manas Hejmadi
bf85fe59a8
aiApiCredentialProvider removed and replaced by Direct AIRequestModel credential save
2025-08-29 03:27:30 +05:30
Manas Hejmadi
ae1da0e697
ResponseBody: isPartOfHistory added for conditional UI hiding
2025-08-29 02:54:59 +05:30
Ankit Mahato
9d50e3f09c
Add default AI model selection to settings
...
Replaces the previous placeholder for default LLM selection with a working default AI model selector in settings. Updates SettingsModel and related providers to support storing and updating the default AI model as a JSON object. Integrates the selector UI and ensures new AI requests use the default model if set.
2025-08-29 01:27:32 +05:30
Ankit Mahato
7b7daa7dac
Add AI request model support and improve type handling
...
Refactored collection state management to handle API type changes and AI request models. Updated widgets and tests to support nullable HTTP methods and AI request models, and improved response body rendering for AI responses.
2025-08-28 23:34:28 +05:30
Ankit Mahato
6e1f2b4773
Refactor AI model selection and config handling
2025-08-28 06:42:32 +05:30
Manas Hejmadi
36f58ba26a
DefaultLLMSelectorDialog: ResponsiveUI added
2025-08-18 00:40:13 +05:30
Udhay-Adithya
6eec8de39b
fix: state management for signature method and code challenge method in OAuth fields
2025-08-16 22:03:39 +05:30
Manas Hejmadi
db326b434a
genai: Fixed ModelSelector InkWell Bleed & made it visible in History
2025-08-16 16:02:34 +05:30
Manas Hejmadi
30075a6d95
genai: Minor Refactoring and Corrections
2025-08-11 15:10:13 +05:30
Udhay-Adithya
18128114f6
fix: remove unnecessary setState when the value changes, which causes the EnvAuthField widget to rebuild and the cursor position to reset
2025-08-07 15:42:29 +05:30
Udhay-Adithya
15368d825c
fix: align clear OAuth2 session button to the right
2025-08-07 13:26:37 +05:30
Udhay-Adithya
b3e0411b4a
feat: depreciate timeago
2025-08-07 13:04:22 +05:30
Udhay-Adithya
d33f93f784
feat: add env vars support for OAuth1 and OAuth2 authentication fields
2025-08-07 10:22:43 +05:30
Udhay-Adithya
a10d44ee90
test: add comprehensive tests for oauth fields
2025-08-07 00:55:52 +05:30
Udhay Adithya
6914bcdc9c
Merge branch 'foss42:main' into add-feature-oauth-2
2025-08-07 00:32:08 +05:30
Udhay-Adithya
c0bb09fd35
feat: make credentialsFilePath nullable in OAuth models and update related logic
2025-08-06 11:43:56 +05:30
Manas Hejmadi
d0dc563ae7
LLMSelector: Implemented ability to add and remove LLMs dynamically
2025-08-06 09:00:23 +05:30
Manas Hejmadi
ab2a9d5ca7
initializeAIRequest moved out of api_type_dropdown & cleaned
2025-08-06 09:00:23 +05:30
Manas Hejmadi
49a93cacde
AIRequests: Duplication Bug Fixed
2025-08-06 09:00:23 +05:30
Manas Hejmadi
2c756df2c4
Implemented AnswerTab for AI Output
2025-08-06 09:00:23 +05:30
Manas Hejmadi
452020f720
AI Request History & Duplication Feature
2025-08-06 09:00:23 +05:30